Merge version_1_1782212909245 into main #1

Merged
bender merged 1 commits from version_1_1782212909245 into main 2026-06-23 11:09:25 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Story",
"href": "#about"
"name": "Story", "href": "#about"
},
{
"name": "Work",
"href": "#work"
"name": "Work", "href": "#work"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
}
];
@@ -44,9 +37,7 @@ export default function Layout() {
<NavbarFloating
logo="Mario x Cuts"
ctaButton={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,34 +48,29 @@ export default function Layout() {
brand="Mario x Cuts"
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Instagram",
href: "https://instagram.com/marioxcuts",
},
label: "Instagram", href: "https://instagram.com/marioxcuts"},
{
label: "Booking",
href: "#contact",
},
label: "Booking", href: "#contact"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Haircuts",
href: "#",
},
label: "Haircuts", href: "#"},
{
label: "Trims",
href: "#",
},
label: "Trims", href: "#"},
],
},
]}
copyright="© 2024 Mario x Cuts. All rights reserved."
imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg"
links={[
{
label: "Privacy Policy", href: "#"
}
]}
/>
</SectionErrorBoundary>
</StyleProvider>