From 547551f0a5aa1eed5128225807384b5838c61327 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 04:40:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 307 ++++++----------------------------------------- 1 file changed, 37 insertions(+), 270 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65b4cbc..763062a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { ThumbsUp, Truck, Users } from "lucide-react"; @@ -23,7 +23,7 @@ export default function LandingPage() { contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" background="grid" - cardStyle="soft-shadow" + cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="solid" headingFontWeight="semibold" @@ -32,22 +32,10 @@ export default function LandingPage() {