From f510c2064601263c2936090a31e6125e0af2f633 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:38:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c70708..5bc1218 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, -- 2.49.1