From 3b85f278f7e1e7f7da43b788cfbecfe6a209efd2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:05:23 +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 5e31fc3..ba691ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,11 +190,11 @@ export default function LandingPage() { }, { id: "2", brand: "Modern", name: "Contemporary Fade", price: "Modern Precision", rating: 5, - reviewCount: "Trending", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4701.jpg", imageAlt: "Modern fade haircut style" + reviewCount: "Trending", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4701.jpg?_wi=1", imageAlt: "Modern fade haircut style" }, { id: "3", brand: "Premium", name: "Beard Artistry", price: "Sculptural Excellence", rating: 5, - reviewCount: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4701.jpg", imageAlt: "Professional beard styling" + reviewCount: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4701.jpg?_wi=2", imageAlt: "Professional beard styling" }, { id: "4", brand: "Luxury", name: "Complete Transformation", price: "Full Grooming", rating: 5, -- 2.49.1