mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 19:08:09 +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: "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;
|
||||||
|
|||||||
@ -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}
|
||||||
|
|||||||
BIN
public/images/toyota-logo.png
Normal file
BIN
public/images/toyota-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 157 KiB |
BIN
public/images/toyota.png
Normal file
BIN
public/images/toyota.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Reference in New Issue
Block a user