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: "#"},
],
},
]}