diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index eeba695..b7a25b3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,15 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Building, Heart, Home, Lightbulb, MessageCircle, Users } from "lucide-react"; +import FeatureBorderGlow from '@/components/sections/feature/FeatureBorderGlow'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import { BowlFood, CookingPot, HeartHandshake, ChefHat, FryingPan, Handshake, Leaf } from 'lucide-react'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
+ +
);