From ac6c1fe62a5dbcdd231eb8d97cfb01e06b14989e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 21:04:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 066efea..20f3de2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,10 +84,10 @@ export default function LandingPage() { title: "Precision Cuts", description: "Sharp fades and clean lines executed with professional-grade technique. Every cut is tailored to your face shape and lifestyle.", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-close-up-nape_627829-7374.jpg", imageAlt: "Precision fade haircut" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-close-up-nape_627829-7374.jpg?_wi=1", imageAlt: "Precision fade haircut" }, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg", imageAlt: "Sharp crew cut detail" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg?_wi=1", imageAlt: "Sharp crew cut detail" } ] }, @@ -98,7 +98,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "Modern barbershop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4205.jpg", imageAlt: "Professional barbering" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4205.jpg?_wi=1", imageAlt: "Professional barbering" } ] }, @@ -106,10 +106,10 @@ export default function LandingPage() { title: "Athlete-Focused", description: "Cuts designed for active lifestyles. Sharp styling that lasts through training, games, and the week ahead. Built for performance.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506274.jpg", imageAlt: "Modern haircut style" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506274.jpg?_wi=1", imageAlt: "Modern haircut style" }, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-barber-preparing-cut-hair-man_23-2147778766.jpg", imageAlt: "Contemporary cut detail" + imageSrc: "http://img.b2bpic.net/free-photo/blurred-barber-preparing-cut-hair-man_23-2147778766.jpg?_wi=1", imageAlt: "Contemporary cut detail" } ] } @@ -128,19 +128,19 @@ export default function LandingPage() { description="Gallery of recent work showcasing the precision and style that define Isaiah Boire Elite Barber." products={[ { - id: "cut-1", name: "Sharp Fade", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-close-up-nape_627829-7374.jpg", imageAlt: "Sharp fade haircut" + id: "cut-1", name: "Sharp Fade", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-close-up-nape_627829-7374.jpg?_wi=2", imageAlt: "Sharp fade haircut" }, { - id: "cut-2", name: "Crew Cut", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg", imageAlt: "Textured crew cut" + id: "cut-2", name: "Crew Cut", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg?_wi=2", imageAlt: "Textured crew cut" }, { - id: "cut-3", name: "Undercut Fade", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4205.jpg", imageAlt: "Undercut fade style" + id: "cut-3", name: "Undercut Fade", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-gray-checkered-suit_158538-4205.jpg?_wi=2", imageAlt: "Undercut fade style" }, { - id: "cut-4", name: "Pompadour Fade", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506274.jpg", imageAlt: "Pompadour fade cut" + id: "cut-4", name: "Pompadour Fade", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-barbershop_23-2148506274.jpg?_wi=2", imageAlt: "Pompadour fade cut" }, { - id: "cut-5", name: "Textured Cut", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/blurred-barber-preparing-cut-hair-man_23-2147778766.jpg", imageAlt: "Shaggy fade style" + id: "cut-5", name: "Textured Cut", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/blurred-barber-preparing-cut-hair-man_23-2147778766.jpg?_wi=2", imageAlt: "Shaggy fade style" }, { id: "cut-6", name: "Clean Fade", price: "Premium Cut", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bearded-man-talking-phone_1153-1396.jpg", imageAlt: "Clean fade haircut" -- 2.49.1