From 2109ce79b0043944dd05d94628fc7e4cf3d79811 Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Mon, 21 Jul 2025 17:10:36 +0530 Subject: [PATCH] added ios spline --- pages/iOSAppDevelopment.tsx | 76 ++++--------------------------------- 1 file changed, 8 insertions(+), 68 deletions(-) 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 */} -
- - {/* iPhone and iPad mockup representation */} -
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
- - {/* iOS Technology Badges */} - - - Swift - - - SwiftUI - - - Xcode - - +
+ {" "} +