diff --git a/src/app/page.tsx b/src/app/page.tsx index 61d5a28..36ed8a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,13 +68,13 @@ export default function LandingPage() { tagAnimation="blur-reveal" features={[ { - id: "1", title: "Professional Haircuts", description: "Expert haircuts with the latest techniques and styles. We customize every cut to match your face shape and preferences.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43559.jpg?_wi=2", imageAlt: "Professional haircut service", buttons: [{ text: "Details", href: "#" }] + id: "1", title: "Professional Haircuts", description: "Expert haircuts with the latest techniques and styles. We customize every cut to match your face shape and preferences. 30 minutes of expert care.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43559.jpg?_wi=2", imageAlt: "Professional haircut service", buttons: [{ text: "Details", href: "#" }] }, { - id: "2", title: "Beard Grooming", description: "Complete beard care including trimming, shaping, and styling. Professional grooming for the perfect look.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-4287.jpg?_wi=2", imageAlt: "Beard trimming service", buttons: [{ text: "Details", href: "#" }] + id: "2", title: "Beard Grooming", description: "Complete beard care including trimming, shaping, and styling. Professional grooming for the perfect look. 30 minutes of specialty service.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-4287.jpg?_wi=2", imageAlt: "Beard trimming service", buttons: [{ text: "Details", href: "#" }] }, { - id: "3", title: "Traditional Shaves", description: "Classic straight razor shaves with hot towel service. A luxurious grooming experience like no other.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg?_wi=2", imageAlt: "Professional barber straight razor shave", buttons: [{ text: "Details", href: "#" }] + id: "3", title: "Traditional Shaves", description: "Classic straight razor shaves with hot towel service. A luxurious grooming experience like no other. 30 minutes of premium pampering.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg?_wi=2", imageAlt: "Professional barber straight razor shave", buttons: [{ text: "Details", href: "#" }] } ]} animationType="slide-up" @@ -85,8 +85,8 @@ export default function LandingPage() {