Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -45,11 +45,11 @@ export default function LandingPage() {
|
||||
title="Authentic Flavors of India at Dabas"
|
||||
description="Experience the rich heritage and traditional spices of India served with warmth in every plate."
|
||||
testimonials={[
|
||||
{ name: "Ananya Sharma", handle: "@ananya_s", testimonial: "The best butter chicken I have ever had. Tastes just like home!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
|
||||
{ name: "Rajiv Mehta", handle: "@rajivm", testimonial: "A truly authentic Indian culinary experience. Great atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-food-dinner_52683-94472.jpg" },
|
||||
{ name: "Elena Rodriguez", handle: "@elena_rod", testimonial: "The spices were perfectly balanced. Highly recommend the biryani.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg" },
|
||||
{ name: "Liam Connor", handle: "@liamc", testimonial: "Amazing service and even better food. My new favorite spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-man-holding-wooden-board-with-yellow-pepper-zucchini-knife_114579-30643.jpg" },
|
||||
{ name: "Priya Singh", handle: "@priyas", testimonial: "An unforgettable dining experience that feels like a family gathering.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg" }
|
||||
{ name: "Ananya Sharma", handle: "@ananya_s", testimonial: "The best butter chicken I have ever had. Tastes just like home!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1" },
|
||||
{ name: "Rajiv Mehta", handle: "@rajivm", testimonial: "A truly authentic Indian culinary experience. Great atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-food-dinner_52683-94472.jpg?_wi=1" },
|
||||
{ name: "Elena Rodriguez", handle: "@elena_rod", testimonial: "The spices were perfectly balanced. Highly recommend the biryani.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg?_wi=1" },
|
||||
{ name: "Liam Connor", handle: "@liamc", testimonial: "Amazing service and even better food. My new favorite spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-man-holding-wooden-board-with-yellow-pepper-zucchini-knife_114579-30643.jpg?_wi=1" },
|
||||
{ name: "Priya Singh", handle: "@priyas", testimonial: "An unforgettable dining experience that feels like a family gathering.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg?_wi=1" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arab-restaurant_23-2147794218.jpg"
|
||||
avatars={[
|
||||
@@ -130,11 +130,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Deepika P.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
|
||||
{ id: "2", name: "Vikram K.", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-food-dinner_52683-94472.jpg" },
|
||||
{ id: "3", name: "Sonia G.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg" },
|
||||
{ id: "4", name: "Arjun R.", imageSrc: "http://img.b2bpic.net/free-photo/positive-man-holding-wooden-board-with-yellow-pepper-zucchini-knife_114579-30643.jpg" },
|
||||
{ id: "5", name: "Pooja D.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg" }
|
||||
{ id: "1", name: "Deepika P.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2" },
|
||||
{ id: "2", name: "Vikram K.", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-food-dinner_52683-94472.jpg?_wi=2" },
|
||||
{ id: "3", name: "Sonia G.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg?_wi=2" },
|
||||
{ id: "4", name: "Arjun R.", imageSrc: "http://img.b2bpic.net/free-photo/positive-man-holding-wooden-board-with-yellow-pepper-zucchini-knife_114579-30643.jpg?_wi=2" },
|
||||
{ id: "5", name: "Pooja D.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg?_wi=2" }
|
||||
]}
|
||||
cardTitle="What Our Guests Say"
|
||||
cardAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user