From 080399fbd77d217e91cdb222aea8a0ca7913952d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:32:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 +++++++++++------------------------------------ 1 file changed, 44 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36c9ef7..db60ad5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,31 +16,28 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -247,29 +146,19 @@ export default function LandingPage() { logoText="LENSPEX" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Directions", - href: "#contact", - }, + label: "Directions", href: "#contact"}, { - label: "Call: 096898 91815", - href: "tel:09689891815", - }, + label: "Call: 096898 91815", href: "tel:09689891815"}, ], }, ]} -- 2.49.1