Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-05 10:31:36 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -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"
/>
</div>