diff --git a/app/(website)/_components/ClientLogosSection.tsx b/app/(website)/_components/ClientLogosSection.tsx index 61e9b57..2ba0693 100644 --- a/app/(website)/_components/ClientLogosSection.tsx +++ b/app/(website)/_components/ClientLogosSection.tsx @@ -110,6 +110,7 @@ export const defaultClients: Client[] = [ { name: "JACARANDA", logoUrl: "/images/jacaranda.png" }, { name: "SALESFORCE", logoUrl: "/images/salesforce.png" }, { name: "BCX", logoUrl: "/images/bcx.png" }, + { name: "TOYOTA", logoUrl: "/images/toyota-logo.png" }, ]; export default ClientLogosSection; diff --git a/app/(website)/services/resource-augmentation/page.tsx b/app/(website)/services/resource-augmentation/page.tsx index cc92e77..d0cf95c 100644 --- a/app/(website)/services/resource-augmentation/page.tsx +++ b/app/(website)/services/resource-augmentation/page.tsx @@ -367,6 +367,7 @@ const clientLogos = [ { src: "/images/sybrin.svg", alt: "Sybrin Logo" }, { src: "/images/bcx.png", alt: "BCX Logo" }, { src: "/images/sasol.png", alt: "Sasol Logo" }, + { src: "/images/toyota-logo.png", alt: "Toyota Logo" }, ]; // --- Page Component --- @@ -781,7 +782,8 @@ export default function ResourceAugmentationPage() {

Trusted by Leading Organizations

-
+ {/* Updated the grid classes here */} +
{clientLogos.map((logo) => (