diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index f4e1ce1..a54031a 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -28,7 +28,7 @@ export default function CheckoutPage() { const [cartItems, setCartItems] = useState([ { id: "tres-leches", name: "Tarta Tres Leches", price: "€6.50", quantity: 1, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png", imageAlt: "Tres Leches cake slice" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png?_wi=2", imageAlt: "Tres Leches cake slice" }, { id: "specialty-coffee", name: "Frappuccino de Galleta", price: "€3.50", quantity: 2, diff --git a/src/app/page.tsx b/src/app/page.tsx index 6eff646..da3dc49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "tres-leches", name: "Tarta Tres Leches", price: "€6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png", imageAlt: "Tres Leches cake slice - our signature dessert", initialQuantity: 1 + id: "tres-leches", name: "Tarta Tres Leches", price: "€6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png?_wi=1", imageAlt: "Tres Leches cake slice - our signature dessert", initialQuantity: 1 }, { id: "palmeritas", name: "Palmeritas", price: "€3.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls_127032-2506.jpg?_wi=1", imageAlt: "Crispy Palmeritas pastry", initialQuantity: 1