mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 18:58:10 +00:00
05-05-2025/Add Toyota on Trusted by Partners
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user