From a508ca5df5232e2ece44788468264c8dd02ced5f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 07:28:52 +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 b06e4a7..5d9c5a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,9 +102,10 @@ export default function LandingPage() { heading={[ { type: "text", content: "Our Legacy of Flavor: The Story of Panchali Pure Veg"}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg", alt: "Elegant interior of Panchali Pure Veg restaurant" + } ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg" - imageAlt="Elegant interior of Panchali Pure Veg restaurant" /> -- 2.49.1