diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f5875cb..651b881 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -59,7 +59,7 @@ export default function HomePage() { categories={["Hot Drinks", "Cold Drinks", "Pastries"]} items={[ { name: "Espresso", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/espresso.webp" }, - { name: "Latte", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/latte-menu.webp" }, + { name: "Latte", category: "Hot Drinks", imageSrc: "https://images.pexels.com/photos/27860686/pexels-photo-27860686.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=27860686" }, { name: "Iced Latte", category: "Cold Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/trail/trail-2.webp" }, { name: "Cappuccino", category: "Hot Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/menu/cappuccino.webp" }, { name: "Iced Americano", category: "Cold Drinks", imageSrc: "https://storage.googleapis.com/webild/default/templates/joes-coffee/hero/iced-coffee.webp" },