From 9abc1cf8aaf4092e73f17de437657f489600f73b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:13:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0dc2a63..cfff3f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,18 +80,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Classic Haircut & Fade", description: "Precision cutting with modern fades, line work, and detailed finishing. We deliver sharp, clean cuts that showcase expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg" }, + title: "Classic Haircut & Fade", description: "Precision cutting with modern fades, line work, and detailed finishing. We deliver sharp, clean cuts that showcase expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/barber-corrects-guy-s-beard_140725-7665.jpg?_wi=2" }, }, { id: 2, - title: "Premium Beard Grooming", description: "Shape, trim, and style with precision. Our beard grooming service includes shaping, edge work, and conditioning for maximum confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg" }, + title: "Premium Beard Grooming", description: "Shape, trim, and style with precision. Our beard grooming service includes shaping, edge work, and conditioning for maximum confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg?_wi=2" }, }, { id: 3, - title: "Traditional Straight Razor Shave", description: "Experience the luxury of a traditional hot towel shave. Perfect finishing with premium products and expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg" }, + title: "Traditional Straight Razor Shave", description: "Experience the luxury of a traditional hot towel shave. Perfect finishing with premium products and expert technique.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-retouching-his-friend-s-beard_1153-1504.jpg?_wi=2" }, }, ]} showStepNumbers={true}