Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-07 23:38:53 +00:00

View File

@@ -44,13 +44,13 @@ export default function LandingPage() {
title="Experience the Soul of India"
description="Authentic Indian cuisine made with love, tradition, and the finest spices."
testimonials={[
{ name: "Anita R.", handle: "@anitar_foodie", testimonial: "The best Indian food in town! Every dish tastes like home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg", imageAlt: "authentic indian restaurant plating" },
{ name: "Anita R.", handle: "@anitar_foodie", testimonial: "The best Indian food in town! Every dish tastes like home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg?_wi=1", imageAlt: "authentic indian restaurant plating" },
{ name: "David L.", handle: "@dl_eats", testimonial: "Incredible flavors, impeccable service. A must-try.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chef-is-working-nicely-decorated-kitchen-preparing-pastry-pizza_613910-3408.jpg", imageAlt: "authentic indian restaurant plating" },
{ name: "Sarah M.", handle: "@sarah_m", testimonial: "The garlic naan is simply legendary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg", imageAlt: "authentic indian restaurant plating" },
{ name: "Raj K.", handle: "@raj_food", testimonial: "Authentic, spicy, and simply delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg", imageAlt: "authentic indian restaurant plating" },
{ name: "Elena P.", handle: "@elena_dining", testimonial: "A wonderful dining experience every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg", imageAlt: "authentic indian restaurant plating" },
{ name: "Sarah M.", handle: "@sarah_m", testimonial: "The garlic naan is simply legendary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg?_wi=1", imageAlt: "authentic indian restaurant plating" },
{ name: "Raj K.", handle: "@raj_food", testimonial: "Authentic, spicy, and simply delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg?_wi=1", imageAlt: "authentic indian restaurant plating" },
{ name: "Elena P.", handle: "@elena_dining", testimonial: "A wonderful dining experience every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg?_wi=1", imageAlt: "authentic indian restaurant plating" },
]}
imageSrc="http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg?_wi=2"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086043.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-indian-dish-with-spices_23-2148747712.jpg", alt: "Customer 2" },
@@ -75,9 +75,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "1", name: "Butter Chicken", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg" },
{ id: "2", name: "Garlic Naan", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg" },
{ id: "3", name: "Lamb Biryani", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg" },
{ id: "1", name: "Butter Chicken", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-taco-flatbread-with-guacamole-generated-by-ai_188544-39855.jpg?_wi=2" },
{ id: "2", name: "Garlic Naan", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg?_wi=2" },
{ id: "3", name: "Lamb Biryani", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/one-pot-mediterraneanstyle-chicken-orzo-pasta_127032-3546.jpg?_wi=2" },
{ id: "4", name: "Veg Samosas", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-stuffed-pastry-with-sesame-sprinkles-served-with-tomato-sauce_141793-2109.jpg" },
{ id: "5", name: "Dal Makhani", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/red-lentil-beans-white-bowl-table_114579-9262.jpg" },
{ id: "6", name: "Paneer Tikka", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-sliced-cabbages-salad-with-greens-inside-brown-bowl-bright-blue-desk-green-food-vegetable-salad-freshness-snack_140725-34410.jpg" },