Update src/app/page.tsx
This commit is contained in:
@@ -54,6 +54,7 @@ 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", 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", imageAlt: "coffee brewing pour over barista technique" }
|
||||||
@@ -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", 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", 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", 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", imageAlt: "Customer return rate statistics"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user