From c80f6514e1671bf8917e08b99b285fc72177dc45 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:05:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ac14fb..3b5470b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Men's Haircuts", description: "Precision cuts tailored to your style — from modern fades to classic trims. Every cut is executed with care and expertise.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-checking-his-new-hair-style_23-2148242818.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-checking-his-new-hair-style_23-2148242818.jpg?_wi=1"}, items: [ { icon: Scissors, text: "Modern & Classic Styles" }, { icon: CheckCircle, text: "Precision Cuts" }, @@ -100,7 +100,7 @@ export default function LandingPage() { }, { id: "3", title: "Skin Fades & Blends", description: "Clean fades and sharp blends done by experienced barbers. Achieve the perfect fade with our precision technique and attention to detail.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-checking-his-new-hair-style_23-2148242818.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-checking-his-new-hair-style_23-2148242818.jpg?_wi=2"}, items: [ { icon: Scissors, text: "Precision Technique" }, { icon: CheckCircle, text: "Sharp Blends" }, -- 2.49.1