import { Button } from "./ui/button"; import { GridPattern } from "./GridPattern"; import { SplineFallback } from "./SplineFallback"; import { Calendar, Briefcase } from "lucide-react"; import { navigateTo } from "../App"; export function HeroSection() { return (
{/* 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.

{/* Animated Background Elements */}
{/* Interactive 3D-like Animation */}
{/* Floating Elements */}
); }