Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-04 15:29:07 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
products={[
{ id: "1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-whipped-cream_23-2151939168.jpg" },
{ id: "2", name: "Golden Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-croissants-jam-coffee_23-2148243527.jpg" },
{ id: "3", name: "Cold Brew Artisan", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-cranberry-pie-summer-cafe-green-bushes_343596-1527.jpg" },
{ id: "3", name: "Cold Brew Artisan", price: "$5.50", imageSrc: "http://img.b2bpic.net/iced-latte-glass-pink-stand-wooden-table-cranberry-pie-summer-cafe-green-bushes_343596-1527.jpg" },
]}
title="Curated Sips & Bites"
description="From single-origin roasts to fresh-baked artisan pastries, indulge in our curated menu."
@@ -89,6 +89,8 @@ export default function LandingPage() {
description="Find your new favorite spot on Main St. We are open daily for your morning ritual."
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup_1203-7455.jpg"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>