From b7d2d064c5adc4e5e9dfef95bf6bb69f7af4e123 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:07:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 475 +++++++++++++---------------------------------- 1 file changed, 124 insertions(+), 351 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6c0a40..7793867 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,372 +2,145 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { Smile, Sparkles, Heart, Brain, Star, Mail } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);