From d7168ef5818c82077d541013f0a820783d8b49a0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 15:14:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 +++++++++++++++++------------------------------ 1 file changed, 101 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1533db6..24bdf4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,197 +2,124 @@ 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 FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Coffee, Instagram, Leaf, Phone, Star, Truck } from "lucide-react"; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { Instagram, Phone, MapPin, Coffee, Star } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file