From debd1056b10384a3238d258f126dc850889868c4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 05:12:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 152 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb09776..cda9c5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,52 +18,40 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -278,42 +188,27 @@ export default function LandingPage() { logoText="GrowthLab" columns={[ { - title: "Courses", - items: [ + title: "Courses", items: [ { - label: "Marketing", - href: "#courses", - }, + label: "Marketing", href: "#courses"}, { - label: "Sales", - href: "#courses", - }, + label: "Sales", href: "#courses"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Tools", - href: "#tools", - }, + label: "Tools", href: "#tools"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, ]} @@ -322,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1