diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f87a55..207cdcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function GaluCafePage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Galu Highlights", logoIcon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-kiwi-puree-swirl_23-2151988808.jpg", imageAlt: "Matcha and banana drink showcase", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/close-up-kiwi-puree-swirl_23-2151988808.jpg?_wi=1", imageAlt: "Matcha and banana drink showcase", buttons: [ { text: "Pre-Order", href: "#preorder" }, { text: "Hours", href: "#location" } ], @@ -128,7 +128,7 @@ export default function GaluCafePage() { }, { id: 3, - title: "Banana-Matcha Blend", description: "The ultimate fusion: creamy banana meets earthy matcha. A unique flavor combination available only at Galu.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-kiwi-puree-swirl_23-2151988808.jpg", imageAlt: "Banana-matcha blend specialty drink" + title: "Banana-Matcha Blend", description: "The ultimate fusion: creamy banana meets earthy matcha. A unique flavor combination available only at Galu.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-kiwi-puree-swirl_23-2151988808.jpg?_wi=2", imageAlt: "Banana-matcha blend specialty drink" } ]} textboxLayout="default"