From 70cc26d107bfdc4b15f531ea303f3ce99eb5dee5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 23:03:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 198 +++++++++++++---------------------------------- 1 file changed, 52 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d02d2c..1d06993 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,31 +17,28 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -262,37 +182,23 @@ export default function LandingPage() { logoText="America Cash Awards" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Press", - href: "#", - }, + label: "Press", href: "#"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Security", - href: "#", - }, + label: "Security", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]}