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 ( - + -
- -
+
+ +
- + - +
);