From b7d2d064c5adc4e5e9dfef95bf6bb69f7af4e123 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:07:28 +0000 Subject: [PATCH 1/2] 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 ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 3b9faf73d340fb62ee3f2370379bbdcf7240d20c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 12:09:31 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7793867..564844b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav 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"; +import { Smile, Sparkles, Heart, Brain } from "lucide-react"; export default function LandingPage() { return ( @@ -20,8 +20,13 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" background="noise" cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >