Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-06 20:43:57 +00:00

View File

@@ -90,22 +90,22 @@ export default function LandingPage() {
{
title: "Precision Haircut", description: "Tailored cuts to complement your style and features.", icon: Scissors,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205891.jpg", imageAlt: "Precision Haircut" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205891.jpg", imageAlt: "Detailing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205891.jpg?_wi=1", imageAlt: "Precision Haircut" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205891.jpg?_wi=2", imageAlt: "Detailing" },
]
},
{
title: "Beard Grooming", description: "Sculpting and shaping your beard to perfection.", icon: Scissors,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-salon-doing-haircut-beard-trim_1303-20946.jpg", imageAlt: "Beard Grooming" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-salon-doing-haircut-beard-trim_1303-20946.jpg", imageAlt: "Detailing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-salon-doing-haircut-beard-trim_1303-20946.jpg?_wi=1", imageAlt: "Beard Grooming" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-salon-doing-haircut-beard-trim_1303-20946.jpg?_wi=2", imageAlt: "Detailing" },
]
},
{
title: "Hot Towel Shave", description: "Classic straight razor shave for a smooth finish.", icon: Sparkles,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4220.jpg", imageAlt: "Hot Towel Shave" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4220.jpg", imageAlt: "Detailing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4220.jpg?_wi=1", imageAlt: "Hot Towel Shave" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4220.jpg?_wi=2", imageAlt: "Detailing" },
]
},
]}