From a33fc09d20a618285a5503a45fe3feee25877672 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:33:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 +++++++++++------------------------------------ 1 file changed, 44 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9430b0..831ef75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,43 +33,29 @@ export default function LandingPage() {
@@ -299,33 +210,21 @@ export default function LandingPage() { imageAlt="HVAC Footer Scene" columns={[ { - title: "ClimatePro", - items: [ + title: "ClimatePro", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - 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: "#"}, ], }, ]} @@ -335,4 +234,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file