Update src/app/page.tsx

This commit is contained in:
2026-06-10 19:56:51 +00:00
parent 1f73e260f2
commit 6b1989ae71

View File

@@ -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"},
{