From c3f80fedb60149296f0df3f8cdf5574eecf21032 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:33:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d500f19..e7c5fbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,6 +84,8 @@ export default function LandingPage() { heading={[ { type: "text", content: "About Cafe Ground 21 Pure Veg"}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", alt: "Cozy and welcoming interior of Cafe Ground 21"} ]} buttons={[ { @@ -92,8 +94,6 @@ export default function LandingPage() { text: "Visit Us", href: "#contact"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg" - imageAlt="Cozy and welcoming interior of Cafe Ground 21" /> -- 2.49.1