From 8870a69a6a00c72e88b83686c37b4c27f8bd67ea Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 15:13:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 210 +++++++++++++++-------------------------------- 1 file changed, 68 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5e2b47..9fbda75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, Flame, Leaf, Wine } from "lucide-react"; export default function LandingPage() { @@ -29,197 +29,123 @@ export default function LandingPage() { >
-
-
-
-
-
-
); -} \ No newline at end of file +} -- 2.49.1