Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 20:22:43 +00:00

View File

@@ -54,19 +54,17 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg", imageAlt: "North Hills Barber Shop interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg?_wi=1", imageAlt: "Professional haircut service"},
imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg", imageAlt: "Professional haircut service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-hair-blurred-man_23-2147778921.jpg?_wi=1", imageAlt: "Expert beard grooming"},
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-hair-blurred-man_23-2147778921.jpg", imageAlt: "Expert beard grooming"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg?_wi=1", imageAlt: "Classic straight razor shave"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg", imageAlt: "Classic straight razor shave"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43569.jpg?_wi=1", imageAlt: "Premium barbershop environment"},
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43569.jpg", imageAlt: "Premium barbershop environment"},
]}
ariaLabel="North Hills Barber Shop hero section"
containerClassName="w-full"
textBoxClassName="text-center"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg md:text-xl"
/>
</div>
@@ -82,19 +80,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Precision Haircuts", description: "Expert cutting techniques using traditional and modern styles. Every cut is customized to complement your face shape and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg?_wi=2", imageAlt: "Professional haircut service"},
title: "Precision Haircuts", description: "Expert cutting techniques using traditional and modern styles. Every cut is customized to complement your face shape and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg", imageAlt: "Professional haircut service"},
{
id: 2,
title: "Beard Grooming", description: "Complete beard care including trimming, shaping, and conditioning treatments. Keep your beard looking distinguished and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-hair-blurred-man_23-2147778921.jpg?_wi=2", imageAlt: "Expert beard grooming"},
title: "Beard Grooming", description: "Complete beard care including trimming, shaping, and conditioning treatments. Keep your beard looking distinguished and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-hair-blurred-man_23-2147778921.jpg", imageAlt: "Expert beard grooming"},
{
id: 3,
title: "Classic Shaves", description: "Traditional straight razor shaves with hot towel treatments. Experience the luxury and precision of authentic barbershop shaving.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg?_wi=2", imageAlt: "Classic straight razor shave"},
title: "Classic Shaves", description: "Traditional straight razor shaves with hot towel treatments. Experience the luxury and precision of authentic barbershop shaving.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg", imageAlt: "Classic straight razor shave"},
]}
ariaLabel="Services section"
containerClassName="w-full"
textBoxClassName="space-y-4"
titleClassName="text-4xl font-bold"
descriptionClassName="text-lg"
textBoxTitleClassName="text-4xl font-bold"
textBoxDescriptionClassName="text-lg"
/>
</div>
@@ -132,8 +130,8 @@ export default function LandingPage() {
]}
ariaLabel="Testimonials section"
containerClassName="w-full"
titleClassName="text-4xl font-bold"
descriptionClassName="text-lg"
textBoxTitleClassName="text-4xl font-bold"
textBoxDescriptionClassName="text-lg"
/>
</div>
@@ -152,7 +150,7 @@ export default function LandingPage() {
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43569.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43569.jpg"
imageAlt="North Hills Barber Shop"
mediaAnimation="slide-up"
mediaPosition="right"