Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 11:24:49 +00:00

View File

@@ -54,22 +54,22 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu8jECAj86q8AyNJ8Rofy2rvQ/uploaded-1772536990840-dv0fkod3.jpg", imageAlt: "Unlimited Mandi with Soft Drinks"
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu8jECAj86q8AyNJ8Rofy2rvQ/uploaded-1772536990840-dv0fkod3.jpg?_wi=1", imageAlt: "Unlimited Mandi with Soft Drinks"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/whole-chicken-grill-served-with-rice-garnish-white-plate_114579-873.jpg", imageAlt: "Signature Chicken Mandi"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/whole-chicken-grill-served-with-rice-garnish-white-plate_114579-873.jpg?_wi=1", imageAlt: "Signature Chicken Mandi"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Juicy Mutton Mandi"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=1", imageAlt: "Juicy Mutton Mandi"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fettuchini-with-grilled-shrimps-cheese_140725-10730.jpg", imageAlt: "Fresh Fish Mandi"
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fettuchini-with-grilled-shrimps-cheese_140725-10730.jpg?_wi=1", imageAlt: "Fresh Fish Mandi"
},
{
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu8jECAj86q8AyNJ8Rofy2rvQ/uploaded-1772536990840-dv0fkod3.jpg", imageAlt: "Complete Mandi Feast"
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu8jECAj86q8AyNJ8Rofy2rvQ/uploaded-1772536990840-dv0fkod3.jpg?_wi=2", imageAlt: "Complete Mandi Feast"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", imageAlt: "Premium Dining Ambience"
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=1", imageAlt: "Premium Dining Ambience"
}
]}
autoPlay={true}
@@ -88,16 +88,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Best Mandi in Town", quote: "The taste is absolutely authentic! The meat was perfectly cooked and tender. Worth every rupee spent. Will definitely come back with family.", name: "Rajesh Kumar", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", imageAlt: "Rajesh Kumar"
id: "1", title: "Best Mandi in Town", quote: "The taste is absolutely authentic! The meat was perfectly cooked and tender. Worth every rupee spent. Will definitely come back with family.", name: "Rajesh Kumar", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg?_wi=1", imageAlt: "Rajesh Kumar"
},
{
id: "2", title: "Excellent Ambience & Quality", quote: "Great combination of taste and service. The ambience is comfortable for group dining. Staff was very helpful and attentive.", name: "Priya Sharma", role: "Family Diner", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", imageAlt: "Priya Sharma"
id: "2", title: "Excellent Ambience & Quality", quote: "Great combination of taste and service. The ambience is comfortable for group dining. Staff was very helpful and attentive.", name: "Priya Sharma", role: "Family Diner", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg?_wi=2", imageAlt: "Priya Sharma"
},
{
id: "3", title: "Consistent Quality Always", quote: "I've visited multiple times and the quality never disappoints. Fresh ingredients and authentic preparation. Highly recommended!", name: "Ahmed Hassan", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Ahmed Hassan"
id: "3", title: "Consistent Quality Always", quote: "I've visited multiple times and the quality never disappoints. Fresh ingredients and authentic preparation. Highly recommended!", name: "Ahmed Hassan", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "Ahmed Hassan"
},
{
id: "4", title: "Perfect for Celebrations", quote: "Had a birthday celebration here. The staff made it special with fresh preparation and quick service. The Mandi was delicious and generous portions!", name: "Sneha Patel", role: "Event Host", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Sneha Patel"
id: "4", title: "Perfect for Celebrations", quote: "Had a birthday celebration here. The staff made it special with fresh preparation and quick service. The Mandi was delicious and generous portions!", name: "Sneha Patel", role: "Event Host", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Sneha Patel"
}
]}
ariaLabel="Customer Testimonials Section"
@@ -121,13 +121,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Chicken Mandi", price: "₹249", variant: "Tender chicken with fragrant rice", imageSrc: "http://img.b2bpic.net/free-photo/whole-chicken-grill-served-with-rice-garnish-white-plate_114579-873.jpg", imageAlt: "Chicken Mandi"
id: "1", name: "Chicken Mandi", price: "₹249", variant: "Tender chicken with fragrant rice", imageSrc: "http://img.b2bpic.net/free-photo/whole-chicken-grill-served-with-rice-garnish-white-plate_114579-873.jpg?_wi=2", imageAlt: "Chicken Mandi"
},
{
id: "2", name: "Mutton Juicy Mandi", price: "₹299", variant: "Premium mutton with special blend", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Mutton Mandi"
id: "2", name: "Mutton Juicy Mandi", price: "₹299", variant: "Premium mutton with special blend", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=2", imageAlt: "Mutton Mandi"
},
{
id: "3", name: "Fish Mandi", price: "₹279", variant: "Fresh fish with seasoned basmati rice", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fettuchini-with-grilled-shrimps-cheese_140725-10730.jpg", imageAlt: "Fish Mandi"
id: "3", name: "Fish Mandi", price: "₹279", variant: "Fresh fish with seasoned basmati rice", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fettuchini-with-grilled-shrimps-cheese_140725-10730.jpg?_wi=2", imageAlt: "Fish Mandi"
}
]}
carouselMode="buttons"
@@ -146,19 +146,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Rich Authentic Taste", description: "Traditional recipes perfected over years, using premium spices and quality ingredients to deliver authentic Mandi flavors.", imageSrc: "http://img.b2bpic.net/free-photo/whole-chicken-grill-served-with-rice-garnish-white-plate_114579-873.jpg", imageAlt: "Authentic Taste"
title: "Rich Authentic Taste", description: "Traditional recipes perfected over years, using premium spices and quality ingredients to deliver authentic Mandi flavors.", imageSrc: "http://img.b2bpic.net/free-photo/whole-chicken-grill-served-with-rice-garnish-white-plate_114579-873.jpg?_wi=3", imageAlt: "Authentic Taste"
},
{
id: 2,
title: "Premium Ambience", description: "Comfortable dining space designed for families and groups. First floor location with pleasant atmosphere perfect for all occasions.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", imageAlt: "Premium Ambience"
title: "Premium Ambience", description: "Comfortable dining space designed for families and groups. First floor location with pleasant atmosphere perfect for all occasions.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=2", imageAlt: "Premium Ambience"
},
{
id: 3,
title: "Fresh Preparation", description: "Every dish is prepared fresh with care and attention to detail. We believe in quality ingredients prepared the right way.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Fresh Preparation"
title: "Fresh Preparation", description: "Every dish is prepared fresh with care and attention to detail. We believe in quality ingredients prepared the right way.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=3", imageAlt: "Fresh Preparation"
},
{
id: 4,
title: "Group Dining Friendly", description: "Perfect venue for gatherings, celebrations, and group meals. Spacious seating arrangement and quick service for group orders.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", imageAlt: "Group Dining"
title: "Group Dining Friendly", description: "Perfect venue for gatherings, celebrations, and group meals. Spacious seating arrangement and quick service for group orders.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=3", imageAlt: "Group Dining"
}
]}
ariaLabel="Why Choose Us Section"
@@ -228,7 +228,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu8jECAj86q8AyNJ8Rofy2rvQ/uploaded-1772536990840-dv0fkod3.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQu8jECAj86q8AyNJ8Rofy2rvQ/uploaded-1772536990840-dv0fkod3.jpg?_wi=3"
imageAlt="Delicious Mandi Platter"
mediaAnimation="opacity"
mediaPosition="right"