From f894dfdb9a7d59b7e51f357a058d157db9731606 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 14:36:00 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 145 ++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 80 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 12480d4..4ca5473 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,9 +6,9 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import LegalSection from '@/components/legal/LegalSection'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { Award } from "lucide-react"; +import { Award, Clock, ShoppingBag } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- + - +
);