From ce9762d6b383f3b18b1805dd3ed270be2c6352d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:32:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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() {
); -} +} \ No newline at end of file -- 2.49.1