From 794c358a96f64315860a08179c4843f3637e1356 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:07:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5eb9a23..2206a3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,8 @@ export default function LandingPage() { ], features: [ "10-15 page website", "Mobile & tablet optimized", "Advanced SEO optimization", "Blog section", "Analytics integration", "Email integration" - ] + ], + cardClassName: "ring-2 ring-primary-cta/50 shadow-lg shadow-primary-cta/20 relative" }, { id: "3", badge: "Enterprise", price: "$6,000+", subtitle: "Custom solutions for large organizations", buttons: [ -- 2.49.1