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"}, ], }, ]}