Merge version_6 into main #9

Merged
bender merged 1 commits from version_6 into main 2026-04-09 11:56:13 +00:00

View File

@@ -34,7 +34,6 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "Reviews", id: "reviews" },
{ name: "Gallery", id: "gallery" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
@@ -51,12 +50,12 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-static" }}
title="Baysides trusted barbershop for clean cuts, sharp fades, and real consistency"
description="Professional service, attention to detail, fair prices, and a barbershop experience people keep coming back for. Opening at 8:30 AM daily."
buttons={[{ text: "Book Appointment", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" }, { text: "View Reviews", href: "#reviews" }]}
buttons={[{ text: "Book Appointment", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" }]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg", imageAlt: "Barbershop interior" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg?_wi=1", imageAlt: "Style 1" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg?_wi=1", imageAlt: "Style 2" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=1", imageAlt: "Style 3" },
{ id: "4", imageSrc: "http://img.b2bpic.net/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=1", imageAlt: "Style 3" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-getting-haircut-salon_23-2149870380.jpg?_wi=1", imageAlt: "Style 4" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg?_wi=1", imageAlt: "Style 5" },
]}
@@ -146,7 +145,7 @@ export default function LandingPage() {
products={[
{ id: "g1", name: "Classic Fade", price: "Sharp", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg?_wi=4" },
{ id: "g2", name: "Beard Trim", price: "Grooming", imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg?_wi=4" },
{ id: "g3", name: "Modern Cut", price: "Trend", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=4" },
{ id: "g3", name: "Modern Cut", price: "Trend", imageSrc: "http://img.b2bpic.net/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=4" },
{ id: "g4", name: "Shop Atmosphere", price: "Venue", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-getting-haircut-salon_23-2149870380.jpg?_wi=4" },
]}
title="Gallery of Excellence"
@@ -220,4 +219,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}