diff --git a/src/app/page.tsx b/src/app/page.tsx index c2da34d..9984598 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,31 +19,24 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="background-highlight" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -296,42 +203,27 @@ export default function LandingPage() { logoText="JM Roofing" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Expertise", - href: "#features", - }, + label: "Our Expertise", href: "#features"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Roof Replacement", - href: "#features", - }, + label: "Roof Replacement", href: "#features"}, { - label: "Emergency Repair", - href: "#features", - }, + label: "Emergency Repair", href: "#features"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "SameDay Inspection", - href: "#contact", - }, + label: "SameDay Inspection", href: "#contact"}, { - label: "Service Areas", - href: "#", - }, + label: "Service Areas", href: "#"}, ], }, ]}