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