diff --git a/src/app/page.tsx b/src/app/page.tsx index a77f0a4..c3beb2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,165 +2,117 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Clock, Coffee, MessageSquare, Star, Utensils } from "lucide-react"; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import TextAbout from '@/components/sections/about/TextAbout'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Leaf, Award, MapPin } from "lucide-react"; -export default function LandingPage() { +export default function PearlCocoaExportsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
-
+ -
- -
- - +
); -} +} \ No newline at end of file