From 5f1b4fb3bdedb1b3ca1a0bee3806403eed08b658 Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Fri, 11 Jul 2025 18:52:07 +0530 Subject: [PATCH] ios page fix --- pages/iOSAppDevelopment.tsx | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/pages/iOSAppDevelopment.tsx b/pages/iOSAppDevelopment.tsx index 1f91431..48186ee 100644 --- a/pages/iOSAppDevelopment.tsx +++ b/pages/iOSAppDevelopment.tsx @@ -25,7 +25,7 @@ import { } from "lucide-react"; // iOS App Development Hero Section -const iOSHeroWithCTA = () => { +const IOSHeroWithCTA = () => { return (
@@ -154,7 +154,7 @@ const iOSHeroWithCTA = () => { }; // Key Benefits of iOS Development -const iOSBenefits = () => { +const IOSBenefits = () => { const benefits = [ { icon: Apple, @@ -278,7 +278,7 @@ const iOSBenefits = () => { }; // iOS Technologies & Frameworks -const iOSTechnologies = () => { +const IOSTechnologies = () => { const technologies = [ { title: "Swift Programming", @@ -388,26 +388,22 @@ export const IOSAppDevelopment = () => { return (
- - {/* Hero Section */} +
- {/* */} +
- - {/* Benefits */} +
- {/* */} +
- - {/* Technologies */} +
- {/* */} +
- - {/* Footer */} +
); -}; \ No newline at end of file +};