diff --git a/src/app/page.tsx b/src/app/page.tsx index d035570..561dc28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,13 +147,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Ethiopian Yirgacheffe Beans - 12oz", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg", imageAlt: "Ethiopian Yirgacheffe coffee beans", initialQuantity: 1 + id: "1", name: "Ethiopian Yirgacheffe Beans - 12oz", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg?_wi=1", imageAlt: "Ethiopian Yirgacheffe coffee beans", initialQuantity: 1 }, { id: "2", name: "Colombian Medium Roast - 12oz", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg", imageAlt: "Colombian medium roast beans", initialQuantity: 1 }, { - id: "3", name: "Brew Haven House Blend - 1lb", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg", imageAlt: "Brew Haven signature house blend", initialQuantity: 1 + id: "3", name: "Brew Haven House Blend - 1lb", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg?_wi=2", imageAlt: "Brew Haven signature house blend", initialQuantity: 1 }, { id: "4", name: "Dark Roast Espresso - 12oz", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/smoke-rises-from-roasted-coffee-beans-coffee-mug-lies-fragrant-coffee-selective-focus-beans_166373-2305.jpg", imageAlt: "Dark roast espresso beans", initialQuantity: 1