Update src/app/page.tsx

This commit is contained in:
2026-03-07 16:22:22 +00:00
parent c1ede8c316
commit 4df79570f0

View File

@@ -61,19 +61,19 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg", imageAlt: "Premium barbershop interior"
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg?_wi=1", imageAlt: "Premium barbershop interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg", imageAlt: "Professional haircut service"
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg?_wi=1", imageAlt: "Professional haircut service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg", imageAlt: "Expert beard grooming"
imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg?_wi=1", imageAlt: "Expert beard grooming"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506245.jpg", imageAlt: "Classic shave service"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506245.jpg?_wi=1", imageAlt: "Classic shave service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg", imageAlt: "Barbershop workspace"
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985714.jpg?_wi=2", imageAlt: "Barbershop workspace"
},
]}
ariaLabel="Hero section showcasing premium barbershop services"
@@ -195,19 +195,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "haircut", title: "Classic Haircut", price: "$35", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg", imageAlt: "Haircut service", button: { text: "Book Now", href: "contact" },
id: "haircut", title: "Classic Haircut", price: "$35", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg?_wi=2", imageAlt: "Haircut service", button: { text: "Book Now", href: "contact" },
features: [
"Professional haircut", "Personalized styling", "Hair wash included", "Style consultation"
],
},
{
id: "beard", title: "Beard Grooming", price: "$25", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg", imageAlt: "Beard grooming service", button: { text: "Book Now", href: "contact" },
id: "beard", title: "Beard Grooming", price: "$25", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg?_wi=2", imageAlt: "Beard grooming service", button: { text: "Book Now", href: "contact" },
features: [
"Precision beard trim", "Shape and styling", "Beard oil treatment", "Expert maintenance tips"
],
},
{
id: "shave", title: "Classic Shave", price: "$30", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506245.jpg", imageAlt: "Classic shave service", button: { text: "Book Now", href: "contact" },
id: "shave", title: "Classic Shave", price: "$30", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506245.jpg?_wi=2", imageAlt: "Classic shave service", button: { text: "Book Now", href: "contact" },
features: [
"Traditional hot shave", "Premium products", "Relaxing experience", "Aftershave treatment"
],