From 81ed8e7481cc906323b276e34d65201142d12af4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:55:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b9e2a2..7e89039 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,11 +77,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353746.jpg?_wi=1", imageAlt: "Modern shopping mall interior with people shopping and dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-people-celebrating-concept_53876-30083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-people-celebrating-concept_53876-30083.jpg?_wi=1", imageAlt: "Diverse groups of people enjoying dining and entertainment at a lively shopping center", }, ]} @@ -158,21 +158,21 @@ export default function LandingPage() { id: "local-eateries", name: "Local Eateries & Cafes", price: "Savor Unique Flavors", - imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7272.jpg?_wi=1", imageAlt: "Cozy local cafe serving delicious food and coffee", }, { id: "home-goods", name: "Home Goods & Decor", price: "Furnish Your Space", - imageSrc: "http://img.b2bpic.net/free-photo/supplies-composition-with-blue-background_23-2149491454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/supplies-composition-with-blue-background_23-2149491454.jpg?_wi=1", imageAlt: "Modern home goods store with stylish decor items", }, { id: "kids-entertainment", name: "Kids Entertainment", price: "Fun for All Ages", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-family-doing-outdoors-activities-collection_23-2148160626.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-family-doing-outdoors-activities-collection_23-2148160626.jpg?_wi=1", imageAlt: "Colorful indoor play zone for children", }, ]}