Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-16 09:25:04 +00:00

View File

@@ -54,19 +54,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Patel", handle: "@foodlover_delhi", testimonial: "Perfect place for family, friends and couples. The food quality is really good and the restaurant has a royal Rajasthani look.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg", imageAlt: "happy family dining restaurant smiling"
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg?_wi=1", imageAlt: "happy family dining restaurant smiling"
},
{
name: "Rahul Kumar", handle: "@non_veg_enthusiast", testimonial: "Non-veg dishes are awesome and the environment is very well maintained. Best dining experience!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216154.jpg", imageAlt: "couple dining romantic dinner evening"
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216154.jpg?_wi=1", imageAlt: "couple dining romantic dinner evening"
},
{
name: "Priya Singh", handle: "@heritage_seeker", testimonial: "It really feels like a traditional Haweli. The ambience is magical and food tastes authentic.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg", imageAlt: "restaurant customer satisfied review portrait"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg?_wi=1", imageAlt: "restaurant customer satisfied review portrait"
},
{
name: "Vikram Desai", handle: "@late_night_diner", testimonial: "Great place for late night food lovers. Peaceful vibe and delicious dishes!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg", imageAlt: "friends dining together happy restaurant"
imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg?_wi=1", imageAlt: "friends dining together happy restaurant"
}
]}
testimonialRotationInterval={5000}
@@ -183,19 +183,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Amit Verma", role: "Food Enthusiast", company: "Delhi", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg", imageAlt: "happy family dining restaurant smiling"
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg?_wi=2", imageAlt: "happy family dining restaurant smiling"
},
{
id: "2", name: "Divya Sharma", role: "Marketing Manager", company: "New Delhi", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216154.jpg", imageAlt: "couple dining romantic dinner evening"
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216154.jpg?_wi=2", imageAlt: "couple dining romantic dinner evening"
},
{
id: "3", name: "Rohan Patel", role: "Entrepreneur", company: "Delhi NCR", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg", imageAlt: "restaurant customer satisfied review portrait"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg?_wi=2", imageAlt: "restaurant customer satisfied review portrait"
},
{
id: "4", name: "Neha Singh", role: "Food Blogger", company: "New Delhi", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg", imageAlt: "friends dining together happy restaurant"
imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg?_wi=2", imageAlt: "friends dining together happy restaurant"
}
]}
buttonAnimation="slide-up"