From 3384bcbccfc4c71349ec8921cb6fac770a556804 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:55:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e787c..65de9ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function ChahalDhabaPage() { { imageSrc: "http://img.b2bpic.net/free-photo/potato-balls-with-vegetables-sauce-wooden-board_140725-1203.jpg", imageAlt: "Butter Chicken - Creamy Tomato Gravy"}, { - imageSrc: "http://img.b2bpic.net/free-photo/black-bean-sweet-dessert-dish_1150-35533.jpg?_wi=1", imageAlt: "Dal Makhani - Slow Cooked Lentils"}, + imageSrc: "http://img.b2bpic.net/free-photo/black-bean-sweet-dessert-dish_1150-35533.jpg", imageAlt: "Dal Makhani - Slow Cooked Lentils"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -98,6 +98,7 @@ export default function ChahalDhabaPage() { imageAlt="Chahal Dhaba Restaurant Interior" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -158,7 +159,7 @@ export default function ChahalDhabaPage() { }, { id: "3", title: "Dal Makhani", description: "Slow-cooked black lentils with butter and spices, creating a luxurious and comforting dish. A staple of North Indian cuisine, perfectly balanced with cream and aromatic seasonings.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/black-bean-sweet-dessert-dish_1150-35533.jpg?_wi=2", imageAlt: "Dal Makhani"}, + imageSrc: "http://img.b2bpic.net/free-photo/black-bean-sweet-dessert-dish_1150-35533.jpg", imageAlt: "Dal Makhani"}, items: [ { icon: Leaf, text: "Premium lentils" }, { icon: Droplet, text: "Creamy butter sauce" }, -- 2.49.1