Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 14:52:05 +00:00
2 changed files with 1370 additions and 3 deletions

File diff suppressed because it is too large Load Diff

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"