mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 18:58:10 +00:00
updated other pages
This commit is contained in:
@ -363,17 +363,10 @@ const methodologies = [
|
||||
];
|
||||
|
||||
const clientLogos = [
|
||||
{ src: "/clients/absa-logo.png", alt: "Absa Bank Logo" }, // Replace with actual paths
|
||||
{ src: "/clients/african-bank-logo.png", alt: "African Bank Logo" },
|
||||
{ src: "/clients/sybrin-logo.png", alt: "Sybrin Logo" },
|
||||
{ src: "/clients/telkom-logo.png", alt: "Telkom Logo" },
|
||||
{ src: "/clients/fnb-logo.png", alt: "FNB Logo" },
|
||||
{ src: "/clients/bcx-logo.png", alt: "BCX Logo" },
|
||||
{
|
||||
src: "/clients/ssd-logo.png",
|
||||
alt: "Shapiro Shaik Defries & Associates Logo",
|
||||
},
|
||||
{ src: "/clients/flysafair-logo.png", alt: "FlySafair Logo" },
|
||||
{ src: "/images/absa.png", alt: "Absa Bank Logo" }, // Replace with actual paths
|
||||
{ src: "/images/sybrin.svg", alt: "Sybrin Logo" },
|
||||
{ src: "/images/bcx.png", alt: "BCX Logo" },
|
||||
{ src: "/images/sasol.png", alt: "Sasol Logo" },
|
||||
];
|
||||
|
||||
// --- Page Component ---
|
||||
@ -517,7 +510,7 @@ export default function ResourceAugmentationPage() {
|
||||
<div className="relative h-64 md:h-80 rounded-lg overflow-hidden shadow-lg">
|
||||
{/* Placeholder Image - Replace with a relevant image (e.g., team collaboration, office) */}
|
||||
<Image
|
||||
src="/images/team-meeting.jpg" // Replace with actual path
|
||||
src="/images/team-collaborative.png" // Replace with actual path
|
||||
alt="OMS Team Collaboration"
|
||||
layout="fill"
|
||||
objectFit="cover"
|
||||
|
||||
Reference in New Issue
Block a user