From 2fbd97f04e79041b37f47d274882ede09dbe8447 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:40:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dffe5e0..145459c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { href: "#categories", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-standing-boxes-with-buyings_23-2147666188.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-standing-boxes-with-buyings_23-2147666188.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -99,21 +99,21 @@ export default function LandingPage() { name: "Occasion Gifts", price: "Various", variant: "Gifts", - imageSrc: "http://img.b2bpic.net/free-photo/silver-gifts-with-blurred-background_1252-125.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-gifts-with-blurred-background_1252-125.jpg?_wi=1", }, { id: "2", name: "Stationery", price: "Various", variant: "Cards", - imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166948.jpg?_wi=1", }, { id: "3", name: "Home & Lifestyle", price: "Various", variant: "Home", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg?_wi=1", }, { id: "4", @@ -134,7 +134,7 @@ export default function LandingPage() { name: "Seasonal", price: "Various", variant: "New", - imageSrc: "http://img.b2bpic.net/free-photo/silver-gifts-with-blurred-background_1252-125.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-gifts-with-blurred-background_1252-125.jpg?_wi=2", }, ]} title="Featured Categories" @@ -154,7 +154,7 @@ export default function LandingPage() { role: "Local", company: "Studio City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-boxes-with-buyings_23-2147666188.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-boxes-with-buyings_23-2147666188.jpg?_wi=2", imageAlt: "luxury gift shop interior warm lighting", }, { @@ -172,7 +172,7 @@ export default function LandingPage() { role: "Loyal Customer", company: "Studio City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/silver-gifts-with-blurred-background_1252-125.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-gifts-with-blurred-background_1252-125.jpg?_wi=3", imageAlt: "gift occasion collection luxury packaging", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { role: "Gift Giver", company: "Burbank", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166948.jpg?_wi=2", imageAlt: "beautiful greeting cards stationery display", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { role: "Neighbor", company: "Studio City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-details-interior_169016-3422.jpg?_wi=2", imageAlt: "luxury lifestyle home decor boutique items", }, ]} -- 2.49.1