diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 48a18cc..b6e23b3 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": "Recovery",
- "href": "#recovery"
+ "name": "Recovery", "href": "#recovery"
},
{
- "name": "Performance",
- "href": "#performance"
+ "name": "Performance", "href": "#performance"
},
{
- "name": "Structure",
- "href": "#structure"
+ "name": "Structure", "href": "#structure"
},
{
- "name": "Living",
- "href": "#living"
+ "name": "Living", "href": "#living"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Systems",
- "href": "#systems"
+ "name": "Systems", "href": "#systems"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -59,53 +51,33 @@ export default function Layout() {
{
items: [
{
- label: "Recovery",
- href: "#recovery",
- },
+ label: "Recovery", href: "#recovery"},
{
- label: "Performance",
- href: "#performance",
- },
+ label: "Performance", href: "#performance"},
{
- label: "Structure",
- href: "#structure",
- },
+ label: "Structure", href: "#structure"},
{
- label: "Living",
- href: "#living",
- },
+ label: "Living", href: "#living"},
],
},
{
items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Warranty",
- href: "#warranty",
- },
+ label: "Warranty", href: "#warranty"},
{
- label: "Consultation",
- href: "#contact",
- },
+ label: "Consultation", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
{
- label: "Support",
- href: "#",
- },
+ label: "Support", href: "#"},
],
},
]}