From f61f3789b031cab1cb35f76c1b41fe9dd9a7af43 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:30:53 +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 42404f9..d4967d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { id: "1", name: "Classic Acoustic Series", price: "$899", - imageSrc: "http://img.b2bpic.net/free-photo/two-acoustic-guitars-colored-background-flat-lay_169016-23112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-acoustic-guitars-colored-background-flat-lay_169016-23112.jpg?_wi=1", }, { id: "2", @@ -134,7 +134,7 @@ export default function LandingPage() { id: "4", name: "Vintage Mahogany Acoustic", price: "$1,899", - imageSrc: "http://img.b2bpic.net/free-photo/two-acoustic-guitars-colored-background-flat-lay_169016-23112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-acoustic-guitars-colored-background-flat-lay_169016-23112.jpg?_wi=2", }, { id: "5", -- 2.49.1