Merge version_1_1781391684832 into main

Merge version_1_1781391684832 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-13 23:02:30 +00:00

View File

@@ -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() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="ModuSpace"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=yixtd9"
ctaButton={{
text: "Explore Systems",
href: "#systems",
}}
text: "Explore Systems", href: "#systems"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -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: "#"},
],
},
]}