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,