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