From bc8f5c6d9ac9cca3e67a17fe4287290e4c437c43 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:38:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 894a359..4a96281 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,7 @@ export default function LandingPage() { ], features: [ "Free shipping", "Premium installation", "3-year warranty", "Priority support", "Smart home integration"], - cardClassName: "ring-2 ring-primary-cta scale-105 shadow-lg"}, + }, { id: "3", badge: "Ultimate", badgeIcon: Crown, price: "$999", subtitle: "Complete smart home solution", buttons: [ -- 2.49.1