Skip to content

Instantly share code, notes, and snippets.

View alexalexalex222's full-sized avatar

alexalexalex222

View GitHub Profile
@alexalexalex222
alexalexalex222 / Results.tsx
Created September 30, 2025 06:52
Fixed Results.tsx - TypeScript error resolved for GAJO deployment
import React from 'react';
import { motion } from 'framer-motion';
import { fadeIn, staggerContainer } from '@/utils/animations';
import { Trophy, TrendingUp, Users, Star, CheckCircle, Play } from 'lucide-react';
// Define the type for results
interface Result {
icon: React.ComponentType<{ className?: string }>;
value: string;
label: string;
@alexalexalex222
alexalexalex222 / DEPLOYMENT_GUIDE.md
Created September 28, 2025 06:41
GAJO Complete Deployment Guide and Documentation

GAJO Website Deployment Guide

πŸš€ Quick Deploy Options

Your GAJO website is ready for deployment! Here are three ways to get it live:

Option 1: Netlify (Recommended - Easiest)

  1. Visit app.netlify.com
  2. Sign in with GitHub
  3. Click "Import from Git" β†’ "Deploy manually"
@alexalexalex222
alexalexalex222 / contact.html
Created September 28, 2025 06:40
GAJO Contact Page with Calendly Integration and Call/SMS Actions
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact GAJO - Book Your 12-Min Fit Call | Martial Arts Marketing</title>
<meta name="description" content="Ready to fill your intro classes? Book a quick 12-minute fit call. We help martial arts gyms get more students with sites, ads, and automation.">
<meta property="og:title" content="Contact GAJO - Book Your Fit Call">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap" rel="stylesheet">
<style>
@alexalexalex222
alexalexalex222 / index.html
Created September 28, 2025 06:39
GAJO Marketing Agency - Complete Homepage (index.html)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GAJO - Sites That Book Intro Classes | Martial Arts Marketing Agency</title>
<meta name="description" content="We build simple sites that book intro classes for martial arts gyms. Plus ads & automation that convert. BJJ, MMA, Karate, TKD specialist agency.">
<meta property="og:title" content="GAJO - Sites That Book Intro Classes">
<meta property="og:description" content="Specialist martial arts marketing agency. We turn Map Pack clicks into paid trials.">
<meta property="og:image" content="/gajo-og.png">
@alexalexalex222
alexalexalex222 / BUILD_NOTES.md
Created September 28, 2025 06:37
GAJO Martial Arts Marketing Agency - Professional Website

GAJO Website Build Notes

Project: GAJO Martial Arts Marketing Agency

Build Date: September 28, 2025 Version: 1.0.0 Theme Selected: Tatami Noir - Charcoal/ink aesthetic with subtle tatami texture and crimson accent

Architecture Decision

  • Stack: Static HTML/CSS/JS for maximum performance and compatibility
  • Deployment Target: Cloudflare Pages / Netlify / Vercel