From 14af1fda32aa960ecb38712abb3e20a2d4fcbd3b Mon Sep 17 00:00:00 2001 From: Tejas Patil Date: Fri, 10 Apr 2026 11:45:20 +0530 Subject: [PATCH] created pages android ios --- components/Footer.tsx | 71 +- components/Navigation.tsx | 27 +- pages/IOSAppDevelopmentIndia.tsx | 1141 +++++++++++++++++++++++++++++ pages/IOSAppDevelopmentUK.tsx | 1148 +++++++++++++++++++++++++++++ pages/IOSAppDevelopmentUSA.tsx | 1150 ++++++++++++++++++++++++++++++ src/Router.tsx | 15 + 6 files changed, 3510 insertions(+), 42 deletions(-) create mode 100644 pages/IOSAppDevelopmentIndia.tsx create mode 100644 pages/IOSAppDevelopmentUK.tsx create mode 100644 pages/IOSAppDevelopmentUSA.tsx diff --git a/components/Footer.tsx b/components/Footer.tsx index 76b756f..c47e7e9 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -128,6 +128,32 @@ const footerNavigation = { url: "/dedicated-development-teams", }, ], + NewColumn: [ + { + label: "Android App Development India", + url: "/services/android-app-development-india", + }, + { + label: "Android App Development UK", + url: "/services/android-app-development-uk", + }, + { + label: "Android App Development USA", + url: "/services/android-app-development-usa", + }, + { + label: "IOS App Development India", + url: "/services/ios-app-development-india", + }, + { + label: "IOS App Development UK", + url: "/services/ios-app-development-uk", + }, + { + label: "IOS App Development USA", + url: "/services/ios-app-development-usa", + }, + ], Company: [ { label: "About WDI", @@ -187,7 +213,6 @@ const contactInfo = [ }, ]; - // FooterSection component with useNavigate inside const FooterSection = ({ title, @@ -208,14 +233,12 @@ const FooterSection = ({ viewport={{ once: true }} className="space-y-4" > -

- {title} -

+

{title}