From 024c24aaefce66e3fc04efddbdba7ef9368565f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 21:37:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 +++++++++-------------------------------------- 1 file changed, 49 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cd0baa..442bf74 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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Facebook, Instagram, Leaf, Mountain, Users, Utensils } from "lucide-react"; export default function LandingPage() { @@ -31,22 +31,10 @@ export default function LandingPage() {