From 86245eddb3a6fa5bd4c6cdfcff0f30b6a80f5199 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:00:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 ++++++++++++++--------------------------------- 1 file changed, 63 insertions(+), 148 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44db651..5c88cbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +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 FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Clock, Shield, Truck } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroSignup from '@/components/sections/hero/HeroSignup'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; export default function LandingPage() { return ( @@ -29,191 +28,107 @@ export default function LandingPage() { >
-
-
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1