Merge version_1_1781400432312 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "#services"
|
||||
"name": "Services", "href": "#services"
|
||||
},
|
||||
{
|
||||
"name": "Reviews",
|
||||
"href": "#reviews"
|
||||
"name": "Reviews", "href": "#reviews"
|
||||
},
|
||||
{
|
||||
"name": "Location",
|
||||
"href": "#location"
|
||||
"name": "Location", "href": "#location"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
"name": "Hero", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Why Choose Us",
|
||||
"href": "#why-choose-us"
|
||||
"name": "Why Choose Us", "href": "#why-choose-us"
|
||||
},
|
||||
{
|
||||
"name": "Team",
|
||||
"href": "#team"
|
||||
"name": "Team", "href": "#team"
|
||||
},
|
||||
{
|
||||
"name": "Gallery",
|
||||
"href": "#gallery"
|
||||
"name": "Gallery", "href": "#gallery"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Tashkent Barber Shop"
|
||||
logoImageSrc="http://img.b2bpic.net/free-vector/vintage-style-hipster-labels_1009-114.jpg"
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:2674666666",
|
||||
}}
|
||||
text: "Call Now", href: "tel:2674666666"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,50 +49,32 @@ export default function Layout() {
|
||||
brand="Tashkent Barber Shop"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Men's Cuts",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Men's Cuts", href: "#services"},
|
||||
{
|
||||
label: "Beard Trims",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Beard Trims", href: "#services"},
|
||||
{
|
||||
label: "Line-Ups",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Line-Ups", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:2674666666",
|
||||
},
|
||||
label: "Call Us", href: "tel:2674666666"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "Directions", href: "https://maps.google.com"},
|
||||
{
|
||||
label: "Appointments",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Appointments", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 Tashkent Barber Shop. All rights reserved."
|
||||
links={[
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/vintage-style-hipster-labels_1009-114.jpg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user