diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ea2932..63a9330 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "latte", name: "Latte", price: "$4.50", variant: "Creamy espresso with steamed milk and a thin layer of foam.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-tasty-chocolate-milkshake_181624-58437.jpg", imageAlt: "Latte with latte art"}, + id: "latte", name: "Latte", price: "", variant: "Creamy espresso with steamed milk and a thin layer of foam.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-tasty-chocolate-milkshake_181624-58437.jpg", imageAlt: "Latte with latte art"}, { id: "cappuccino", name: "Cappuccino", price: "", variant: "Espresso with equal parts steamed milk and frothy foam.", imageSrc: "http://img.b2bpic.net/free-photo/glass-caramel-smoothie-brown-piece-clothing-white-surface_181624-22779.jpg", imageAlt: "Cappuccino with a sprinkle of cocoa"}, {