From e6b900af112c25bcbb296a147d653c354559ccfe Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:27:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 207 ++++++++++++----------------------------------- 1 file changed, 53 insertions(+), 154 deletions(-) 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: "#"}, ], }, ]} -- 2.49.1