From 9a3dd816a1bac6f4ea7f25757b032edfc2e62aa8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:40:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aaeccd6..8164736 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,22 +71,22 @@ export default function LandingPage() { features={[ { id: 1, - title: "Classic Haircut", description: "Expert precision cuts using traditional and contemporary techniques. Each cut is personalized to complement your face shape and style preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg" }, + title: "Classic Haircut", description: "Expert precision cuts using traditional and contemporary techniques. Each cut is personalized to complement your face shape and style preferences. 30 min, $35-50", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg" } }, { id: 2, - title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning. We maintain your beard's health while achieving the perfect aesthetic.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg" }, + title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning. We maintain your beard's health while achieving the perfect aesthetic. 25 min, $25-40", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1" } }, { id: 3, - title: "Hot Towel Shave", description: "Luxurious traditional shaving experience with hot towels, premium creams, and expert technique for the smoothest shave.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-covering-man39s-face-with-warm-wet-towel_651396-2980.jpg" }, + title: "Hot Towel Shave", description: "Luxurious traditional shaving experience with hot towels, premium creams, and expert technique for the smoothest shave. 45 min, $50-75", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-covering-man39s-face-with-warm-wet-towel_651396-2980.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2" } }, { id: 4, - title: "Hair Treatment", description: "Nourishing treatments and conditioning sessions to keep your hair healthy, strong, and looking its best.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg" }, + title: "Hair Treatment", description: "Nourishing treatments and conditioning sessions to keep your hair healthy, strong, and looking its best. 35 min, $40-60", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg" } } ]} -- 2.49.1