Compare commits
1 Commits
43fa4305c2
...
version_2
| Author | SHA1 | Date | |
|---|---|---|---|
| cd589eaa1e |
@@ -53,17 +53,17 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
icon: Coffee,
|
icon: Coffee,
|
||||||
title: "Explore Our Menu", description: "Discover our carefully curated selection of specialty coffee drinks, each crafted with precision and passion.", button: { text: "View Menu", href: "#menu" },
|
title: "Explore Our Menu", description: "Discover our carefully curated selection of specialty coffee drinks, each crafted with precision and passion.", button: { text: "View Menu", href: "#menu" },
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye71w5", imageAlt: "Coffee menu showcase"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye71w5&_wi=1", imageAlt: "Coffee menu showcase"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
title: "Visit Our Shop", description: "Experience the warm atmosphere of our specialty coffee shop. Meet our expert baristas and enjoy premium coffee.", button: { text: "Directions", href: "#contact" },
|
title: "Visit Our Shop", description: "Experience the warm atmosphere of our specialty coffee shop. Meet our expert baristas and enjoy premium coffee.", button: { text: "Directions", href: "#contact" },
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gxkise", imageAlt: "Cozy coffee shop interior"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gxkise&_wi=1", imageAlt: "Cozy coffee shop interior"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Sparkles,
|
icon: Sparkles,
|
||||||
title: "Bean Selection", description: "Learn about our single-origin beans from sustainable farms across Ethiopia, Colombia, and Guatemala.", button: { text: "Learn More", href: "#about" },
|
title: "Bean Selection", description: "Learn about our single-origin beans from sustainable farms across Ethiopia, Colombia, and Guatemala.", button: { text: "Learn More", href: "#about" },
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9qkj3", imageAlt: "Premium coffee beans"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9qkj3&_wi=1", imageAlt: "Premium coffee beans"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
|||||||
description="We source premium beans from sustainable farms across Ethiopia, Colombia, and Guatemala. Each blend is carefully roasted in-house to bring out unique flavor profiles that coffee enthusiasts appreciate."
|
description="We source premium beans from sustainable farms across Ethiopia, Colombia, and Guatemala. Each blend is carefully roasted in-house to bring out unique flavor profiles that coffee enthusiasts appreciate."
|
||||||
tag="Sourced with Care"
|
tag="Sourced with Care"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9qkj3"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v9qkj3&_wi=2"
|
||||||
imageAlt="Coffee sourcing from origin farms"
|
imageAlt="Coffee sourcing from origin farms"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "espresso", name: "Single Shot Espresso", price: "$3.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye71w5", imageAlt: "Premium espresso shot"
|
id: "espresso", name: "Single Shot Espresso", price: "$3.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye71w5&_wi=2", imageAlt: "Premium espresso shot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "americano", name: "Americano", price: "$4.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ga87kq", imageAlt: "Classic americano coffee"
|
id: "americano", name: "Americano", price: "$4.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ga87kq", imageAlt: "Classic americano coffee"
|
||||||
@@ -233,7 +233,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gxkise"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gxkise&_wi=2"
|
||||||
imageAlt="Cozy coffee shop interior"
|
imageAlt="Cozy coffee shop interior"
|
||||||
inputPlaceholder="Enter your email for updates"
|
inputPlaceholder="Enter your email for updates"
|
||||||
buttonText="Subscribe"
|
buttonText="Subscribe"
|
||||||
|
|||||||
Reference in New Issue
Block a user