From 618e5a99fd0c79c086876e6db3cc49caf22e5353 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 23:18:13 +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 0e604ef..d5244e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,13 +80,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Glen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801157-n1jj9xkz.png", imageAlt: "Smiling client Glen"}, + id: "1", name: "Glen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801157-n1jj9xkz.png?_wi=1", imageAlt: "Smiling client Glen"}, { - id: "2", name: "Kojo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-lm94d87s.png", imageAlt: "Satisfied client Kojo"}, + id: "2", name: "Kojo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-lm94d87s.png?_wi=1", imageAlt: "Satisfied client Kojo"}, { - id: "3", name: "Richard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-zsi7umzb.png", imageAlt: "Happy client Richard"}, + id: "3", name: "Richard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-zsi7umzb.png?_wi=1", imageAlt: "Happy client Richard"}, { - id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801157-n1jj9xkz.png", imageAlt: "Loyal client David Kim"}, + id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801157-n1jj9xkz.png?_wi=2", imageAlt: "Loyal client David Kim"}, { id: "5", name: "James Williams", imageSrc: "http://img.b2bpic.net/free-photo/happiness-concept-glad-positive-afro-american-man-with-trendy-hairstyle-poses-naked_273609-8552.jpg", imageAlt: "Client James Williams"} ]} @@ -157,15 +157,15 @@ export default function LandingPage() { { id: "gallery-1", name: "Fresh Fade", price: "£-", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801156-a5kdlg83.png?_wi=2", imageAlt: "Fresh fade haircut"}, { - id: "gallery-2", name: "Transformation", price: "£-", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-caucasian-male-barber-cutting-beard-black-stylish-man_613910-1464.jpg", imageAlt: "Before and after haircut transformation"}, + id: "gallery-2", name: "Transformation", price: "£-", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-caucasian-male-barber-cutting-beard-black-stylish-man_613910-1464.jpg?_wi=1", imageAlt: "Before and after haircut transformation"}, { - id: "gallery-3", name: "Beard Work", price: "£-", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801157-n1jj9xkz.png", imageAlt: "Detailed beard shaping"}, + id: "gallery-3", name: "Beard Work", price: "£-", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801157-n1jj9xkz.png?_wi=3", imageAlt: "Detailed beard shaping"}, { id: "gallery-4", name: "Textured Hair", price: "£-", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801156-a5kdlg83.png?_wi=1", imageAlt: "Specialized textured hair cut"}, { id: "gallery-5", name: "Shop Vibe", price: "£-", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779750801156-eiw671cd.jpg?_wi=1", imageAlt: "Interior of the X Barbers shop"}, { - id: "gallery-6", name: "Line Up Detail", price: "£-", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-caucasian-male-barber-cutting-beard-black-stylish-man_613910-1464.jpg", imageAlt: "Close-up of a sharp hairline"} + id: "gallery-6", name: "Line Up Detail", price: "£-", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-caucasian-male-barber-cutting-beard-black-stylish-man_613910-1464.jpg?_wi=2", imageAlt: "Close-up of a sharp hairline"} ]} title="Our Craft in Focus" description="Witness the artistry and precision that defines X Barbers. From sharp fades to intricate beard work, our gallery showcases our dedication to perfection." @@ -180,11 +180,11 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "glen", name: "Glen", role: "Master Barber", description: "Known for precision fades and loyal returning clients who trust his impeccable skill and consistent quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-lm94d87s.png", imageAlt: "Portrait of Master Barber Glen"}, + id: "glen", name: "Glen", role: "Master Barber", description: "Known for precision fades and loyal returning clients who trust his impeccable skill and consistent quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-lm94d87s.png?_wi=2", imageAlt: "Portrait of Master Barber Glen"}, { id: "kojo", name: "Kojo", role: "Head Stylist", description: "Trusted for clean trims and detailed finishing, Kojo's artistry ensures every client leaves with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-afro-american-male-barber-wearing-uniform-holding-hair-clippers-doing-yes-gesture_141793-117105.jpg", imageAlt: "Portrait of Barber Kojo"}, { - id: "richard", name: "Richard", role: "Precision Specialist", description: "With an eye for detail and mastery in beard sculpting, Richard delivers sharp lines and tailored looks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-zsi7umzb.png", imageAlt: "Portrait of Barber Richard"} + id: "richard", name: "Richard", role: "Precision Specialist", description: "With an eye for detail and mastery in beard sculpting, Richard delivers sharp lines and tailored looks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEFkb51EiZNiVnuufgY5ajVCAh/uploaded-1779751018538-zsi7umzb.png?_wi=2", imageAlt: "Portrait of Barber Richard"} ]} title="Meet Our Master Barbers" description="Our skilled team is dedicated to perfection, bringing years of experience and a passion for crafting your ultimate style."