From f0033bfd7be0fdf2582af7add5b64821f6f35d24 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 13:54:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba8ce89..2ce788f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,8 +110,9 @@ export default function LandingPage() { heading={[ { type: "text", content: "More Than a Meal"}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg", alt: "luxury restaurant interior design"} ]} - imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg" /> -- 2.49.1