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