From 4bfdcdb7059077898af38804a1b038b66bcd962b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:31:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce39d73..b85a465 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "1", name: "Signature Origin", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-with-cinnamon-foam_140725-6677.jpg" }, - { id: "2", name: "Midnight Brew", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/milk-pouring-into-hot-coffee_23-2147834545.jpg" }, - { id: "3", name: "Golden Roast", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/white-cup-with-fragrant-strong-espresso-coffee-with-thick-foam-traditional-greek-coffee-shop-top-view-coffee-with-saucer-gray-marble-table-idea-background-poster_166373-3823.jpg" } + { id: "2", name: "Midnight Brew", price: "$7", imageSrc: "http://img.b2bpic.net/milk-pouring-into-hot-coffee_23-2147834545.jpg" }, + { id: "3", name: "Golden Roast", price: "$8", imageSrc: "http://img.b2bpic.net/white-cup-with-fragrant-strong-espresso-coffee-with-thick-foam-traditional-greek-coffee-shop-top-view-coffee-with-saucer-gray-marble-table-idea-background-poster_166373-3823.jpg" } ]} /> @@ -74,6 +75,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us your requirements..." }} imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777630.jpg" + useInvertedBackground={false} mediaPosition="right" />