diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9f51605..c5102d1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,11 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import { Package, ShoppingCart, Sparkles, Truck, Users } from "lucide-react"; -export default function AboutPage() { +export default function LandingPage() { return ( - + -
- -
+
+ +
- +
+ +
+ +
+ +
+ +
);