From 518e3f9fabb1f6ed82f64c201a120c8799fe9a9f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 20:43:54 +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 93ed9cd..2534686 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,22 +90,22 @@ export default function LandingPage() { { title: "Precision Haircut", description: "Tailored cuts to complement your style and features.", icon: Scissors, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205891.jpg", imageAlt: "Precision Haircut" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205891.jpg", imageAlt: "Detailing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205891.jpg?_wi=1", imageAlt: "Precision Haircut" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205891.jpg?_wi=2", imageAlt: "Detailing" }, ] }, { title: "Beard Grooming", description: "Sculpting and shaping your beard to perfection.", icon: Scissors, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-salon-doing-haircut-beard-trim_1303-20946.jpg", imageAlt: "Beard Grooming" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-salon-doing-haircut-beard-trim_1303-20946.jpg", imageAlt: "Detailing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-salon-doing-haircut-beard-trim_1303-20946.jpg?_wi=1", imageAlt: "Beard Grooming" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop-salon-doing-haircut-beard-trim_1303-20946.jpg?_wi=2", imageAlt: "Detailing" }, ] }, { title: "Hot Towel Shave", description: "Classic straight razor shave for a smooth finish.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4220.jpg", imageAlt: "Hot Towel Shave" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4220.jpg", imageAlt: "Detailing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4220.jpg?_wi=1", imageAlt: "Hot Towel Shave" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4220.jpg?_wi=2", imageAlt: "Detailing" }, ] }, ]} -- 2.49.1