From 8f9539a8709d8756b404f32682953c2748e2d277 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 12:56:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb587d0..369200b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="medium" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "View Examples", href: "#products" } ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} testimonials={[ { name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Increased my digital product revenue by 300% in just 6 months. The platform is incredibly user-friendly.", rating: 5, @@ -198,10 +198,9 @@ export default function LandingPage() { { text: "Start Free Trial", href: "#contact" } ]} buttonAnimation="slide-up" - gridVariant="three-columns-all-equal-width" - animationType="scale-rotate" textboxLayout="default" useInvertedBackground={true} + animationType="scale-rotate" plans={[ { id: "starter", badge: "Perfect for Beginners", badgeIcon: Sparkles, -- 2.49.1