diff --git a/src/app/page.tsx b/src/app/page.tsx index 3aebc86..aac123a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,27 +18,22 @@ 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" > @@ -224,29 +137,15 @@ export default function LandingPage() { logoText="BrightSmile Dental" columns={[ { - title: "Explore", - items: [ - { - label: "Services", - href: "#features", - }, - { - label: "About Us", - href: "#about", - }, + title: "Explore", items: [ + { label: "Services", href: "#features" }, + { label: "About Us", href: "#about" }, ], }, { - title: "Contact", - items: [ - { - label: "Call Us", - href: "tel:5550123", - }, - { - label: "Directions", - href: "#", - }, + title: "Contact", items: [ + { label: "Call Us", href: "tel:5550123" }, + { label: "Directions", href: "#" }, ], }, ]} @@ -255,4 +154,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file