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() {