Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-cup-black_114579-16741.jpg"
|
||||
imageAlt="Specialty coffee shop interior with warm lighting"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,10 +104,10 @@ export default function LandingPage() {
|
||||
title: "Classic Espresso", description: "Rich, bold espresso shots pulled to perfection. The foundation of every great coffee drink.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg?_wi=1", imageAlt: "Premium espresso with crema"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg", imageAlt: "Premium espresso with crema"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg?_wi=1", imageAlt: "Americano coffee beverage"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg", imageAlt: "Americano coffee beverage"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -115,10 +115,10 @@ export default function LandingPage() {
|
||||
title: "Signature Blends", description: "Curated blends combining beans from multiple origins. Each blend tells a story of craftsmanship.", icon: Palette,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg?_wi=2", imageAlt: "Signature coffee blend"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg", imageAlt: "Signature coffee blend"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg?_wi=2", imageAlt: "Artisan coffee preparation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-desk-workspace-with-clipboard-pen-coffee-mug-white-background-flat-lay-top-view_501050-594.jpg", imageAlt: "Artisan coffee preparation"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648696.jpg", imageAlt: "Iced cold brew coffee"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg?_wi=3", imageAlt: "Cold brew concentrate"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg", imageAlt: "Cold brew concentrate"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -176,7 +176,7 @@ export default function LandingPage() {
|
||||
description="Stop by for your perfect cup of coffee. Located in the heart of downtown, open daily. Questions? Reach out to us anytime."
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
|
||||
Reference in New Issue
Block a user