diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b8bd575..9f8cad7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,13 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { History, Leaf, Smile } from "lucide-react"; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Utensils } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file