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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);