Update src/app/gift-cards/page.tsx
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user