From e6f0be38f94fa4719681b5a97ea668db8cbd5bc7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:53:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 401 ++++++++++++++--------------------------------- 1 file changed, 120 insertions(+), 281 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76cfa9e..64ea9ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Sparkles, Book, MessageCircle, CheckCircle } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -10,7 +11,6 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -18,295 +18,134 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1