diff --git a/src/app/page.tsx b/src/app/page.tsx index c3ab21f..f3bb01d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,48 +19,39 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -267,46 +183,29 @@ export default function LandingPage() { logoText="Rudis Construction" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Email", - href: "mailto:hello@rudisconstruction.com", - }, + label: "Email", href: "mailto:hello@rudisconstruction.com"}, { - label: "Phone", - href: "tel:+15550000000", - }, + label: "Phone", href: "tel:+15550000000"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}