Update src/app/try-again/page.tsx

This commit is contained in:
2026-03-19 18:09:31 +00:00
parent 97fb285cfd
commit fce01678ca

View File

@@ -71,7 +71,7 @@ const TryAgainPage = () => {
id: "back", id: "back",
name: "Let Me Try Again", name: "Let Me Try Again",
price: "My Heart", price: "My Heart",
imageSrc: "http://img.b2bpic.net/free-photo/valentine-inscription-with-gift-boxes-table_23-2148009368.jpg", imageSrc: "http://img.b2bpic.net/free-photo/valentine-inscription-with-gift-boxes-table_23-2148009368.jpg?_wi=2",
imageAlt: "Second chance", imageAlt: "Second chance",
initialQuantity: 1, initialQuantity: 1,
}, },
@@ -79,7 +79,7 @@ const TryAgainPage = () => {
id: "think", id: "think",
name: "I Need Time", name: "I Need Time",
price: "To Think", price: "To Think",
imageSrc: "http://img.b2bpic.net/free-photo/valentine-inscription-with-gift-boxes-table_23-2148009368.jpg", imageSrc: "http://img.b2bpic.net/free-photo/valentine-inscription-with-gift-boxes-table_23-2148009368.jpg?_wi=3",
imageAlt: "Think about it", imageAlt: "Think about it",
initialQuantity: 1, initialQuantity: 1,
}, },