diff --git a/src/app/page.tsx b/src/app/page.tsx index c104ddd..971ea6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,15 +74,15 @@ export default function LandingPage() { imageAlt: "Homemade tiramisu", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-hot-coffee-table_53876-33528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-hot-coffee-table_53876-33528.jpg?_wi=1", imageAlt: "Latte art detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/green-tea-frappe_1339-5230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-tea-frappe_1339-5230.jpg?_wi=1", imageAlt: "Matcha coconut refreshment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cup-black-coffee-table-with-roasted-beans-lights_181624-28604.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cup-black-coffee-table-with-roasted-beans-lights_181624-28604.jpg?_wi=1", imageAlt: "Premium hot americano", }, ]} @@ -119,13 +119,13 @@ export default function LandingPage() { id: "1", name: "Tiramisu Latte", price: "฿120", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-hot-coffee-table_53876-33528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-hot-coffee-table_53876-33528.jpg?_wi=2", }, { id: "2", name: "Matcha Coconut", price: "฿110", - imageSrc: "http://img.b2bpic.net/free-photo/green-tea-frappe_1339-5230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-tea-frappe_1339-5230.jpg?_wi=2", }, { id: "3", @@ -143,7 +143,7 @@ export default function LandingPage() { id: "5", name: "Signature Americano", price: "฿80", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cup-black-coffee-table-with-roasted-beans-lights_181624-28604.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cup-black-coffee-table-with-roasted-beans-lights_181624-28604.jpg?_wi=2", }, { id: "6",