From 40f211f5ecd8679f0aed29bcfec72779a5a42c87 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:30:18 +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 2c0f37b..a89aef6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { @@ -119,7 +119,7 @@ export default function LandingPage() { products={[ { id: "g1", brand: "Style", name: "Modern Updo", price: "$50", rating: 5, reviewCount: "12 reviews", imageSrc: "https://img.b2bpic.net/free-photo/woman-getting-hair-styling-salon_23-2148766450.jpg" }, { id: "g2", brand: "Nails", name: "Signature Gel", price: "$30", rating: 5, reviewCount: "8 reviews", imageSrc: "https://img.b2bpic.net/free-photo/close-up-woman-getting-manicure_23-2148766440.jpg" }, - { id: "g3", brand: "Facial", name: "Hydra Glow", price: "$70", rating: 5, reviewCount: "25 reviews", imageSrc: "https://img.b2bpic.net/free-photo/beauty-salon-interior_23-2148766465.jpg" } + { id: "g3", brand: "Facial", name: "Hydra Glow", price: "$70", rating: 5, reviewCount: "25 reviews", imageSrc: "https://img.b2bpic.net/free-photo/beauty-salon-interior_23-2148766465.jpg?_wi=2" } ]} /> -- 2.49.1