From c8792f76f290da991c19cb57a27841567be7aa88 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:26:05 +0000 Subject: [PATCH] Update src/app/gift-cards/page.tsx --- src/app/gift-cards/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/gift-cards/page.tsx b/src/app/gift-cards/page.tsx index 64f178e..b29ea1a 100644 --- a/src/app/gift-cards/page.tsx +++ b/src/app/gift-cards/page.tsx @@ -25,28 +25,28 @@ export default function GiftCardsPage() { id: "1", title: "$25 Gift Card", description: "Perfect for a quick bite or appetizers with friends", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg?_wi=8", imageAlt: "Gift card value $25", }, { id: "2", title: "$50 Gift Card", description: "Ideal for a full meal with drinks for one or two", - imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg?_wi=7", imageAlt: "Gift card value $50", }, { id: "3", title: "$100 Gift Card", description: "Premium gift for a memorable dining experience", - imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg?_wi=8", imageAlt: "Gift card value $100", }, { id: "4", title: "Custom Amount", description: "Create your own gift card amount up to $500", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg?_wi=8", imageAlt: "Custom gift card amount", }, ]; @@ -128,27 +128,27 @@ export default function GiftCardsPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg?_wi=9", imageAlt: "Sizzling fajitas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg?_wi=8", imageAlt: "Homemade tamales", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg?_wi=9", imageAlt: "Enchiladas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg?_wi=9", imageAlt: "Chiles rellenos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447844.jpg?_wi=5", imageAlt: "Guacamole", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fruit-iced-cocktail-table_141793-281.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fruit-iced-cocktail-table_141793-281.jpg?_wi=4", imageAlt: "Margarita", }, ]}