import { Button } from "./ui/button"; import { GridPattern } from "./GridPattern"; import { Calendar, Briefcase } from "lucide-react"; import { navigateTo } from "../App"; import { motion } from "framer-motion"; export function HeroSection() { return (
{/* Left Content */} {/* Animated Badge */} 🎉 Architecting Digital Success 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 */}
{/* Animated gradient background */}
{/* Floating orbs */}
{/* Tech grid overlay */}
{/* Central focus point */}
{/* Subtle border */}
{/* Floating scroll indicator */}
); }