From ecd8d09362b36bdf5751fbeb253a35909265c51e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 23:38:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 486 ++++++++++++++--------------------------------- 1 file changed, 145 insertions(+), 341 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6147ac2..fca97bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,362 +2,166 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Facebook, Instagram, Sparkles } from "lucide-react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterCard from '@/components/sections/footer/FooterCard'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1