All changes, done like fully react router uses, services, al/ml and solution page section alignment and missing section done!

This commit is contained in:
priyanshuvish
2025-09-23 20:13:31 +05:30
parent 5f5ddb1cd6
commit e78c8672e9
158 changed files with 2444 additions and 2093 deletions

View File

@@ -139,7 +139,7 @@ const hireiOSAppDevelopersData = {
export function HireiOSAppDevelopers() {
return (
<div className="dark min-h-screen bg-background">
<Navigation />
{/* <Navigation /> */}
{/* Hero Section with MobileAppVector */}
<HireTalentHeroBanner
@@ -189,7 +189,7 @@ export function HireiOSAppDevelopers() {
<SplitCallToAction />
</section>
<Footer />
{/* <Footer /> */}
</div>
);
}