From 60de71b42403dbff447f0dddd94d65568bbb3b78 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:22:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c3ec13..7cf29f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> @@ -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" -- 2.49.1