Update src/app/page.tsx

This commit is contained in:
2026-03-09 14:54:09 +00:00
parent e62e0385ac
commit d07c96cab0

View File

@@ -99,16 +99,16 @@ export default function BrewHavenPage() {
<ProductCardThree
products={[
{
id: "espresso", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-sack-cups-coffee-white-background-with-copy-space_141793-8953.jpg", imageAlt: "Rich espresso shot", initialQuantity: 1
id: "espresso", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-sack-cups-coffee-white-background-with-copy-space_141793-8953.jpg?_wi=1", imageAlt: "Rich espresso shot", initialQuantity: 1
},
{
id: "cappuccino", name: "Creamy Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-sack-cups-coffee-white-background-with-copy-space_141793-8953.jpg", imageAlt: "Cappuccino with latte art", initialQuantity: 1
id: "cappuccino", name: "Creamy Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-sack-cups-coffee-white-background-with-copy-space_141793-8953.jpg?_wi=2", imageAlt: "Cappuccino with latte art", initialQuantity: 1
},
{
id: "croissant", name: "Butter Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-breakfast-table_140725-1905.jpg", imageAlt: "Fresh butter croissant", initialQuantity: 1
},
{
id: "latte", name: "Silky Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-sack-cups-coffee-white-background-with-copy-space_141793-8953.jpg", imageAlt: "Smooth latte drink", initialQuantity: 1
id: "latte", name: "Silky Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-sack-cups-coffee-white-background-with-copy-space_141793-8953.jpg?_wi=3", imageAlt: "Smooth latte drink", initialQuantity: 1
}
]}
gridVariant="two-columns-alternating-heights"