Update src/app/page.tsx
This commit is contained in:
@@ -85,10 +85,10 @@ export default function LandingPage() {
|
||||
title: "Professional Haircuts", description: "Expert haircut services including fades, tapers, and modern styles.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-barber-shaving-hair-client_23-2147778755.jpg", imageAlt: "Professional haircut service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-barber-shaving-hair-client_23-2147778755.jpg?_wi=1", imageAlt: "Professional haircut service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-barber-shaving-hair-client_23-2147778755.jpg", imageAlt: "Professional haircut service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-barber-shaving-hair-client_23-2147778755.jpg?_wi=2", imageAlt: "Professional haircut service"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -96,10 +96,10 @@ export default function LandingPage() {
|
||||
title: "Beard Grooming", description: "Premium beard trimming, shaping, and maintenance for distinguished style.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-cutting-beard-customer_23-2147778865.jpg", imageAlt: "Beard grooming service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-cutting-beard-customer_23-2147778865.jpg?_wi=1", imageAlt: "Beard grooming service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-cutting-beard-customer_23-2147778865.jpg", imageAlt: "Beard grooming service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-cutting-beard-customer_23-2147778865.jpg?_wi=2", imageAlt: "Beard grooming service"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -107,10 +107,10 @@ export default function LandingPage() {
|
||||
title: "Classic Shaves", description: "Traditional straight razor shaves with premium products for ultimate relaxation.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg", imageAlt: "Classic shave service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg?_wi=1", imageAlt: "Classic shave service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg", imageAlt: "Classic shave service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg?_wi=2", imageAlt: "Classic shave service"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user