diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index c9aa5d4..9e0495d 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": "THE BLUEPRINT",
- "href": "#blueprint"
+ "name": "THE BLUEPRINT", "href": "#blueprint"
},
{
- "name": "THE HOUSE",
- "href": "#house"
+ "name": "THE HOUSE", "href": "#house"
},
{
- "name": "THE MATH",
- "href": "#math"
+ "name": "THE MATH", "href": "#math"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Social Proof",
- "href": "#social-proof"
+ "name": "Social Proof", "href": "#social-proof"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -56,20 +48,13 @@ export default function Layout() {