Update src/app/page.tsx
This commit is contained in:
@@ -108,9 +108,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
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: "latte", name: "Latte", price: "", variant: "Creamy espresso with steamed milk and a thin layer of foam.", imageSrc: "https://img.b2bpic.net/free-photo/latte-coffee-cup_74190-1194.jpg?id=3567103", 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"},
|
||||
id: "cappuccino", name: "Cappuccino", price: "", variant: "Espresso with equal parts steamed milk and frothy foam.", imageSrc: "https://img.b2bpic.net/free-photo/foam-nobody-latte-cafe-drink_1172-469.jpg?id=1047761", imageAlt: "Cappuccino with a sprinkle of cocoa"},
|
||||
{
|
||||
id: "mocha", name: "Mocha", price: "", variant: "Rich chocolate, espresso, and steamed milk, topped with whipped cream.", imageSrc: "http://img.b2bpic.net/free-photo/cup-chocolate-with-cream-two-cinnamon-sticks_1220-521.jpg", imageAlt: "Mocha with whipped cream and chocolate drizzle"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user