Update src/app/page.tsx

This commit is contained in:
2026-03-16 20:37:25 +00:00
parent 0f5d265cf0
commit a389bc51dd

View File

@@ -76,10 +76,10 @@ export default function LandingPage() {
title: "Signature Haircuts", description: "Classic, modern, and contemporary cuts tailored to your face shape and style preferences.", icon: Scissors,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4661.jpg", imageAlt: "Professional haircut service"
imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4661.jpg?_wi=1", imageAlt: "Professional haircut service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4661.jpg", imageAlt: "Haircut detail"
imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4661.jpg?_wi=2", imageAlt: "Haircut detail"
}
]
},
@@ -87,10 +87,10 @@ export default function LandingPage() {
title: "Luxury Shaves", description: "Traditional straight razor shaves with hot towel treatments for the ultimate grooming experience.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg", imageAlt: "Luxury shave service"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg?_wi=1", imageAlt: "Luxury shave service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg", imageAlt: "Shave detail"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg?_wi=2", imageAlt: "Shave detail"
}
]
},
@@ -98,10 +98,10 @@ export default function LandingPage() {
title: "Beard Design", description: "Expert beard sculpting, trimming, and styling to enhance your personal look.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985715.jpg", imageAlt: "Beard design service"
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985715.jpg?_wi=1", imageAlt: "Beard design service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985715.jpg", imageAlt: "Beard styling detail"
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985715.jpg?_wi=2", imageAlt: "Beard styling detail"
}
]
},
@@ -109,10 +109,10 @@ export default function LandingPage() {
title: "Hair Coloring", description: "Premium hair coloring treatments using only the finest products for vibrant, lasting results.", icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg", imageAlt: "Hair coloring service"
imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg?_wi=1", imageAlt: "Hair coloring service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg", imageAlt: "Coloring detail"
imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg?_wi=2", imageAlt: "Coloring detail"
}
]
}