25-05-2025/New Changes

This commit is contained in:
2025-05-26 00:24:55 +02:00
parent d2281b9648
commit b19c24efc1
20 changed files with 11058 additions and 37 deletions

View File

@ -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"