mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-18 05:18:09 +00:00
25-05-2025/New Changes
This commit is contained in:
@ -141,7 +141,7 @@ export default function AboutUsPage() {
|
||||
<div className="absolute inset-0 bg-black opacity-30 dark:opacity-50"></div>
|
||||
<div
|
||||
className="absolute inset-0 bg-cover bg-center opacity-10"
|
||||
style={{ backgroundImage: "url('/path/to/abstract-tech-bg.jpg')" }}
|
||||
style={{ backgroundImage: "url('/path/to/abstract-tech-bg.jpg')"}}
|
||||
></div>{" "}
|
||||
{/* Add a subtle background image */}
|
||||
<div className="container mx-auto px-6 text-center relative z-10">
|
||||
@ -192,7 +192,7 @@ export default function AboutUsPage() {
|
||||
<div className="relative h-64 md:h-80 rounded-lg overflow-hidden shadow-lg">
|
||||
{/* Replace with a relevant, high-quality image representing innovation or teamwork */}
|
||||
<Image
|
||||
src="/images/team.svg"
|
||||
src="/about-2.jpg" // Ensure this image exists in your public folder
|
||||
alt="Team collaborating on innovative solutions"
|
||||
layout="fill"
|
||||
objectFit="cover"
|
||||
|
||||
Reference in New Issue
Block a user