From e5b8a10467803080eb06b2cf3fe60e738217b974 Mon Sep 17 00:00:00 2001 From: Tejas Patil Date: Fri, 10 Apr 2026 17:02:40 +0530 Subject: [PATCH 1/4] chnages fixed --- pages/AndroidAppDevelopmentIndia.tsx | 11 +++---- pages/AndroidAppDevelopmentUSA.tsx | 43 ++++++++++++++++++---------- pages/AndroidAppDevelopmentUk.tsx | 13 ++++----- pages/IOSAppDevelopmentIndia.tsx | 8 +++--- pages/IOSAppDevelopmentUK.tsx | 11 ++++--- pages/IOSAppDevelopmentUSA.tsx | 9 +++--- 6 files changed, 54 insertions(+), 41 deletions(-) diff --git a/pages/AndroidAppDevelopmentIndia.tsx b/pages/AndroidAppDevelopmentIndia.tsx index c0cdf4d..8c7c223 100644 --- a/pages/AndroidAppDevelopmentIndia.tsx +++ b/pages/AndroidAppDevelopmentIndia.tsx @@ -64,7 +64,7 @@ const AndroidHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1407,15 +1407,16 @@ export const AndroidAppDevelopmentIndia = () => { - {/* FAQs */} -
- -
{/* Final CTA */}
+ + {/* FAQs */} +
+ +
{/* Footer */}
{/*
*/}
diff --git a/pages/AndroidAppDevelopmentUSA.tsx b/pages/AndroidAppDevelopmentUSA.tsx index e3fe695..b3d978e 100644 --- a/pages/AndroidAppDevelopmentUSA.tsx +++ b/pages/AndroidAppDevelopmentUSA.tsx @@ -64,7 +64,7 @@ const AndroidHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1166,25 +1166,40 @@ const AndroidFAQs = () => { const faqs = [ { question: - "How do you ensure app compatibility across diverse Android devices?", + "What Are the Main Factors Driving the Development of the Cost of Android Apps?", answer: - "We follow comprehensive testing strategies including device fragmentation testing, responsive design principles, and adaptive layouts. Our team tests across multiple screen sizes, Android versions, and hardware configurations to ensure consistent performance across the Android ecosystem.", + "The cost of Android app development in the USA depends on various factors, which include: app complexity, level of customization in UI/UX design, and backend infrastructure requirements.", }, { - question: "What's your approach to Android UI/UX design?", + question: "What Is Your Approach to UI/UX design?", answer: - "We strictly follow Google's Material Design guidelines while incorporating your brand identity. Our designs prioritize usability, accessibility, and platform consistency while ensuring your app feels native to Android users and leverages platform-specific interaction patterns.", + "Our UI/UX design process follows a user-focused design approach that incorporates:\nUser research and persona development.\nInformation architecture and wireframing\nInteractive prototyping and user testing\nVisual design and style guide creation\nCreating a responsive design for all devices\nMaking adjustments based on the user feedback.", }, { - question: "Do you provide post-launch updates and maintenance?", + question: "How Long Does It Take to Develop an Android App?", answer: - "Yes, we offer comprehensive post-launch support including regular updates for new Android versions, security patches, performance optimizations, feature enhancements, and Google Play Store compliance. Our maintenance packages are tailored to your specific needs.", + "Depending on the complexity of the app, the app development timeline is determined. A simple app takes 2 to 3 months while complex apps take 6 to 12 months.", + }, + { + question: "Do You Agree to Sign an NDA?", + answer: + "Yes, totally! We consider the confidentiality of our clients as our top priority. We are more than happy to sign Non-disclosure Agreements (NDA) even before we start any discussion regarding your project. We maintain strict confidentiality protocols throughout our organization.", }, { question: - "Can you integrate with specific Google services (e.g., Maps, Firebase)?", + "In 2026, What Programming Language Should be Used for Android in 2026?", answer: - "Absolutely! We specialize in Google services integration including Google Maps, Firebase, Google Pay, Google Drive, Google Analytics, and more. Our team has extensive experience leveraging the full Google ecosystem to enhance your app's functionality and user experience.", + "Kotlin is the modern standard for native Android Development, while Java is still used for older apps.", + }, + { + question: "What Is the Difference between Kotlin and Flutter?", + answer: + "Kotlin is a language ideal for native Android Development. On the other hand, Flutter is a cross-platform framework (Using Dart) that builds both iOS and Android apps from one codebase.", + }, + { + question: "How Can I Secure User Data in my App?", + answer: + "We use HTTPS for network communication and store sensitive information in Android Keystore, implement biometric authentication, and follow OWASP Mobile security standards.", }, ]; @@ -1391,16 +1406,14 @@ export const AndroidAppDevelopmentUSA = () => { - {/* FAQs */} - {/*
- -
*/} - {/* Final CTA */}
- + {/* FAQs */} +
+ +
{/* Footer */}
{/*
*/}
diff --git a/pages/AndroidAppDevelopmentUk.tsx b/pages/AndroidAppDevelopmentUk.tsx index db09796..e36c5a2 100644 --- a/pages/AndroidAppDevelopmentUk.tsx +++ b/pages/AndroidAppDevelopmentUk.tsx @@ -62,7 +62,7 @@ const AndroidHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1206,7 +1206,6 @@ const AndroidFAQs = () => { "WDI serves a diverse range of industries, including Healthcare, FinTech, E-Commerce, Education, etc. Our expertise spans various sectors, enabling us to understand the unique challenges of each and produce tailored solutions.", }, ]; - return (
@@ -1407,16 +1406,16 @@ export const AndroidAppDevelopmentUk = () => {
- {/* FAQs */} -
- -
- {/* Final CTA */}
+ {/* FAQs */} +
+ +
+ {/* Footer */}
{/*
*/}
diff --git a/pages/IOSAppDevelopmentIndia.tsx b/pages/IOSAppDevelopmentIndia.tsx index 8acc8c8..907dd16 100644 --- a/pages/IOSAppDevelopmentIndia.tsx +++ b/pages/IOSAppDevelopmentIndia.tsx @@ -75,7 +75,7 @@ const IOSHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1189,9 +1189,6 @@ export const IOSAppDevelopmentIndia = () => { ]} /> - {/* iOS-Specific FAQs */} - - {/* CTA Section */}
@@ -1233,6 +1230,9 @@ export const IOSAppDevelopmentIndia = () => {
+ {/* iOS-Specific FAQs */} + +
{/*
*/}
); diff --git a/pages/IOSAppDevelopmentUK.tsx b/pages/IOSAppDevelopmentUK.tsx index 754fad7..536936b 100644 --- a/pages/IOSAppDevelopmentUK.tsx +++ b/pages/IOSAppDevelopmentUK.tsx @@ -75,7 +75,7 @@ const IOSHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1188,11 +1188,7 @@ export const IOSAppDevelopmentUK = () => { }, ]} /> - {/* iOS-Specific FAQs */} - - {/*
- -
*/} + {/* CTA Section */}
@@ -1233,6 +1229,9 @@ export const IOSAppDevelopmentUK = () => {
+ {/* iOS-Specific FAQs */} + +
{/*
*/}
diff --git a/pages/IOSAppDevelopmentUSA.tsx b/pages/IOSAppDevelopmentUSA.tsx index dcffdb6..7bfd94c 100644 --- a/pages/IOSAppDevelopmentUSA.tsx +++ b/pages/IOSAppDevelopmentUSA.tsx @@ -78,7 +78,7 @@ const IOSHeroWithCTA = () => { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} @@ -1197,9 +1197,7 @@ export const IOSAppDevelopmentUSA = () => { }, ]} /> -
- -
+ {/*
@@ -1245,6 +1243,9 @@ export const IOSAppDevelopmentUSA = () => {
+ {/* iOS-Specific FAQs */} + +
{/*
*/}
From 209d28ceecb8c1d4eb97ead5f9824fa86a325ca6 Mon Sep 17 00:00:00 2001 From: Tejas Patil Date: Mon, 13 Apr 2026 15:32:07 +0530 Subject: [PATCH 2/4] created uk servcies --- components/Navigation.tsx | 5 +- pages/MobileAppDevelopmentUk.tsx | 896 +++++++++++++++++++++++++++++++ src/Router.tsx | 6 + 3 files changed, 906 insertions(+), 1 deletion(-) create mode 100644 pages/MobileAppDevelopmentUk.tsx diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 6ba654d..7e3f640 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -106,7 +106,10 @@ const navigationData = { name: "Android App Development", href: "/services/android-app-development", }, - + { + name: "Mobile App Development uk", + href: "/services/mobile-app-development-uk", + }, { name: "Cross-Platform App Development", href: "/services/cross-platform-app-development", diff --git a/pages/MobileAppDevelopmentUk.tsx b/pages/MobileAppDevelopmentUk.tsx new file mode 100644 index 0000000..4cea4e1 --- /dev/null +++ b/pages/MobileAppDevelopmentUk.tsx @@ -0,0 +1,896 @@ +import { motion } from "framer-motion"; +import { + Apple, + Award, + Bolt, + BookOpen, + Brain, + Building, + Calendar, + DollarSign, + Eye, + Globe, + Layers, + Play, + Rocket, + Settings, + Shield, + ShieldCheck, + ShoppingCart, + Smartphone, + Stethoscope, + Truck, + UserPlus, + Watch, + Zap, +} from "lucide-react"; +import React from "react"; +import { FAQSection } from "../components/FAQSection"; +import { Footer } from "../components/Footer"; +import { Navigation } from "../components/Navigation"; +import { ProcessSection } from "../components/ProcessSection"; +import { Badge } from "../components/ui/badge"; +import { Button } from "../components/ui/button"; +import { Card, CardContent } from "../components/ui/card"; +import { ShimmerButton } from "../components/ui/shimmer-button"; +import heroMockupImage from "../src/images/mobile-app-banner.png"; +import { Helmet } from "react-helmet-async"; +import { useNavigate } from "react-router-dom"; + +// Enhanced Hero Section - NEW IMAGE WITH COMPREHENSIVE CSS REQUIREMENT +const HeroWithCTA = () => { + const navigate = useNavigate(); + return ( +
+ + {/* Page Title and Meta Description */} + + Mobile Application Development Services | Mobile App Development + Company - WDIPL + + + + {/* Canonical Link */} + + {/* Open Graph Tags (for Facebook, LinkedIn) */} + + + + + + + {/* Twitter Card Tags */} + + + + + + {/* Social Profiles (using JSON-LD Schema) */} + + +
+
+ + {/* Mobile App Development Label */} + +
+ + + Mobile App Development + +
+
+ + {/* Main Heading */} + +

+ From Vision to + App Store + in Just 6 weeks +

+ +

+ Design secure, scalable, high-performance apps for IOS, Android, + or cross-platform - for the UK audience - fast and easy. +

+
+ + {/* BULLET POINTS REMOVED - Content flows directly to CTAs */} + + {/* CTAs - STANDARDIZED BUTTON HEIGHTS WITH IMPROVED SPACING */} + + navigate("/start-a-project")} + > +
+ + Book a Discovery Call +
+
+ +
+
+ + {/* Right side with hero image - COMPREHENSIVE CSS IMPLEMENTATION */} + + {/* Image Container - FOLLOWING ALL COMPREHENSIVE CSS REQUIREMENTS */} +
+ {/* Hero Image with comprehensive CSS styling */} + Mobile App Development Services - Fashion, Social, and Fitness Apps + + {/* Alternative background method for enhanced browser support */} +
+
+ +
+
+
+ ); +}; + +// Enhanced Horizontal Tag Scroller with Marquee Animation +const HorizontalTagScroller = () => { + const industries = [ + { name: "FinTech", icon: DollarSign, color: "text-green-400" }, + { name: "HealthTech", icon: Stethoscope, color: "text-red-400" }, + { name: "EdTech", icon: BookOpen, color: "text-blue-400" }, + { name: "eCommerce", icon: ShoppingCart, color: "text-orange-400" }, + { name: "OTT & Streaming", icon: Play, color: "text-purple-400" }, + { name: "Logistics", icon: Truck, color: "text-yellow-400" }, + { name: "On-Demand Services", icon: Bolt, color: "text-cyan-400" }, + ]; + + return ( +
+ {/* Add subtle decorative elements */} +
+
+
+
+
+ +

+ High-Performing Apps for High-Value-Added UK Industries +

+

+ As one of the skilled mobile app development companies in the UK, we + are focused on delivering mobile apps to industries where user + trust, speed, and uptime play a big role. +

+
+ + + {/* Gradient overlays for smooth fade effect */} +
+
+ + {/* Marquee container */} +
+ {/* First set of industries */} + {industries.map((industry, index) => { + const IconComponent = industry.icon; + return ( + +
+
+
+ +
+ + {industry.name} + +
+
+
+ ); + })} + + {/* Second set for seamless loop */} + {industries.map((industry, index) => { + const IconComponent = industry.icon; + return ( + +
+
+
+ +
+ + {industry.name} + +
+
+
+ ); + })} + + {/* Third set for extra smoothness */} + {industries.map((industry, index) => { + const IconComponent = industry.icon; + return ( + +
+
+
+ +
+ + {industry.name} + +
+
+
+ ); + })} +
+
+
+
+ ); +}; + +// Updated Title-Only Layout - No Body Text +const SideBySideContentWithIcons = () => { + const trustFactors = [ + { + id: "engineering", + title: "24+ Years in App Engineering", + icon: Award, + }, + { + id: "ownership", + title: "100% Ownership, No Lock-ins", + icon: Shield, + }, + { + id: "agile", + title: "Agile Sprints with Rapid Iteration", + icon: Zap, + }, + { + id: "security", + title: "Enterprise Security & Compliance-Ready", + icon: ShieldCheck, + }, + { + id: "devices", + title: "Deep Experience Across Devices", + icon: Settings, + }, + ]; + + return ( +
+
+ + {/* Main Heading */} +

+ Why Leading Founders and CTOs Trust WDI +

+ + {/* Subtext */} +

+ We are more than just a company that offers mobile app development + services in the UK. We come with qualities, making us capable of + being your trusted product partner. +

+
+ + {/* Uniform Grid - Title Only Cards */} + + {trustFactors.map((factor, index) => { + const IconComponent = factor.icon; + + return ( + + + + {/* Icon - Clean without background */} +
+ +
+ + {/* Title */} +

+ {factor.title} +

+
+
+
+ ); + })} +
+
+
+ ); +}; + +// Enhanced Mobile Expertise Grid +const TabbedServiceDisplay = () => { + const navigate = useNavigate(); + + const services = [ + { + title: "iOS App Development", + icon: Smartphone, + description: + "Seamless performance of native iOS applications optimised for the App Store, designed with Swift.", + link: "/services/ios-app-development", + }, + { + title: "Android App Development", + icon: Smartphone, + description: + "Efficient Android apps optimised with Google Play, built with the help of Kotlin.", + link: "/services/android-app-development", + }, + { + title: "Cross-Platform Development", + icon: Layers, + description: + "Delivering efficient cross-platform app development solutions with the help of React Native and Flutter.", + link: "/services/cross-platform-app-development", + }, + { + title: "Wearable App Development", + icon: Watch, + description: + "Improving responsive apps for smart watches and wearable devices for optimising health and fitness tracking.", + link: "/services/wearable-device-development", + }, + { + title: "Progressive Web Apps", + icon: Globe, + description: + "Building native mobile apps like highly innovative web applications that work seamlessly across all devices.", + link: "/services/pwa-development", + }, + { + title: "Enterprise Mobile Solutions", + icon: Building, + description: + "Secure, scalable mobile solutions for supporting critical enterprise business needs.", + link: "/services/enterprise-software-solutions", + }, + ]; + + return ( +
+
+ +

+ Mobile App Development Services in the UK +

+

+ Comprehensive mobile application development services in the UK for + reshaping your ideas into seamless, high-performing, user-friendly + apps that can be accessed across all platforms. +

+
+ + + {services.map((service, index) => { + const IconComponent = service.icon; + return ( + navigate(service.link)} + > +
+
+
+ +
+ +
+

+ {service.title} +

+

+ {service.description} +

+
+
+
+
+ ); + })} +
+
+
+ ); +}; + +// Updated CTA Banner with ShimmerButton +const InlineCTA = () => { + const navigate = useNavigate(); + return ( +
+
+ + + {/* Ready to Launch Badge */} +
+
+
+ + + AI-Driven Innovation + +
+
+
+ + {/* Main Heading */} +

+ Let’s Make Your + Your App Better + with Latest Intelligence +

+ + {/* Subtitle */} +

+ Schedule a discovery call with our team of experts and find out + how AI can give your app a strategic edge. +

+ + {/* CTA Button */} +
+ navigate("/start-a-project")} + > +
+ + Book an AI Discovery Call +
+
+ + {/* Small benefit text */} +

+ App strategy • AI integration • Technology consultation +

+
+
+
+
+
+ ); +}; + +// Updated Hire Developers Section with ShimmerButton +const HireDevelopersSection = () => { + const navigate = useNavigate(); + const developers = [ + { + title: "iOS Developers", + icon: Apple, + skills: ["Swift", "Objective-C", "SwiftUI", "Core Data"], + iconBg: "bg-gray-800", + iconColor: "text-white", + link: "/hire-talent/mobile-app-developers", + }, + { + title: "Android Developers", + icon: Smartphone, + skills: ["Kotlin", "Java", "Jetpack Compose"], + iconBg: "bg-green-500", + iconColor: "text-white", + link: "/hire-talent/mobile-app-developers", + }, + { + title: "Cross-Platform Developers", + icon: Layers, + skills: ["React Native", "Flutter", "Xamarin"], + iconBg: "bg-blue-500", + iconColor: "text-white", + link: "/hire-talent/mobile-app-developers", + }, + { + title: "Mobile QA Engineers", + icon: ShieldCheck, + skills: ["Mobile Testing", "Automation", "Performance"], + iconBg: "bg-purple-500", + iconColor: "text-white", + link: "/hire-talent/qa-engineers", + }, + ]; + + return ( +
+
+ +

+ + Start App Development with Our{" "} + + + Mobile App Development Experts + +

+

+ Want to build an app that works seamlessly across all platforms? + Begin your journey with the help of the experts in our mobile app + development services in the UK. We use our seasoned knowledge, + highly innovative technology, and tested expertise to convert ideas + into reality. +

+
+ + + {developers.map((developer, index) => { + const IconComponent = developer.icon; + return ( + + + + {/* Header with icon and title */} +
+
+
+ +
+
+
+ Mobile Development +
+
+
+ +

+ {developer.title} +

+
+ + {/* Skills section */} +
+
+ {developer.skills.map((skill) => ( + + {skill} + + ))} +
+
+ + {/* CTA Buttons - Updated with ShimmerButton */} +
+ navigate(developer.link)} + > +
+ + Hire Now +
+
+
+
+
+
+ ); + })} +
+
+
+ ); +}; + +// FAQ data for Mobile App Development +const mobileAppFAQs = [ + { + question: "What is the cost of mobile app development services in the UK?", + answer: + "There is no fixed charge for our services. The cost depends on the app’s features, the platforms it needs to support, and design complexity. You must reach out to our team to get transparent estimates along with competitive pricing as per your outlined requirements.", + }, + { + question: + "Does your team design app compliant with the UK’s privacy laws?", + answer: + "As a seasoned mobile application development company in the UK, our apps are compliant with key UK laws and regulations like the UK GDPR, the Data Protection Act 2018, and PECR, enforced by the Information Commissioner's Office (ICO). \n\nBesides that, our app design also follows standard compliance for Privacy Policy, User Consent, Data Rights, Third-party SDKs, and Data Security.", + }, + { + question: + "How long is your mobile app development and deployment process?", + answer: + "The total time required for mobile app development and deployment depends on the complexity of the project. If you are looking to develop a simple app, then our team will take somewhere around 8 to 12 weeks to deliver the project. \n\nSimilarly, complex enterprise apps tend to take as long as 16 to 24 weeks. Get in touch with our UK team to discuss your requirements and help us provide you with a properly analysed timeline.", + }, + { + question: + "Will your team deliver third-party services and API integration for the app?", + answer: + "As one of the skilled mobile application development companies in the UK, our services are focused on all kinds of assistance, including integration of third-party services like payment gateways, analytics, maps, push notifications, social media plug-ins, and custom APIs. This is how we work on enhancing the app’s functionality.", + }, + { + question: + "Do you help with regular app maintenance and updates for launched apps?", + answer: + "We have a team of experts who offer comprehensive maintenance services. Our mobile app development services in the UK include routine bug fixes, OS updates, feature enhancements, security updates and patches, and performance optimisation. This is how we guarantee the launched apps are up-to-date and user-friendly.", + }, + { + question: "Can you help me with ideas to protect my app idea?", + answer: + "Certainly. Our experts educate individuals regarding the ways of protecting their app idea, including using NDAs with developers and documents.", + }, + { + question: + "Do you offer mobile apps that can operate offline?", + answer: + "Yes. We develop apps that offer offline functionality with the help of local storage, caching strategies, and data synchronisation. This is done to ensure our designed apps cater to a larger audience, including individuals who look for applications that do not use an internet connection.", + }, + { + question: + "Can you guide me in choosing app monetisation methods?", + answer: + "Certainly. The team of experts at our mobile application development services in the UK helps clients choose among common monetisation methods like in-app ads, in-app purchases, freemium models, and subscription-based models.", + }, +]; + +// Main Mobile App Development Page Component +export const MobileAppDevelopmentUk = () => { + // Set document title for SEO + React.useEffect(() => { + document.title = + "Mobile App Development Services | WDI - iOS & Android App Development"; + + // Update meta description for SEO + const metaDescription = document.querySelector('meta[name="description"]'); + if (metaDescription) { + metaDescription.setAttribute( + "content", + "Professional mobile app development services at WDI. Build secure, scalable iOS and Android apps with expert developers. Cross-platform solutions available.", + ); + } + }, []); + + return ( +
+ {/* */} + + {/* Hero Section */} + + + {/* Industries Scroller */} + + + {/* Why Choose WDI */} + + + {/* Service Categories */} + + + {/* Process Steps */} + + + {/* Hire Developers */} + + + {/* Final CTA */} + + + {/* FAQ Section */} + + + {/*
*/} +
+ ); +}; diff --git a/src/Router.tsx b/src/Router.tsx index dad3b3c..fbceb2f 100644 --- a/src/Router.tsx +++ b/src/Router.tsx @@ -22,6 +22,7 @@ import { AndroidAppDevelopment } from "../pages/AndroidAppDevelopment"; import { AndroidAppDevelopmentIndia } from "../pages/AndroidAppDevelopmentIndia"; import { AndroidAppDevelopmentUk } from "../pages/AndroidAppDevelopmentUk"; import { AndroidAppDevelopmentUSA } from "../pages/AndroidAppDevelopmentUSA"; +import { MobileAppDevelopmentUk } from "../pages/MobileAppDevelopmentUk"; import { APIBackendDevelopment } from "../pages/APIBackendDevelopment"; import { ClickablePrototypes } from "../pages/ClickablePrototypes"; import { ComputerVisionApplications } from "../pages/ComputerVisionApplications"; @@ -188,6 +189,7 @@ import { HireMobileAppDevelopersUsa } from "@/pages/HireMobileAppDevelopersUsa"; import { HireMobileAppDevelopersUk } from "@/pages/HireMobileAppDevelopersUk"; import { MobileAppDevelopmentIndia } from "@/pages/MobileAppDevelopmentIndia"; + export const AppRouter = () => ( {/* Homepage */} @@ -212,6 +214,10 @@ export const AppRouter = () => ( } + /> + } /> Date: Mon, 13 Apr 2026 15:35:41 +0530 Subject: [PATCH 3/4] created uk servcies --- pages/MobileAppDevelopmentUk.tsx | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/pages/MobileAppDevelopmentUk.tsx b/pages/MobileAppDevelopmentUk.tsx index 4cea4e1..542e26f 100644 --- a/pages/MobileAppDevelopmentUk.tsx +++ b/pages/MobileAppDevelopmentUk.tsx @@ -45,8 +45,7 @@ const HeroWithCTA = () => { {/* Page Title and Meta Description */} - Mobile Application Development Services | Mobile App Development - Company - WDIPL + Mobile App Development Company UK | Mobile App Development Services { {/* Canonical Link */} {/* Open Graph Tags (for Facebook, LinkedIn) */} { Date: Tue, 14 Apr 2026 11:50:49 +0530 Subject: [PATCH 4/4] fixed routes --- components/Footer.tsx | 4 ++++ components/Navigation.tsx | 5 +---- pages/MobileAppDevelopmentUk.tsx | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index a9b1eaa..c1aa9b1 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -165,6 +165,10 @@ const footerNavigation = { label: "Hire Mobile App Developers USA", url: "/hire-talent/mobile-app-developers-usa", }, + { + label: "Mobile App Development UK", + url: "/services/mobile-app-development-uk", + }, ], Company: [ diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 7e3f640..6ba654d 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -106,10 +106,7 @@ const navigationData = { name: "Android App Development", href: "/services/android-app-development", }, - { - name: "Mobile App Development uk", - href: "/services/mobile-app-development-uk", - }, + { name: "Cross-Platform App Development", href: "/services/cross-platform-app-development", diff --git a/pages/MobileAppDevelopmentUk.tsx b/pages/MobileAppDevelopmentUk.tsx index 542e26f..7932262 100644 --- a/pages/MobileAppDevelopmentUk.tsx +++ b/pages/MobileAppDevelopmentUk.tsx @@ -137,8 +137,8 @@ const HeroWithCTA = () => { className="space-y-6" >

- From Vision to - App Store + From Vision to + App Store in Just 6 weeks