Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 14:53:19 +00:00

View File

@@ -20,7 +20,7 @@ export default function BrewHavenPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmall"
background="blurBottom"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -46,7 +46,7 @@ export default function BrewHavenPage() {
tag="Specialty Coffee"
tagIcon={Coffee}
tagAnimation="slide-up"
background={{ variant: "blur-bottom" }}
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg"
imageAlt="Cozy coffee shop interior with warm lighting"
buttons={[
@@ -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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", imageAlt: "Smooth latte drink", initialQuantity: 1
}
]}
gridVariant="two-columns-alternating-heights"