Compare commits
2 Commits
1830d50da6
...
version_1
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b544a111e | |||
| 29efccb634 |
@@ -54,9 +54,10 @@ export default function LandingPage() {
|
|||||||
{ text: "Visit Us", href: "#contact" }
|
{ text: "Visit Us", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
background={{ variant: "radial-gradient" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rol2zj", imageAlt: "latte art cappuccino coffee cup aesthetic" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rol2zj&_wi=1", imageAlt: "latte art cappuccino coffee cup aesthetic" },
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gm8q56", imageAlt: "coffee brewing pour over barista technique" }
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gm8q56&_wi=1", imageAlt: "coffee brewing pour over barista technique" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -81,7 +82,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[{ text: "Learn More About Our Beans", href: "#menu" }]}
|
buttons={[{ text: "Learn More About Our Beans", href: "#menu" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ezdx60"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ezdx60&_wi=1"
|
||||||
imageAlt="modern cozy coffee shop interior warm lighting"
|
imageAlt="modern cozy coffee shop interior warm lighting"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
ariaLabel="About BrewHaven coffee shop"
|
ariaLabel="About BrewHaven coffee shop"
|
||||||
@@ -106,7 +107,7 @@ export default function LandingPage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "morning-blend", name: "Morning Glory Blend", price: "$14.99", variant: "Medium Roast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q72lbl", imageAlt: "coffee beans in white ceramic cup display"
|
id: "morning-blend", name: "Morning Glory Blend", price: "$14.99", variant: "Medium Roast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q72lbl&_wi=1", imageAlt: "coffee beans in white ceramic cup display"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "midnight-espresso", name: "Midnight Espresso", price: "$15.99", variant: "Dark Roast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zpmkvf", imageAlt: "dark roast espresso coffee beans close-up"
|
id: "midnight-espresso", name: "Midnight Espresso", price: "$15.99", variant: "Dark Roast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zpmkvf", imageAlt: "dark roast espresso coffee beans close-up"
|
||||||
@@ -228,16 +229,16 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "metric-1", value: "50K+", title: "Happy Customers", description: "Served annually with care and precision"
|
id: "metric-1", value: "50K+", title: "Happy Customers", description: "Served annually with care and precision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rol2zj&_wi=2", imageAlt: "Happy customers at coffee shop"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "metric-2", value: "200+", title: "Specialty Blends", description: "Unique combinations to discover"
|
id: "metric-2", value: "200+", title: "Specialty Blends", description: "Unique combinations to discover", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gm8q56&_wi=2", imageAlt: "Specialty coffee blends collection"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "metric-3", value: "12", title: "Local Partnerships", description: "Supporting community businesses"
|
id: "metric-3", value: "12", title: "Local Partnerships", description: "Supporting community businesses", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ezdx60&_wi=2", imageAlt: "Local partnerships collaboration"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "metric-4", value: "98%", title: "Return Rate", description: "Of customers visit us again"
|
id: "metric-4", value: "98%", title: "Return Rate", description: "Of customers visit us again", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q72lbl&_wi=2", imageAlt: "Customer return rate statistics"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user