From 6ca0c1281b984c6354433a3ba7c11c2b409404d5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:39:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 +++++++++-------------------------------------- 1 file changed, 44 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7576cb5..2c0ae1b 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 ContactFaq from '@/components/sections/contact/ContactFaq'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Flame, Leaf, Music } from "lucide-react"; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Flame, Leaf, Music, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -30,26 +30,12 @@ export default function LandingPage() {
-
-