From e35e4a49c24a8c91746e3a07f76527607b21e00e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:00:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0aea61..31701b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,25 +124,25 @@ export default function LandingPage() { id: "1", name: "The Midnight Library", price: "$24.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-agenda-wooden-table_23-2148459657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-agenda-wooden-table_23-2148459657.jpg?_wi=1", }, { id: "2", name: "Circe: A Novel", price: "$18.99", - imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588402.jpg?_wi=1", }, { id: "3", name: "Atomic Habits", price: "$22.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-twigs-stack-books-with-different-covers-isolated-white-background_23-2147924489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-twigs-stack-books-with-different-covers-isolated-white-background_23-2147924489.jpg?_wi=1", }, { id: "4", name: "Project Hail Mary", price: "$26.50", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-bookshelf_23-2148071580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-bookshelf_23-2148071580.jpg?_wi=1", }, { id: "5", @@ -239,7 +239,7 @@ export default function LandingPage() { quote: "BookBound is a true gem in the city. Incredible recommendations.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-african-american-young-lady-talking-smartphone-near-books_23-2148042573.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-agenda-wooden-table_23-2148459657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-agenda-wooden-table_23-2148459657.jpg?_wi=2", imageAlt: "customer portrait reading book", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { quote: "Our monthly meetings are always better thanks to the team here.", tag: "Love it", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-holding-books_23-2149535742.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588402.jpg?_wi=2", imageAlt: "customer portrait reading book", }, { @@ -261,7 +261,7 @@ export default function LandingPage() { quote: "I find something new and exciting every single time I visit.", tag: "Must Visit", avatarSrc: "http://img.b2bpic.net/free-photo/girl-shopping-mall-talking-phone_23-2148225605.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-twigs-stack-books-with-different-covers-isolated-white-background_23-2147924489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-twigs-stack-books-with-different-covers-isolated-white-background_23-2147924489.jpg?_wi=2", imageAlt: "customer portrait reading book", }, { @@ -272,7 +272,7 @@ export default function LandingPage() { quote: "Friendly staff and such a cozy atmosphere. I spend hours here.", tag: "My Spot", avatarSrc: "http://img.b2bpic.net/free-photo/set-interesting-books_23-2147767316.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-bookshelf_23-2148071580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-bookshelf_23-2148071580.jpg?_wi=2", imageAlt: "customer portrait reading book", }, ]} -- 2.49.1