From 5f106d9de475ef951587ec5800a581ff926b5a8b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 17:49:27 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 43 ++++++++++++--------------------------- 1 file changed, 13 insertions(+), 30 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 05d7fac..a922ae7 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Community", - "href": "#about" + "name": "Community", "href": "#about" }, { - "name": "Homesites", - "href": "#siteplan" + "name": "Homesites", "href": "#siteplan" }, { - "name": "Builders", - "href": "#builders" + "name": "Builders", "href": "#builders" }, { - "name": "Location", - "href": "#location" + "name": "Location", "href": "#location" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -60,25 +51,17 @@ export default function Layout() { { items: [ { - label: "Site Plan", - href: "#siteplan", - }, + label: "Site Plan", href: "#siteplan"}, { - label: "The Builders", - href: "#builders", - }, + label: "The Builders", href: "#builders"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Legal Notice", - href: "#", - }, + label: "Legal Notice", href: "#"}, ], }, ]}