diff --git a/src/app/page.tsx b/src/app/page.tsx index b3fb393..001d9bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Classic Haircut", description: "Professional haircuts with precision technique. Expert styling for every hair type and preference.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-finished-grooming-long-gray-beard_23-2148181941.jpg", imageAlt: "Professional haircut service" + title: "Classic Haircut", description: "Professional haircuts with precision technique. Expert styling for every hair type and preference. $35 | 30 mins", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-finished-grooming-long-gray-beard_23-2148181941.jpg", imageAlt: "Professional haircut service" }, { id: 2, - title: "Traditional Wet Shave", description: "Luxurious straight razor shave with hot towel treatment. Premium grooming experience for discerning gentlemen.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18629.jpg", imageAlt: "Traditional wet shave service" + title: "Traditional Wet Shave", description: "Luxurious straight razor shave with hot towel treatment. Premium grooming experience for discerning gentlemen. $45 | 45 mins", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18629.jpg", imageAlt: "Traditional wet shave service" }, { id: 3, - title: "Beard Grooming", description: "Expert beard trimming, shaping, and styling. Maintain that perfect look with professional maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20131.jpg", imageAlt: "Beard grooming and styling" + title: "Beard Grooming", description: "Expert beard trimming, shaping, and styling. Maintain that perfect look with professional maintenance. $30 | 25 mins", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20131.jpg", imageAlt: "Beard grooming and styling" } ]} />