From 7ecc8cba592210070e0b10fe3f267e4618af1065 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:37:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 315 ++++++++++++++--------------------------------- 1 file changed, 90 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 499af45..86b0bc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -19,236 +20,100 @@ export default function LandingPage() { contentWidth="compact" sizing="largeSmallSizeMediumTitles" background="blurBottom" - cardStyle="glass-depth" + cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" - headingFontWeight="normal" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1