Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-02-21 23:55:30 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ export default function MenuPage() {
products={[
{ id: "e1", name: "Classic Latte", price: "$4.50", imageSrc: "https://img.b2bpic.net/free-photo/hot-cup-hot-chocolate_140725-7519.jpg", imageAlt: "A classic latte with art" },
{ id: "e2", name: "Rich Americano", price: "$3.75", imageSrc: "https://img.b2bpic.net/free-photo/top-view-tasty-espresso-served-cup-with-coffee_24972-2324.jpg", imageAlt: "A rich Americano coffee" },
{ id: "e3", name: "Velvet Cappuccino", price: "$4.50", imageSrc: "https://img.b2bpic.net/free-photo/talanted-barista-is-pouring-milk-jug-latte-cappuchino-his-cafe_613910-3236.jpg", imageAlt: "A velvety cappuccino" }
{ id: "e3", name: "Velvet Cappuccino", price: "$4.50", imageSrc: "https://img.b2bpic.net/free-photo/talanted-barista-is-pouring-milk-jug-latte-cappuchino-his-cafe_613910-3236.jpg?_wi=2", imageAlt: "A velvety cappuccino" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"

View File

@@ -40,7 +40,7 @@ export default function HomePage() {
title="Midnight Cafe"
description="Where coffee isnt just made. Its mastered."
background={{ "variant": "plain" }}
imageSrc="https://img.b2bpic.net/free-photo/talanted-barista-is-pouring-milk-jug-latte-cappuchino-his-cafe_613910-3236.jpg"
imageSrc="https://img.b2bpic.net/free-photo/talanted-barista-is-pouring-milk-jug-latte-cappuchino-his-cafe_613910-3236.jpg?_wi=1"
imageAlt="Slow motion espresso pour with natural light"
imagePosition="right"
buttons={[{ "text": "Order Ahead", "href": "/order" }, { "text": "View Menu", "href": "/menu" }]}