From ccf702dca64b1d6cb96fadb67a306ca37120112a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:31:50 +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 ace270d..a235807 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,10 +79,10 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { 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" }, + { 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?_wi=1" }, { id: "2", name: "Studio Electric Pro", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/electric-guitar-with-neon-light_23-2151376106.jpg" }, { id: "3", name: "Deep Groove Bass", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-electric-guitar-dark-background_169016-20246.jpg" }, - { 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" }, + { 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?_wi=2" }, { id: "5", name: "Custom Shop Strat", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-playing-bass-guitar_169016-17165.jpg" }, { id: "6", name: "Beginner Folk Ukulele", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-textured-black-wooden-background-top-view_169016-51083.jpg" }, ]} -- 2.49.1