Merge version_1 into main #1
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,12 +44,12 @@ export default function LandingPage() {
|
||||
tag="Premium Artisan Coffee"
|
||||
tagIcon={Coffee}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Our Selection", href: "products" },
|
||||
{ text: "Visit Us Today", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458042.jpg"
|
||||
imageAlt="Fresh coffee brewing in artisan cafe"
|
||||
/>
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Learn Our Process", href: "products" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-clay-pot_169016-5392.jpg"
|
||||
imageAlt="Coffee roasting in our artisan roastery"
|
||||
useInvertedBackground={true}
|
||||
@@ -144,8 +144,8 @@ export default function LandingPage() {
|
||||
{ text: "Visit Our Cafe", href: "https://maps.example.com" },
|
||||
{ text: "Order Online", href: "https://shop.example.com" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
buttonAnimation="none"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user