From 3c6b7efc2faab720bfc1a43f5867a59169f74316 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 15:29:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66ba4d5..43113c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> -- 2.49.1