Update src/app/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=csxlle", imageAlt: "Coffee being poured with artisan technique"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rhq08k", imageAlt: "Premium coffee beans selection"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rhq08k&_wi=1", imageAlt: "Premium coffee beans selection"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fvnxan", imageAlt: "Modern coffeeshop interior and counter"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bhfs0c", imageAlt: "Cozy seating area with warm ambiance"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bhfs0c&_wi=1", imageAlt: "Cozy seating area with warm ambiance"
|
||||
}
|
||||
]}
|
||||
avatars={[
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
description="At Smoke and Drink, we believe that coffee is more than just a beverage—it's an experience. Our passion for quality sourcing and expert preparation ensures every cup tells a story."
|
||||
subdescription="We partner with ethical suppliers from around the world to bring you the finest single-origin and specialty blend coffees. Our baristas are trained artisans, dedicated to perfecting every pour, every pull of espresso, and every steamed milk."
|
||||
icon={Leaf}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rhq08k"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rhq08k&_wi=2"
|
||||
imageAlt="Premium coffee beans from around the world"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Cozy Seating", title: "Comfortable Spaces", subtitle: "Perfect for work or relaxation", description: "Carefully selected furniture and thoughtful lighting create an inviting environment where you can spend hours.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bhfs0c", imageAlt: "Cozy seating area with warm ambiance"
|
||||
tag: "Cozy Seating", title: "Comfortable Spaces", subtitle: "Perfect for work or relaxation", description: "Carefully selected furniture and thoughtful lighting create an inviting environment where you can spend hours.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bhfs0c&_wi=2", imageAlt: "Cozy seating area with warm ambiance"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
|
||||
Reference in New Issue
Block a user