From f71e8e80e5249cb37549011c573c1cc0434770a1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:33:46 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c8d010..f905a81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,12 +17,12 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="entrance-slide" borderRadius="soft" - contentWidth="small" - sizing="mediumLargeSizeLargeTitles" + contentWidth="medium" + sizing="medium" background="circleGradient" - cardStyle="solid" - primaryButtonStyle="primary-glow" - secondaryButtonStyle="layered" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" headingFontWeight="normal" > @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Features", id: "features" }, { name: "Testimonials", id: "testimonials" }, - { name: "Pricing", href: "/pricing" }, + { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }, ]} brandName="SublimeSites" @@ -60,9 +60,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Built for Growth" metrics={[ - { icon: Rocket, label: "Projects Launched", value: "150+" }, - { icon: Users, label: "Happy Clients", value: "120+" }, - { icon: TrendingUp, label: "Revenue Growth", value: "40%" }, + { icon: Rocket, label: "Projects Launched", value: "150+", id: "1" }, + { icon: Users, label: "Happy Clients", value: "120+", id: "2" }, + { icon: TrendingUp, label: "Revenue Growth", value: "40%", id: "3" }, ]} metricsAnimation="slide-up" /> @@ -115,7 +115,7 @@ export default function LandingPage() {