chnages fixed

This commit is contained in:
2026-04-10 17:02:40 +05:30
parent 637100abd9
commit e5b8a10467
6 changed files with 54 additions and 41 deletions

View File

@@ -62,7 +62,7 @@ const AndroidHeroWithCTA = () => {
{/* Canonical Link */}
<link
rel="canonical"
href="https://www.wdipl.com/services/android-app-development"
href="https://www.wdipl.com/services/android-app-development-uk"
/>
{/* 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 (
<section className="py-32 bg-black">
<div className="container mx-auto px-6 lg:px-8">
@@ -1407,16 +1406,16 @@ export const AndroidAppDevelopmentUk = () => {
<HireAndroidDevelopers />
</section>
{/* FAQs */}
<section className="bg-card">
<AndroidFAQs />
</section>
{/* Final CTA */}
<section className="bg-background">
<AndroidFinalCTA />
</section>
{/* FAQs */}
<section className="bg-card">
<AndroidFAQs />
</section>
{/* Footer */}
<section className="bg-background">{/* <Footer /> */}</section>
</div>