Update src/app/about/page.tsx
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import { User, Target } from "lucide-react";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import { Target } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -28,14 +28,18 @@ export default function AboutPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about-founder" data-section="about-founder">
|
||||
<MediaAbout
|
||||
<MetricSplitMediaAbout
|
||||
title="About Our Founder"
|
||||
description="Zakaria Serroukh, 23, from Tanger, Morocco. Delivering top-tier IT reliability to every business."
|
||||
metrics={[{ value: "23", title: "Age" }, { value: "IT", title: "Expertise" }]}
|
||||
useInvertedBackground={false}
|
||||
tag="Leadership"
|
||||
tagIcon={Target}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user