Merge version_1 into main #3
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Exquisite Chicken Biryani", price: "Delicious flavor", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-arrangement_23-2148821513.jpg", imageAlt: "Chicken Biryani" },
|
||||
{ id: "p1", name: "Exquisite Chicken Biryani", price: "Delicious flavor", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-arrangement_23-2148821513.jpg?_wi=1", imageAlt: "Chicken Biryani" },
|
||||
{ id: "p2", name: "Savory Mutton Curry", price: "Rich and delicious", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-brown-bowl-food-bowl-potatoes-mushrooms-fork-different-colorful-spices_140725-117349.jpg", imageAlt: "Mutton Curry" },
|
||||
{ id: "p3", name: "Traditional Chicken Curry", price: "Perfectly balanced", imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508971.jpg", imageAlt: "Chicken Curry" },
|
||||
{ id: "p4", name: "Spicy Fish Curry", price: "Absolutely delicious", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-soup-with-chicken-spices-set_140725-114510.jpg", imageAlt: "Fish Curry" },
|
||||
@@ -72,11 +72,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Ravi Kumar", role: "Diner", company: "Regular Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-woman-having-good-time_23-2148395388.jpg" },
|
||||
{ id: "t2", name: "Priya Sharma", role: "Foodie", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-natural-woman-sunglasses-enjoying-asian-food-s_197531-31013.jpg" },
|
||||
{ id: "t3", name: "Anil Reddy", role: "Customer", company: "Local Resident", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/male-woman-having-good-time_23-2148395388.jpg" },
|
||||
{ id: "t4", name: "Sunita Rao", role: "Customer", company: "Family Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-natural-woman-sunglasses-enjoying-asian-food-s_197531-31013.jpg" },
|
||||
{ id: "t5", name: "Vikram Seth", role: "Gourmet", company: "Food Critic", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-woman-having-good-time_23-2148395388.jpg" },
|
||||
{ id: "t1", name: "Ravi Kumar", role: "Diner", company: "Regular Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-woman-having-good-time_23-2148395388.jpg?_wi=1" },
|
||||
{ id: "t2", name: "Priya Sharma", role: "Foodie", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-natural-woman-sunglasses-enjoying-asian-food-s_197531-31013.jpg?_wi=1" },
|
||||
{ id: "t3", name: "Anil Reddy", role: "Customer", company: "Local Resident", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/male-woman-having-good-time_23-2148395388.jpg?_wi=2" },
|
||||
{ id: "t4", name: "Sunita Rao", role: "Customer", company: "Family Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-natural-woman-sunglasses-enjoying-asian-food-s_197531-31013.jpg?_wi=2" },
|
||||
{ id: "t5", name: "Vikram Seth", role: "Gourmet", company: "Food Critic", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-woman-having-good-time_23-2148395388.jpg?_wi=3" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.9", label: "Rating" },
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Your feedback or order details..." }}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-arrangement_23-2148821513.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-pakistan-meal-arrangement_23-2148821513.jpg?_wi=2"
|
||||
imageAlt="Our Kitchen"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user