Merge version_1 into main #2
@@ -30,7 +30,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Crafted Excellence in Every Cup and Glass"
|
||||
description="Discover the art of specialty coffee and curated wines that celebrate the finest flavors from around the world. Each sip tells a story of passion, precision, and tradition."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Premium Selection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -95,13 +95,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Ethiopian Highland Reserve", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg?_wi=1", imageAlt: "Ethiopian Highland Reserve coffee", initialQuantity: 1,
|
||||
id: "1", name: "Ethiopian Highland Reserve", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg", imageAlt: "Ethiopian Highland Reserve coffee", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Bordeaux Selection 2019", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-arrangement_23-2149552383.jpg", imageAlt: "Bordeaux Selection wine", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Colombian Dark Roast", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg?_wi=2", imageAlt: "Colombian Dark Roast coffee", initialQuantity: 1,
|
||||
id: "3", name: "Colombian Dark Roast", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg", imageAlt: "Colombian Dark Roast coffee", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user