From 288c97e86ad293748df8fea1da57fdc22503476a Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Fri, 19 Sep 2025 18:43:00 +0530 Subject: [PATCH] update sitemap and global offices --- components/Footer.tsx | 151 +++++++++++++++++++---------------- components/GlobalOffices.tsx | 26 +++--- pages/FAQs.tsx | 35 ++++---- 3 files changed, 118 insertions(+), 94 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index e268599..ca13c19 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -20,14 +20,17 @@ const footerNavigation = { Explore: [ { label: "Home", url: "/home" }, { label: "Services", url: "/services" }, + { label: "AI & ML", url: "/artificial-intelligence" }, { label: "Solutions", url: "/solutions" }, { label: "Industries", url: "/industries" }, - { label: "Company", url: "/company" }, - { label: "Contact", url: "/contact" }, + { label: "Hire-Talent", url: "/hire-talent" }, + { label: "Company", url: "/company/about-wdi" }, + { label: "Resources", url: "/resources" }, + { label: "Contact", url: "/start-a-project" }, ], Resources: [ { label: "Articles", url: "/resources/blog" }, - { label: "Case Studies", url: "/case-studies" }, + { label: "Portfolio", url: "/case-studies" }, { label: "Client Testimonials", url: "/resources/client-testimonials", @@ -92,6 +95,50 @@ const footerNavigation = { url: "/compliance-ready-systems", }, ], + HireTalent: [ + { + label: "Hire Mobile App Developers", + url: "/hire-talent/mobile-app-developers", + }, + { + label: "Hire Full Stack Developers", + url: "/hire-talent/full-stack-developers", + }, + { + label: "Hire Frontend Developers", + url: "/hire-talent/frontend-developers", + }, + { + label: "Hire Backend Developers", + url: "/hire-talent/backend-developers", + }, + { + label: "Hire UI/UX Designers", + url: "/hire-talent/ui-ux-designers", + }, + { + label: "Hire QA Engineers", + url: "/hire-talent/qa-engineers", + }, + { + label: "Hire Dedicated Development Teams", + url: "/dedicated-development-teams", + }, + ], + Company: [ + { + label: "About WDI", + url: "/company/about-wdi", + }, + { + label: "Leadership Team", + url: "/company/leadership-team", + }, + { + label: "Careers", + url: "/company/careers", + }, + ], }; const socialLinks = [ @@ -345,81 +392,51 @@ export const Footer = () => { links={footerNavigation.Explore} delay={0.1} /> - - + + {/* Combined Services & Company */} +
+ + +
+ + {/* Combined AI & ML with Resources */} +
+ + +
+ + {/* Newsletter Subscription Section */} - - {/* Bottom Bar */} - {/* -
-
-
- © 2024 Web Development Institute. All rights - reserved. -
- - - -
- Engineered by WDI — because someone had to do it - right. 💻 -
-
-
-
*/} diff --git a/components/GlobalOffices.tsx b/components/GlobalOffices.tsx index 849a5b0..0e1204e 100644 --- a/components/GlobalOffices.tsx +++ b/components/GlobalOffices.tsx @@ -5,33 +5,33 @@ import { number } from "yup"; const offices = [ { - region: "Asia Pacific", + region: "India", address: `614, 6th Floor, Palms Spring center,\nLink Road, Malad (West), Mumbai - 400064, India`, image: "https://wordpress.betadelivery.com/headerr/assets/images/new-img/mapone.webp", number: "+91 7700900039", email: "ideas@wdipl.com", }, { - region: "America", + region: "USA", address: `215 Jefferson Street, Fort Collins,\nCO 80524, USA`, image: "https://wordpress.betadelivery.com/headerr/assets/images/new-img/maptwo.webp", - number: "+44 7464741335", + number: "+1 970 292 6650", email: "ideas@wdipl.com", }, { - region: "Europe", - address: `2, Frederick Street, Kings Cross,\nLondon, WC1X 0ND, England, UK.\nCRN-14194669, UK`, + region: "UK", + address: `2, Frederick Street, Kings Cross, London, WC1X 0ND, England, UK. CRN-14194669, UK`, image: "https://wordpress.betadelivery.com/headerr/assets/images/new-img/mapthree.webp", number: "+44 7464741335", email: "ideas@wdipl.com", }, - { - region: "Middle East", - address: `Perth, WA 6000`, - image: "https://wordpress.betadelivery.com/headerr/assets/images/new-img/mapfour.webp", - number: "+44 7464741335", - email: "ideas@wdipl.com", - }, + // { + // region: "Middle East", + // address: `Perth, WA 6000`, + // image: "https://wordpress.betadelivery.com/headerr/assets/images/new-img/mapfour.webp", + // number: "+44 7464741335", + // email: "ideas@wdipl.com", + // }, ]; export default function GlobalOffices() { @@ -50,7 +50,7 @@ export default function GlobalOffices() { {/* Office Cards */} -
+
{offices.map((office, index) => ( {

-
- +
+ {/*
@@ -416,7 +416,7 @@ export const FAQs = () => { Start Chat - + */} @@ -429,12 +429,16 @@ export const FAQs = () => {

Send us your questions via email

- + +
@@ -449,14 +453,17 @@ export const FAQs = () => {

Call us for immediate assistance

- + + + +