diff --git a/components/Footer.tsx b/components/Footer.tsx index d5cf3d9..fd9ffb3 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -112,7 +112,7 @@ const socialLinks = [ { name: "YouTube", icon: Youtube, - url: "https://youtube.com/wdi", + url: "https://www.youtube.com/@WebsitedevelopersindiaPvtLmtd", }, ]; diff --git a/components/Navigation.tsx b/components/Navigation.tsx index d093e9f..978ce69 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -457,16 +457,16 @@ const navigationData = { ], company: [ { text: "About WDI", icon: Info, href: "/company/about-wdi" }, - { text: "Our History", icon: Clock, href: "/company/our-history" }, + // { text: "Our History", icon: Clock, href: "/company/our-history" }, { text: "Leadership Team", icon: Users2, href: "/company/leadership-team" }, - { - text: "Awards & Certifications", - icon: Award, - href: "/company/awards-certifications", - }, + // { + // text: "Awards & Certifications", + // icon: Award, + // href: "/company/awards-certifications", + // }, { text: "Careers", icon: Briefcase, href: "/company/careers" }, - { text: "Culture & Values", icon: Heart, href: "/company/culture-values" }, - { text: "Press & Media", icon: Newspaper, href: "/company/press-media" }, + // { text: "Culture & Values", icon: Heart, href: "/company/culture-values" }, + // { text: "Press & Media", icon: Newspaper, href: "/company/press-media" }, ], resources: [ { text: "Articles", icon: BookOpen, href: "/resources/blog" }, diff --git a/pages/ArticleDetail.tsx b/pages/ArticleDetail.tsx index 0757681..beff824 100644 --- a/pages/ArticleDetail.tsx +++ b/pages/ArticleDetail.tsx @@ -265,7 +265,7 @@ export const ArticleDetail = () => { {/* Author Bio */} - + {/*
@@ -279,7 +279,7 @@ export const ArticleDetail = () => {
-
+
*/} diff --git a/pages/AutomationReshapingBusiness.tsx b/pages/AutomationReshapingBusiness.tsx index dc036db..24bb267 100644 --- a/pages/AutomationReshapingBusiness.tsx +++ b/pages/AutomationReshapingBusiness.tsx @@ -454,7 +454,7 @@ export const AutomationReshapingBusiness = () => { {/* Author Bio */} - + {/*
@@ -468,7 +468,7 @@ export const AutomationReshapingBusiness = () => {
-
+
*/} diff --git a/pages/BuildingYourAPIStack.tsx b/pages/BuildingYourAPIStack.tsx index a3d2c4d..525948e 100644 --- a/pages/BuildingYourAPIStack.tsx +++ b/pages/BuildingYourAPIStack.tsx @@ -357,7 +357,7 @@ export const BuildingYourAPIStack = () => { {/* Author Bio */} - + {/*
@@ -371,7 +371,7 @@ export const BuildingYourAPIStack = () => {
-
+
*/} diff --git a/pages/CaseStudies.tsx b/pages/CaseStudies.tsx index d50d667..ebb24c6 100644 --- a/pages/CaseStudies.tsx +++ b/pages/CaseStudies.tsx @@ -14,16 +14,25 @@ import { } from "lucide-react"; import { ImageWithFallback } from "../components/figma/ImageWithFallback"; import { navigateTo } from "../App"; +import ranoutofLocalImage from '../src/images/ranoutof.webp'; +import regroupLocalImage from '../src/images/regroup.webp'; +import seezunLocalImage from '../src/images/seezun.webp'; +import tanamiLocalImage from '../src/images/tanami.webp'; +import wokasideawardLocalImage from '../src/images/woka-side-award.webp'; +import traderCircuitLocalImage from '../src/images/traders-circuit.webp'; +import goodTimesLocalImage from '../src/images/goodtimes.webp'; +import prospertyLocalImage from '../src/images/prosperty.webp'; + // High-quality project images -const ranOutOfImage = "https://images.unsplash.com/photo-1551650975-87deedd944c3?w=600&h=400&fit=crop&auto=format"; -const seezunImage = "https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?w=600&h=400&fit=crop&auto=format"; -const wokaImage = "https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=600&h=400&fit=crop&auto=format"; -const regroupImage = "https://images.unsplash.com/photo-1517077304055-6e89abbf09b0?w=600&h=400&fit=crop&auto=format"; -const tanamiImage = "https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=600&h=400&fit=crop&auto=format"; -const tradersCircuitImage = "https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=600&h=400&fit=crop&auto=format"; -const goodTimesImage = "https://images.unsplash.com/photo-1557804506-669a67965ba0?w=600&h=400&fit=crop&auto=format"; -const prospertyImage = "https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?w=600&h=400&fit=crop&auto=format"; +const ranOutOfImage = ranoutofLocalImage; +const seezunImage = seezunLocalImage; +const wokaImage = wokasideawardLocalImage; +const regroupImage = regroupLocalImage; +const tanamiImage = tanamiLocalImage; +const tradersCircuitImage = traderCircuitLocalImage; +const goodTimesImage = goodTimesLocalImage; +const prospertyImage = prospertyLocalImage; const caseStudies = [ { diff --git a/pages/ComplianceReadyFintech.tsx b/pages/ComplianceReadyFintech.tsx index fce5846..3a8e01a 100644 --- a/pages/ComplianceReadyFintech.tsx +++ b/pages/ComplianceReadyFintech.tsx @@ -390,7 +390,7 @@ export const ComplianceReadyFintech = () => { {/* Author Bio */} - + {/*
@@ -404,7 +404,7 @@ export const ComplianceReadyFintech = () => {
-
+
*/} diff --git a/pages/DedicatedDevelopmentTeams.tsx b/pages/DedicatedDevelopmentTeams.tsx index 011061a..5087179 100644 --- a/pages/DedicatedDevelopmentTeams.tsx +++ b/pages/DedicatedDevelopmentTeams.tsx @@ -236,7 +236,7 @@ export const DedicatedDevelopmentTeams = () => { {/* Testimonials */} -
+ {/*

@@ -270,7 +270,7 @@ export const DedicatedDevelopmentTeams = () => { ))}

-
+
*/} {/* CTA Section */}
diff --git a/pages/EngagementModels.tsx b/pages/EngagementModels.tsx index 0e8cee5..105c7fb 100644 --- a/pages/EngagementModels.tsx +++ b/pages/EngagementModels.tsx @@ -307,7 +307,7 @@ export const EngagementModels = () => {
{/* Testimonials */} -
+ {/*

@@ -341,7 +341,7 @@ export const EngagementModels = () => { ))}

-
+
*/} {/* CTA Section */}
diff --git a/pages/FutureOfAIHealthcare.tsx b/pages/FutureOfAIHealthcare.tsx index c4dab01..2098204 100644 --- a/pages/FutureOfAIHealthcare.tsx +++ b/pages/FutureOfAIHealthcare.tsx @@ -310,7 +310,7 @@ export const FutureOfAIHealthcare = () => { {/* Author Bio */} - + {/*
@@ -324,7 +324,7 @@ export const FutureOfAIHealthcare = () => {
-
+
*/} diff --git a/pages/HireBackendDevelopers.tsx b/pages/HireBackendDevelopers.tsx index 23fe137..8c48faf 100644 --- a/pages/HireBackendDevelopers.tsx +++ b/pages/HireBackendDevelopers.tsx @@ -407,7 +407,7 @@ export const HireBackendDevelopers = () => {
{/* Testimonials */} -
+ {/*

@@ -446,7 +446,7 @@ export const HireBackendDevelopers = () => { ))}

-
+
*/} {/* CTA Section */}
diff --git a/pages/HireFrontendDevelopers.tsx b/pages/HireFrontendDevelopers.tsx index 82981fc..4d1d8ae 100644 --- a/pages/HireFrontendDevelopers.tsx +++ b/pages/HireFrontendDevelopers.tsx @@ -297,7 +297,7 @@ export const HireFrontendDevelopers = () => {
{/* Testimonials */} -
+ {/*

@@ -336,7 +336,7 @@ export const HireFrontendDevelopers = () => { ))}

-
+
*/} {/* CTA Section */}
diff --git a/pages/HireFullStackDevelopers.tsx b/pages/HireFullStackDevelopers.tsx index 85ae4f4..282d5af 100644 --- a/pages/HireFullStackDevelopers.tsx +++ b/pages/HireFullStackDevelopers.tsx @@ -346,7 +346,7 @@ export const HireFullStackDevelopers = () => {
{/* Testimonials */} -
+ {/*

@@ -385,7 +385,7 @@ export const HireFullStackDevelopers = () => { ))}

-
+
*/} {/* CTA Section */}
diff --git a/pages/HireQAEngineers.tsx b/pages/HireQAEngineers.tsx index ce532c3..f4252d7 100644 --- a/pages/HireQAEngineers.tsx +++ b/pages/HireQAEngineers.tsx @@ -327,7 +327,7 @@ export const HireQAEngineers = () => {
{/* Testimonials */} -
+ {/*

@@ -363,7 +363,7 @@ export const HireQAEngineers = () => { ))}

-
+
*/} {/* CTA Section */}
diff --git a/pages/HireUIUXDesigners.tsx b/pages/HireUIUXDesigners.tsx index 52b4eab..8e7f5ea 100644 --- a/pages/HireUIUXDesigners.tsx +++ b/pages/HireUIUXDesigners.tsx @@ -389,7 +389,7 @@ export const HireUIUXDesigners = () => {
{/* Testimonials */} -
+ {/*

@@ -428,7 +428,7 @@ export const HireUIUXDesigners = () => { ))}

-
+
*/} {/* CTA Section */}
diff --git a/pages/LeadershipTeam.tsx b/pages/LeadershipTeam.tsx index 446d2a9..6139784 100644 --- a/pages/LeadershipTeam.tsx +++ b/pages/LeadershipTeam.tsx @@ -98,7 +98,7 @@ export const LeadershipTeam = () => { {leader.name}
diff --git a/pages/LegacySystemScaling.tsx b/pages/LegacySystemScaling.tsx index 1f15c0c..bf6e013 100644 --- a/pages/LegacySystemScaling.tsx +++ b/pages/LegacySystemScaling.tsx @@ -405,7 +405,7 @@ export const LegacySystemScaling = () => {
{/* Author Bio */} - + {/*
@@ -419,7 +419,7 @@ export const LegacySystemScaling = () => {
-
+
*/} diff --git a/pages/MigratingToLinear101.tsx b/pages/MigratingToLinear101.tsx index 6f0a0ec..b460789 100644 --- a/pages/MigratingToLinear101.tsx +++ b/pages/MigratingToLinear101.tsx @@ -318,7 +318,7 @@ export const MigratingToLinear101 = () => { {/* Author Bio */} - + {/*
@@ -332,7 +332,7 @@ export const MigratingToLinear101 = () => {
-
+
*/} diff --git a/pages/TeamAugmentationServices.tsx b/pages/TeamAugmentationServices.tsx index d16ff83..593a4cc 100644 --- a/pages/TeamAugmentationServices.tsx +++ b/pages/TeamAugmentationServices.tsx @@ -399,7 +399,7 @@ export const TeamAugmentationServices = () => {
{/* Testimonials */} -
+ {/*

@@ -433,7 +433,7 @@ export const TeamAugmentationServices = () => { ))}

-
+
*/} {/* CTA Section */}
diff --git a/pages/UXReviewPresentations.tsx b/pages/UXReviewPresentations.tsx index 518aa69..ef2396f 100644 --- a/pages/UXReviewPresentations.tsx +++ b/pages/UXReviewPresentations.tsx @@ -274,7 +274,7 @@ export const UXReviewPresentations = () => { {/* Author Bio */} - + {/*
@@ -288,7 +288,7 @@ export const UXReviewPresentations = () => {
-
+
*/} diff --git a/src/images/woka-side-award.webp b/src/images/woka-side-award.webp new file mode 100644 index 0000000..25a86da Binary files /dev/null and b/src/images/woka-side-award.webp differ diff --git a/styles/globals.css b/styles/globals.css index cbeee69..f747a20 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -449,7 +449,7 @@ /* Outline Button - WDI Style with Elevation */ .btn-outline-wdi { background: transparent; - color: #E5195E; + color: #fff; font-weight: 500; border: 1px solid rgba(229, 25, 94, 0.3); border-radius: 0.5rem; @@ -461,6 +461,10 @@ transform: translateY(0); } + .btn-outline-wdi svg { + color: #E5195E; + } + .btn-outline-wdi:hover { transform: translateY(-2px); background: rgba(229, 25, 94, 0.05);