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

@ -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() {
<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
</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) => (
<div
key={logo.alt}