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" />