From 0731c06291bb8696d813b835db723aeb279b98b9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 08:26:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 338 +++++++++++++++-------------------------------- 1 file changed, 106 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3eac98..0fa8f54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; @@ -20,250 +20,124 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumLarge" - background="blurBottom" + background="noise" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="normal" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1