From cecb94a4e075014bfd486ab1e332a3a877e02811 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 19:17:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 189430a..887a802 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,14 +46,14 @@ export default function LandingPage() { title="Feast Like Royalty at Bhukad Hut" description="Experience the authentic, rustic flavors of Rajasthan served with traditional dhaba hospitality. Every bite is a celebration of heritage." testimonials={[ - { name: "Priya Sharma", handle: "@priya_eats", testimonial: "The best Dal Makhani I've had in years! Truly authentic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ornate-windows-art-nouveau-style-with-stained-glass_23-2150975601.jpg", imageAlt: "authentic indian restaurant interior" }, + { name: "Priya Sharma", handle: "@priya_eats", testimonial: "The best Dal Makhani I've had in years! Truly authentic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ornate-windows-art-nouveau-style-with-stained-glass_23-2150975601.jpg?_wi=1", imageAlt: "authentic indian restaurant interior" }, { name: "Rahul Verma", handle: "@rahul_v", testimonial: "The ambience transports me straight to a Rajasthani dhaba.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/monochrome-emblems-shops-with-spices-herbs-culinary-utensils-design-elements-isolated_98292-7616.jpg", imageAlt: "authentic indian restaurant interior" }, { name: "Anita Gupta", handle: "@anita_g", testimonial: "Absolutely divine Butter Chicken. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235799.jpg", imageAlt: "authentic indian restaurant interior" }, { name: "Sanjay Mehta", handle: "@sanjay_m", testimonial: "Fast service and delicious food. My go-to spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/colorful-disposable-cutlery-turquoise-background_23-2148309777.jpg", imageAlt: "authentic indian restaurant interior" }, - { name: "Kavita Singh", handle: "@kavita_s", testimonial: "The naans were perfectly crispy and fresh.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-meat-sauce_23-2147894751.jpg", imageAlt: "authentic indian restaurant interior" }, + { name: "Kavita Singh", handle: "@kavita_s", testimonial: "The naans were perfectly crispy and fresh.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-meat-sauce_23-2147894751.jpg?_wi=1", imageAlt: "authentic indian restaurant interior" }, ]} buttons={[{ text: "View Menu", href: "#menu" }]} - imageSrc="http://img.b2bpic.net/free-photo/ornate-windows-art-nouveau-style-with-stained-glass_23-2150975601.jpg" + imageSrc="http://img.b2bpic.net/free-photo/ornate-windows-art-nouveau-style-with-stained-glass_23-2150975601.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/blur-portrait-african-smiling-guy-with-his-hand-focus-relaxed-black-man-elegant-suit-sitting-bench-showing-thumb-up_197531-21913.jpg", alt: "Diner 1" }, { src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg", alt: "Diner 2" }, @@ -84,7 +84,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Butter Chicken", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-meat-sauce_23-2147894751.jpg" }, + { id: "1", name: "Butter Chicken", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-meat-sauce_23-2147894751.jpg?_wi=2" }, { id: "2", name: "Paneer Tikka", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/fried-tofu-healthy-food_1339-6887.jpg" }, { id: "3", name: "Dal Makhani", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-orange-merji-soup-inside-brown-pot-along-with-sliced-lemons-bread-slices_140725-14284.jpg" }, { id: "4", name: "Butter Naan", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274817.jpg" }, -- 2.49.1