import { Button } from "./ui/button"; import { GridPattern } from "./GridPattern"; import { Calendar, Briefcase } from "lucide-react"; import { motion } from "framer-motion"; import Spline from "@splinetool/react-spline"; import { useNavigate } from "react-router-dom"; export function HeroSection() { const navigate = useNavigate(); return (
{/* Left Content */} {/* Animated Badge */} 🎉 {/* Architecting Digital Success for Startups & Enterprises */} AI mobile application developers for Startups & Enterprises We design and build secure, AI-powered apps and software tailored for scale, speed, and user engagement. {/* Right Side - Animated Gradient Background */}
{/* Floating scroll indicator */}
); }