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

@@ -75,7 +75,7 @@ const IOSHeroWithCTA = () => {
{/* Canonical Link */}
<link
rel="canonical"
href="https://www.wdipl.com/services/ios-app-development"
href="https://www.wdipl.com/services/ios-app-development-india"
/>
{/* Open Graph Tags (for Facebook, LinkedIn) */}
@@ -1189,9 +1189,6 @@ export const IOSAppDevelopmentIndia = () => {
]}
/>
{/* iOS-Specific FAQs */}
<IOSFAQs />
{/* CTA Section */}
<section className="py-32">
<div className="container px-6 mx-auto lg:px-8">
@@ -1233,6 +1230,9 @@ export const IOSAppDevelopmentIndia = () => {
</div>
</section>
{/* iOS-Specific FAQs */}
<IOSFAQs />
<section className="bg-background">{/* <Footer /> */}</section>
</div>
);