Update src/app/page.tsx

This commit is contained in:
2026-03-10 12:26:31 +00:00
parent 2eae6430ee
commit cd3b857e33

View File

@@ -92,29 +92,29 @@ export default function LandingPage() {
{
title: "Classic Haircuts", description: "Precision cuts tailored to your style. From fades to vintage classics, we deliver the perfect cut.", icon: Scissors,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg", imageAlt: "Professional haircut service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg", imageAlt: "Precision barber cutting" }
{ imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=1", imageAlt: "Professional haircut service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=2", imageAlt: "Precision barber cutting" }
]
},
{
title: "Traditional Shaves", description: "Luxurious straight razor shaves with hot towel treatment. Pure comfort and precision grooming.", icon: ShoppingBag,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg", imageAlt: "Traditional barber shave" },
{ imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg", imageAlt: "Hot towel shave service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg?_wi=1", imageAlt: "Traditional barber shave" },
{ imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg?_wi=2", imageAlt: "Hot towel shave service" }
]
},
{
title: "Beard Grooming", description: "Professional beard trimming and styling. We shape and maintain your beard for a polished look.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg", imageAlt: "Beard trimming service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg", imageAlt: "Beard styling specialist" }
{ imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=3", imageAlt: "Beard trimming service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=4", imageAlt: "Beard styling specialist" }
]
},
{
title: "Hair Treatment", description: "Specialized treatments including scalp massage and conditioning. Healthy hair starts here.", icon: Heart,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg", imageAlt: "Hair treatment service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg", imageAlt: "Scalp massage therapy" }
{ imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg?_wi=3", imageAlt: "Hair treatment service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-cutting-combing-his-beard-looking-side_141793-98519.jpg?_wi=4", imageAlt: "Scalp massage therapy" }
]
}
]}