From 4b68bc9f0c4cfb1428488f1c0973f3117584a012 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 02:50:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 205 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 158 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e637c4..a434532 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -57,58 +47,36 @@ export default function LandingPage() { @@ -168,34 +116,19 @@ export default function LandingPage() { @@ -272,41 +177,25 @@ export default function LandingPage() { logoText="Y&B Roofing Inc." columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - 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