From e7d559920784c4793f4fd65a6722bf750a86fccd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 11:56:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e04d268..9bd0c73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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="Bayside’s 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() { ); -} +} \ No newline at end of file -- 2.49.1