From 606a8356c5601ef9e9b098a3fdf5958302d063de Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:41:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 80 ++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7476a46..aab6787 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { Coffee, Utensils, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -26,29 +27,28 @@ export default function LandingPage() { >
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1