From 556fb006f1ffbf321dea76d8e53bbceabc11b05f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 10:16:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 433 +++++++---------------------------------------- 1 file changed, 60 insertions(+), 373 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37acaad..2f140b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Sparkles, Calendar, Zap, Scissors } from "lucide-react"; export default function LandingPage() { return ( @@ -28,374 +23,66 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+ -
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1