diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 9363342..dc6a370 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -47,27 +47,27 @@ export default function MenuPage() { products={[ { id: "1", brand: "Auri Signature", name: "Espresso Macchiato", price: "Rp 35,000", rating: 5, - reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg", imageAlt: "Espresso macchiato with perfect proportions" + reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg?_wi=2", imageAlt: "Espresso macchiato with perfect proportions" }, { id: "2", brand: "Auri Signature", name: "Honey Latte", price: "Rp 45,000", rating: 5, - reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg", imageAlt: "Smooth honey latte with natural sweetness" + reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg?_wi=2", imageAlt: "Smooth honey latte with natural sweetness" }, { id: "3", brand: "Auri Signature", name: "Cold Brew Nitro", price: "Rp 50,000", rating: 5, - reviewCount: "643", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg", imageAlt: "Silky cold brew nitro coffee" + reviewCount: "643", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg?_wi=2", imageAlt: "Silky cold brew nitro coffee" }, { id: "4", brand: "Auri Signature", name: "Vanilla Cappuccino", price: "Rp 42,000", rating: 5, - reviewCount: "534", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg", imageAlt: "Creamy vanilla cappuccino" + reviewCount: "534", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg?_wi=3", imageAlt: "Creamy vanilla cappuccino" }, { id: "5", brand: "Auri Signature", name: "Iced Mocha", price: "Rp 48,000", rating: 5, - reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg", imageAlt: "Refreshing iced mocha" + reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg?_wi=3", imageAlt: "Refreshing iced mocha" }, { id: "6", brand: "Auri Signature", name: "Affogato", price: "Rp 40,000", rating: 5, - reviewCount: "423", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg", imageAlt: "Classic affogato with gelato" + reviewCount: "423", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg?_wi=3", imageAlt: "Classic affogato with gelato" } ]} buttons={[ @@ -85,7 +85,7 @@ export default function MenuPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944037.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944037.jpg?_wi=2" imageAlt="Coffee moment at Auri" mediaAnimation="opacity" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index ebb4cd2..10015ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,15 +98,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Auri Signature", name: "Espresso Macchiato", price: "Rp 35,000", rating: 5, - reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg", imageAlt: "Espresso macchiato with perfect proportions" + reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg?_wi=1", imageAlt: "Espresso macchiato with perfect proportions" }, { id: "2", brand: "Auri Signature", name: "Honey Latte", price: "Rp 45,000", rating: 5, - reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg", imageAlt: "Smooth honey latte with natural sweetness" + reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2148104773.jpg?_wi=1", imageAlt: "Smooth honey latte with natural sweetness" }, { id: "3", brand: "Auri Signature", name: "Cold Brew Nitro", price: "Rp 50,000", rating: 5, - reviewCount: "643", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg", imageAlt: "Silky cold brew nitro coffee" + reviewCount: "643", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg?_wi=1", imageAlt: "Silky cold brew nitro coffee" } ]} buttons={[ @@ -182,7 +182,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944037.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944037.jpg?_wi=1" imageAlt="Coffee moment at Auri" mediaAnimation="opacity" mediaPosition="right"