05-05-2025/Add Toyota on Trusted by Partners

This commit is contained in:
2025-05-08 13:42:19 +02:00
parent 53ce8dddc7
commit a61c545a3a
4 changed files with 4 additions and 1 deletions

View File

@ -110,6 +110,7 @@ export const defaultClients: Client[] = [
{ name: "JACARANDA", logoUrl: "/images/jacaranda.png" }, { name: "JACARANDA", logoUrl: "/images/jacaranda.png" },
{ name: "SALESFORCE", logoUrl: "/images/salesforce.png" }, { name: "SALESFORCE", logoUrl: "/images/salesforce.png" },
{ name: "BCX", logoUrl: "/images/bcx.png" }, { name: "BCX", logoUrl: "/images/bcx.png" },
{ name: "TOYOTA", logoUrl: "/images/toyota-logo.png" },
]; ];
export default ClientLogosSection; export default ClientLogosSection;

View File

@ -367,6 +367,7 @@ const clientLogos = [
{ src: "/images/sybrin.svg", alt: "Sybrin Logo" }, { src: "/images/sybrin.svg", alt: "Sybrin Logo" },
{ src: "/images/bcx.png", alt: "BCX Logo" }, { src: "/images/bcx.png", alt: "BCX Logo" },
{ src: "/images/sasol.png", alt: "Sasol Logo" }, { src: "/images/sasol.png", alt: "Sasol Logo" },
{ src: "/images/toyota-logo.png", alt: "Toyota Logo" },
]; ];
// --- Page Component --- // --- Page Component ---
@ -781,7 +782,8 @@ export default function ResourceAugmentationPage() {
<h2 className="text-center text-3xl md:text-4xl font-bold font-poppins text-gray-900 dark:text-white mb-12"> <h2 className="text-center text-3xl md:text-4xl font-bold font-poppins text-gray-900 dark:text-white mb-12">
Trusted by Leading Organizations Trusted by Leading Organizations
</h2> </h2>
<div className="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-8 md:gap-12 items-center max-w-5xl mx-auto"> {/* Updated the grid classes here */}
<div className="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-5 gap-8 md:gap-12 items-center max-w-5xl mx-auto">
{clientLogos.map((logo) => ( {clientLogos.map((logo) => (
<div <div
key={logo.alt} key={logo.alt}

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

BIN
public/images/toyota.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB