Merge version_1 into main #1
@@ -54,22 +54,22 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Warm restaurant ambience with family dining"
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=1", imageAlt: "Warm restaurant ambience with family dining"
|
||||
},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg", imageAlt: "Celebration event at restaurant"
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg?_wi=1", imageAlt: "Celebration event at restaurant"
|
||||
},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg", imageAlt: "Birthday party setup"
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg?_wi=1", imageAlt: "Birthday party setup"
|
||||
},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/after-new-year-s-celebration_637285-12907.jpg", imageAlt: "Anniversary celebration"
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/after-new-year-s-celebration_637285-12907.jpg?_wi=1", imageAlt: "Anniversary celebration"
|
||||
},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=svzczl", imageAlt: "Function hall venue"
|
||||
id: "carousel-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=svzczl&_wi=1", imageAlt: "Function hall venue"
|
||||
},
|
||||
{
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/people-hotel-delicious-meat-table_1203-4814.jpg", imageAlt: "Catering and food service"
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/people-hotel-delicious-meat-table_1203-4814.jpg?_wi=1", imageAlt: "Catering and food service"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -103,10 +103,10 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Family Atmosphere", description: "Spacious, welcoming ambience designed for families to enjoy quality time together with loved ones.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=2"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg?_wi=2"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -121,10 +121,10 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 3,
|
||||
title: "Perfect for Events", description: "Dedicated event spaces and custom menus for birthdays, anniversaries, family functions, and celebrations.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg?_wi=2"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/after-new-year-s-celebration_637285-12907.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/after-new-year-s-celebration_637285-12907.jpg?_wi=2"
|
||||
}
|
||||
}
|
||||
]}
|
||||
@@ -144,16 +144,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "birthday", name: "Birthday Celebration", price: "₹3,500+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg", imageAlt: "Birthday party setup", initialQuantity: 1
|
||||
id: "birthday", name: "Birthday Celebration", price: "₹3,500+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32496.jpg?_wi=3", imageAlt: "Birthday party setup", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "anniversary", name: "Anniversary Special", price: "₹4,500+", imageSrc: "http://img.b2bpic.net/free-photo/after-new-year-s-celebration_637285-12907.jpg", imageAlt: "Anniversary celebration setup", initialQuantity: 1
|
||||
id: "anniversary", name: "Anniversary Special", price: "₹4,500+", imageSrc: "http://img.b2bpic.net/free-photo/after-new-year-s-celebration_637285-12907.jpg?_wi=3", imageAlt: "Anniversary celebration setup", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "family", name: "Family Function", price: "₹2,500+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=svzczl", imageAlt: "Family gathering venue", initialQuantity: 1
|
||||
id: "family", name: "Family Function", price: "₹2,500+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=svzczl&_wi=2", imageAlt: "Family gathering venue", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "corporate", name: "Corporate Dinner", price: "₹5,000+", imageSrc: "http://img.b2bpic.net/free-photo/people-hotel-delicious-meat-table_1203-4814.jpg", imageAlt: "Catering and food service", initialQuantity: 1
|
||||
id: "corporate", name: "Corporate Dinner", price: "₹5,000+", imageSrc: "http://img.b2bpic.net/free-photo/people-hotel-delicious-meat-table_1203-4814.jpg?_wi=2", imageAlt: "Catering and food service", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
|
||||
Reference in New Issue
Block a user