fix case study in mobile dev

This commit is contained in:
priyanshuvish
2025-07-28 19:57:37 +05:30
parent a3cacf7a6a
commit e67fd3163c
14 changed files with 464 additions and 237 deletions

View File

@@ -50,6 +50,7 @@ import {
Headphones,
Shield,
} from "lucide-react";
import GlobalOffices from "@/components/GlobalOffices";
@@ -1298,6 +1299,7 @@ export const StartAProject = () => {
<WhyPartnerSection />
<JoinWDISection />
<ContactInfoSection />
<GlobalOffices />
<Footer />
</div>
);