diff --git a/pages/iOSAppDevelopment.tsx b/pages/iOSAppDevelopment.tsx index 1540336..713ef42 100644 --- a/pages/iOSAppDevelopment.tsx +++ b/pages/iOSAppDevelopment.tsx @@ -47,6 +47,7 @@ import { } from "lucide-react"; import { Button } from "@/components/ui/button"; import { navigateTo } from "@/App"; +import Spline from "@splinetool/react-spline"; // iOS Hero Section with iPhone/iPad mockups const IOSHeroWithCTA = () => { @@ -126,75 +127,14 @@ const IOSHeroWithCTA = () => { initial={{ opacity: 0, x: 50 }} animate={{ opacity: 1, x: 0 }} transition={{ duration: 0.8, delay: 0.2 }} - className="relative flex flex-col items-center" + className="relative flex flex-col items-center w-full" > - {/* iOS Device Mockups */} -