Merge version_1_1782292042350 into main #1

Merged
bender merged 1 commits from version_1_1782292042350 into main 2026-06-24 09:08:44 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#hero"
"name": "Home", "href": "#hero"
},
{
"name": "Heritage",
"href": "#about"
"name": "Heritage", "href": "#about"
},
{
"name": "Collection",
"href": "#products"
"name": "Collection", "href": "#products"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="MAGIC khmer"
logoImageSrc="https://storage.googleapis.com/webild/users/user_3FZnHlcPVioqnmvbkcBAOFOwlhe/uploaded-1782292046485-ua44kc1w.png"
ctaButton={{
text: "Shop Now",
href: "#products",
}}
text: "Shop Now", href: "#products"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,42 +49,28 @@ export default function Layout() {
brand="MAGIC khmer"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Our Values",
href: "#",
},
label: "Our Values", href: "#"},
],
},
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "Collection",
href: "#products",
},
label: "Collection", href: "#products"},
{
label: "Custom Order",
href: "#",
},
label: "Custom Order", href: "#"},
],
},
]}
copyright="© 2024 MAGIC khmer. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
]}
/>
</SectionErrorBoundary>