Merge version_1_1782241917723 into main #1

Merged
bender merged 1 commits from version_1_1782241917723 into main 2026-06-23 19:12:58 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#hero"
"name": "Home", "href": "#hero"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Services",
"href": "#services"
"name": "Services", "href": "#services"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Products",
"href": "#products"
"name": "Products", "href": "#products"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Team",
"href": "#team"
"name": "Team", "href": "#team"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="A.C.E.'s Barbershop"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=fqn9t3"
ctaButton={{
text: "Book Now",
href: "tel:7175326421",
}}
text: "Book Now", href: "tel:7175326421"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,13 +51,9 @@ export default function Layout() {
copyright="© 2026 A.C.E.'s Barbershop. All rights reserved."
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com",
},
icon: "Facebook", href: "https://facebook.com"},
{
icon: Instagram,
href: "https://instagram.com",
},
icon: "Instagram", href: "https://instagram.com"},
]}
/>
</SectionErrorBoundary>