Update src/app/page.tsx
This commit is contained in:
@@ -54,11 +54,11 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "carousel-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjwj0f", imageAlt: "Luxury poolside dining experience" },
|
||||
{ id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iz9ptv", imageAlt: "Elegant restaurant interior" },
|
||||
{ id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l7lcfb", imageAlt: "Signature bacon cheeseburger" },
|
||||
{ id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79p0is", imageAlt: "Grilled chicken sandwich" },
|
||||
{ id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qcofls", imageAlt: "Premium breakfast sandwich" },
|
||||
{ id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8fta6o", imageAlt: "Crispy golden fries" }
|
||||
{ id: "carousel-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iz9ptv&_wi=1", imageAlt: "Elegant restaurant interior" },
|
||||
{ id: "carousel-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l7lcfb&_wi=1", imageAlt: "Signature bacon cheeseburger" },
|
||||
{ id: "carousel-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79p0is&_wi=1", imageAlt: "Grilled chicken sandwich" },
|
||||
{ id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qcofls&_wi=1", imageAlt: "Premium breakfast sandwich" },
|
||||
{ id: "carousel-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8fta6o&_wi=1", imageAlt: "Crispy golden fries" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
{ value: "100%", title: "Resident-Only Experience" },
|
||||
{ value: "5-Star", title: "Customer Service" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iz9ptv"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=iz9ptv&_wi=2"
|
||||
imageAlt="Warm and welcoming restaurant interior"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -92,16 +92,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Bacon Cheeseburger", description: "A resident favorite packed with flavor and premium ingredients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l7lcfb", imageAlt: "Gourmet bacon cheeseburger", buttonIcon: ArrowRight
|
||||
title: "Bacon Cheeseburger", description: "A resident favorite packed with flavor and premium ingredients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l7lcfb&_wi=2", imageAlt: "Gourmet bacon cheeseburger", buttonIcon: ArrowRight
|
||||
},
|
||||
{
|
||||
title: "Grilled Chicken Sandwich", description: "Fresh grilled chicken on perfectly toasted bread", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79p0is", imageAlt: "Grilled chicken sandwich", buttonIcon: ArrowRight
|
||||
title: "Grilled Chicken Sandwich", description: "Fresh grilled chicken on perfectly toasted bread", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79p0is&_wi=2", imageAlt: "Grilled chicken sandwich", buttonIcon: ArrowRight
|
||||
},
|
||||
{
|
||||
title: "Breakfast Sandwich", description: "The perfect start to your morning with premium ingredients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qcofls", imageAlt: "Premium breakfast sandwich", buttonIcon: ArrowRight
|
||||
title: "Breakfast Sandwich", description: "The perfect start to your morning with premium ingredients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qcofls&_wi=2", imageAlt: "Premium breakfast sandwich", buttonIcon: ArrowRight
|
||||
},
|
||||
{
|
||||
title: "Crispy Fries", description: "Golden, hot, and perfectly salted every time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8fta6o", imageAlt: "Restaurant-quality fries", buttonIcon: ArrowRight
|
||||
title: "Crispy Fries", description: "Golden, hot, and perfectly salted every time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8fta6o&_wi=2", imageAlt: "Restaurant-quality fries", buttonIcon: ArrowRight
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user