diff --git a/src/app/page.tsx b/src/app/page.tsx index f7430bb..d1e66b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function KoffeeParadise() { id: "01", title: "Pick 4 Flavors", description: "Choose from Ube, Tiramisu, Brown Sugar, Matcha + Ube Foam, and more", imageSrc: "http://img.b2bpic.net/free-photo/coffee-preparation-concept-still-life_23-2150354592.jpg", imageAlt: "Coffee flight selection" }, { - id: "02", title: "Sip & Compare", description: "Taste each drink side-by-side, balanced sweetness, big flavor", imageSrc: "http://img.b2bpic.net/free-photo/purple-cocktail-table_140725-9605.jpg", imageAlt: "Ube foam latte" + id: "02", title: "Sip & Compare", description: "Taste each drink side-by-side, balanced sweetness, big flavor", imageSrc: "http://img.b2bpic.net/free-photo/purple-cocktail-table_140725-9605.jpg?_wi=1", imageAlt: "Ube foam latte" }, { id: "03", title: "Great for Everyone", description: "Perfect for first-timers and coffee lovers, amazing for groups", imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31598.jpg", imageAlt: "Coffee and pastries pairing" @@ -90,7 +90,7 @@ export default function KoffeeParadise() { products={[ { id: "1", brand: "Koffee Paradise", name: "Ube Boba", price: "$7.50", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/purple-cocktail-table_140725-9605.jpg", imageAlt: "Ube Boba latte" + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/purple-cocktail-table_140725-9605.jpg?_wi=2", imageAlt: "Ube Boba latte" }, { id: "2", brand: "Koffee Paradise", name: "Matcha + Ube Foam", price: "$8.00", rating: 5, @@ -136,15 +136,15 @@ export default function KoffeeParadise() { }, { id: "2", name: "Marcus Chen", role: "Coffee Enthusiast", company: "Downtown", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Marcus Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "Marcus Chen" }, { id: "3", name: "Elena Rodriguez", role: "Pastry Lover", company: "Frequent Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Elena Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Elena Rodriguez" }, { id: "4", name: "David Kim", role: "Flight Explorer", company: "New Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3", imageAlt: "David Kim" }, { id: "5", name: "Jessica Lee", role: "Brunch Regular", company: "Weekly Visitor", rating: 5,