From 1f0677e3fbee542a1b82e381b421f4e269bddee5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:32:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe48743..2fe5446 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Beard Grooming & Shaping", description: "Expert beard trimming, shaping, and conditioning using traditional Turkish methods and premium products.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg" }, + id: "2", title: "Beard Grooming & Shaping", description: "Expert beard trimming, shaping, and conditioning using traditional Turkish methods and premium products.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1" }, items: [ { icon: CheckCircle, text: "Expert beard sculpting" }, { icon: CheckCircle, text: "Therapeutic beard oil treatment" }, @@ -97,7 +97,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Hot Towel Shave", description: "Luxurious straight razor shave with hot towel treatment for the ultimate grooming experience and skin rejuvenation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg" }, + id: "3", title: "Hot Towel Shave", description: "Luxurious straight razor shave with hot towel treatment for the ultimate grooming experience and skin rejuvenation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2" }, items: [ { icon: CheckCircle, text: "Traditional straight razor shave" }, { icon: CheckCircle, text: "Hot towel therapy" }, @@ -121,11 +121,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Mitchell", role: "Professional", company: "Westbury", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { id: "2", name: "Ahmed Hassan", role: "Business Owner", company: "Westbury", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { id: "3", name: "Robert Chen", role: "Student", company: "Westbury", rating: 5, @@ -133,7 +133,7 @@ export default function LandingPage() { }, { id: "4", name: "Marcus Williams", role: "Corporate Executive", company: "Westbury", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" } ]} kpiItems={[ -- 2.49.1