diff --git a/src/app/page.tsx b/src/app/page.tsx index a9020c1..eba3413 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Coffee, ShoppingBag, Truck } from "lucide-react"; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Coffee, ShoppingBag, Truck, ChefHat, Heart, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -31,14 +31,11 @@ export default function LandingPage() {
-
-
-
-
); -} +} \ No newline at end of file