Update src/app/page.tsx

This commit is contained in:
2026-02-26 19:25:58 +00:00
parent ef775fc602
commit 31bfb87d4d

View File

@@ -69,35 +69,35 @@ export default function HomePage() {
id: "1",
name: "Pistachio Latte",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg?_wi=1",
imageAlt: "Creamy pistachio latte with foam"
},
{
id: "2",
name: "Crème Brûlée Latte",
price: "$6.75",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg?_wi=1",
imageAlt: "Dessert-inspired crème brûlée latte"
},
{
id: "3",
name: "Coconut Matcha Cloud",
price: "$7.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-hands-trendy-green-matcha-drink-with-latte-art_169016-34119.jpg?_wi=1",
imageAlt: "Airy matcha cloud with coconut milk"
},
{
id: "4",
name: "Charcoal Honey Iced Latte",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg?_wi=1",
imageAlt: "Bold charcoal honey iced latte"
},
{
id: "5",
name: "Amaretto Latte",
price: "$6.25",
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-served-long-glass_140725-3355.jpg?_wi=2",
imageAlt: "Cozy aromatic amaretto latte"
}
]}
@@ -152,21 +152,21 @@ export default function HomePage() {
id: "1",
name: "Cinnamon Bun",
price: "$5.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-roll-coffee-cup_23-2148904736.jpg?_wi=2",
imageAlt: "Golden cinnamon bun with icing"
},
{
id: "2",
name: "Thai Tea Macaron",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124491.jpg?_wi=1",
imageAlt: "Delicate Thai tea flavored macarons"
},
{
id: "3",
name: "Chicken Pesto Sandwich",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16529.jpg?_wi=1",
imageAlt: "Fresh chicken pesto sandwich on artisan bread"
}
]}