From 89d76b307fc776f6448125bef28681a011905eee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:37:05 +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 4a96281..894a359 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