chnages fixed
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user