From de54edcb85e4dc501352c578018625d210fce266 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 15:51:44 +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 1194429..fd6b4b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,22 +185,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "g1", name: "Barber Studio", role: "Interior", company: "Deira", rating: 5, + id: "g1", name: "Barber Studio", role: "Skin Fade", company: "Deira", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-armchair-has-rest-after-work-with-beer-bottle-his-hand_613910-18605.jpg"}, { - id: "g2", name: "Equipment", role: "Detail", company: "Deira", rating: 5, + id: "g2", name: "Equipment", role: "Hot Towel Shave", company: "Deira", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg"}, { - id: "g3", name: "Style", role: "Fade", company: "Deira", rating: 5, + id: "g3", name: "Style", role: "Beard Trim", company: "Deira", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-new-haircut_23-2148257007.jpg"}, { - id: "g4", name: "Grooming", role: "Station", company: "Deira", rating: 5, + id: "g4", name: "Grooming", role: "Head Shave", company: "Deira", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/barber-preparing-tools-work-beauty-salon_23-2148182009.jpg"}, { - id: "g5", name: "Atmosphere", role: "Service", company: "Deira", rating: 5, + id: "g5", name: "Atmosphere", role: "Kids Cut", company: "Deira", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-customer-hair_23-2148257012.jpg"}, { - id: "g6", name: "Precision", role: "Work", company: "Deira", rating: 5, + id: "g6", name: "Precision", role: "Haircut", company: "Deira", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-combing-moustache-client_23-2147778841.jpg"}, ]} title="The Wakanda Standard" -- 2.49.1