From 8ef17b99117a271060aa1bf4418144ffe89e80e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:23:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0bd24a..bf28a98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { }, { id: 2, - title: "Straight Razor Shave", description: "Experience the ultimate in grooming luxury with our traditional straight razor shaves. Close, smooth, and incredibly refreshing for the ultimate gentleman's experience.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Straight razor shaving service" + title: "Straight Razor Shave", description: "Experience the ultimate in grooming luxury with our traditional straight razor shaves. Close, smooth, and incredibly refreshing for the ultimate gentleman's experience.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Straight razor shaving service" }, { id: 3, - title: "Beard Trimming & Design", description: "Expert beard grooming and shaping. Whether you want a clean look or a full, sculpted beard, our barbers have the skills to create your ideal beard style.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard trimming and design" + title: "Beard Trimming & Design", description: "Expert beard grooming and shaping. Whether you want a clean look or a full, sculpted beard, our barbers have the skills to create your ideal beard style.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Beard trimming and design" } ]} textboxLayout="default" @@ -130,13 +130,13 @@ export default function LandingPage() { tag="Expert Craftsmen" members={[ { - id: "1", name: "Javier Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Javier Rodriguez, Master Barber" + id: "1", name: "Javier Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1", imageAlt: "Javier Rodriguez, Master Barber" }, { - id: "2", name: "Carlos Martinez", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Carlos Martinez, Senior Barber" + id: "2", name: "Carlos Martinez", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=2", imageAlt: "Carlos Martinez, Senior Barber" }, { - id: "3", name: "Miguel Sanchez", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Miguel Sanchez, Expert Barber" + id: "3", name: "Miguel Sanchez", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=3", imageAlt: "Miguel Sanchez, Expert Barber" } ]} memberVariant="card" @@ -150,13 +150,13 @@ export default function LandingPage() {