diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 4f2601a..f1de97e 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -44,7 +44,7 @@ export default function OrderPage() { textarea={{ name: "instructions", placeholder: "Any special delivery instructions or dietary requests?" }} useInvertedBackground={false} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-raspberry-along-with-strawberries-bright-cake-biscuit-sweet-bake-berry_140725-34119.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-raspberry-along-with-strawberries-bright-cake-biscuit-sweet-bake-berry_140725-34119.jpg?_wi=2" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 4be7e39..7a0df95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { { id: "1", name: "Chocolate Bliss", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/plumcake-with-pomegranate-topping-seeds_114579-35034.jpg", imageAlt: "healthy chocolate raspberry cake" }, { id: "2", name: "Lemon Zest", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-cake-picture_23-2150649470.jpg", imageAlt: "vegan lemon poppy seed cake" }, { id: "3", name: "Matcha Delight", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/japanese-green-tea-matcha-white-cup-cheese-berry-cake-plate-white-backdrop_23-2148067009.jpg", imageAlt: "matcha green tea healthy cake" }, - { id: "4", name: "Carrot Walnut", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-raspberry-along-with-strawberries-bright-cake-biscuit-sweet-bake-berry_140725-34119.jpg", imageAlt: "carrot cake healthy ingredients" }, + { id: "4", name: "Carrot Walnut", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-raspberry-along-with-strawberries-bright-cake-biscuit-sweet-bake-berry_140725-34119.jpg?_wi=1", imageAlt: "carrot cake healthy ingredients" }, { id: "5", name: "Berry Cloud", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-piece-cake-with-various-fruits-marble-space_114579-33484.jpg", imageAlt: "berry cheesecake healthy dessert" }, { id: "6", name: "Vanilla Bean", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-small-cake-with-chocolate-vanilla-layers_181624-55465.jpg", imageAlt: "vanilla protein cake healthy" }, ]}