From 6b8814525cbcbd7f0f0231120a2ab81a7c376e16 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:54:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f645937..90b5f67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,16 +52,16 @@ export default function LandingPage() { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7316.jpg", imageAlt: "elegant barber shop interior design" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg", imageAlt: "professional classic haircut style" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg?_wi=1", imageAlt: "professional classic haircut style" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-8485.jpg", imageAlt: "professional beard grooming trimming" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-8485.jpg?_wi=1", imageAlt: "professional beard grooming trimming" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-hairdryer-her-beauty-routine_23-2150166441.jpg", imageAlt: "modern hair styling techniques" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-hairdryer-her-beauty-routine_23-2150166441.jpg?_wi=1", imageAlt: "modern hair styling techniques" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg", imageAlt: "traditional straight razor shaving" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg?_wi=1", imageAlt: "traditional straight razor shaving" } ]} autoPlay={true} @@ -119,25 +119,25 @@ export default function LandingPage() { id: "1", title: "Classic Haircut", descriptions: [ "Precision cutting techniques", "Professional styling", "Expert fade work", "Personalized consultation" ], - imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg", imageAlt: "professional classic haircut style" + imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-bearded-male-wearing-classic-waistcoat-slim-bow-tie_613910-1520.jpg?_wi=2", imageAlt: "professional classic haircut style" }, { id: "2", title: "Beard Grooming", descriptions: [ "Expert beard trimming", "Shape and definition", "Beard treatment oils", "Professional styling" ], - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-8485.jpg", imageAlt: "professional beard grooming trimming" + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-8485.jpg?_wi=2", imageAlt: "professional beard grooming trimming" }, { id: "3", title: "Styling & Design", descriptions: [ "Modern styling techniques", "Creative designs", "Color treatments", "Trend consultation" ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-hairdryer-her-beauty-routine_23-2150166441.jpg", imageAlt: "modern hair styling techniques" + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-hairdryer-her-beauty-routine_23-2150166441.jpg?_wi=2", imageAlt: "modern hair styling techniques" }, { id: "4", title: "Shaving Service", descriptions: [ "Traditional straight razor shave", "Hot towel treatment", "Skin care focus", "Relaxing experience" ], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg", imageAlt: "traditional straight razor shaving" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lying-salon-while-barber-trimming-his-beard_651396-2964.jpg?_wi=2", imageAlt: "traditional straight razor shaving" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1