diff --git a/src/app/page.tsx b/src/app/page.tsx index c85004a..ee5df85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,12 +110,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "coffee1", name: "Signature Espresso", price: "$3.50", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg" }, - { id: "coffee2", name: "Velvet Latte", price: "$4.75", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg" }, - { id: "flavors", name: "Specialty Syrups", price: "+$0.75", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg" }, - { id: "tea", name: "Organic Earl Grey", price: "$4.00", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg" }, - { id: "pastry", name: "Almond Croissant", price: "$4.25", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg" }, - { id: "matcha", name: "Ceremonial Matcha", price: "$5.25", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg" }, + { id: "coffee1", name: "Signature Espresso", price: "$3.50", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=1" }, + { id: "coffee2", name: "Velvet Latte", price: "$4.75", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=2" }, + { id: "flavors", name: "Specialty Syrups", price: "+$0.75", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=3" }, + { id: "tea", name: "Organic Earl Grey", price: "$4.00", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=4" }, + { id: "pastry", name: "Almond Croissant", price: "$4.25", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=5" }, + { id: "matcha", name: "Ceremonial Matcha", price: "$5.25", imageSrc: "https://img.b2bpic.net/free-photo/cup-hot-coffee-beans-table_114579-24765.jpg?_wi=6" }, ]} title="Daily Menu" description="Hand-crafted coffee, scratch-made pastries, and refreshing cold drinks."