From 04fde0e369b74122b1bf463c0fde8734e1e4f471 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:43:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9408b06..cfbf600 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,14 +121,19 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", content: "Our Story: The Heart of Martin Kafa"}, + type: "text", content: "Our Story: The Heart of Martin Kafa" + }, + { + type: "image", src: "http://img.b2bpic.net/free-photo/view-from-couple-cafe_171337-16476.jpg", alt: "Cozy coffee shop interior" + }, + { + type: "text", content: "At Martin Kafa, we believe in creating more than just coffee; we craft experiences. Born from a passion for exceptional brews and delectable treats, our cozy corner in Novi Sad offers a sanctuary where quality meets comfort. Every bean is carefully selected, every pastry baked with love, and every smile shared is genuine. Join us to discover a place where good coffee and great company come together." + } ]} buttons={[ { - text: "Learn More", href: "#"}, + text: "Learn More", href: "#"} ]} - imageSrc="http://img.b2bpic.net/free-photo/view-from-couple-cafe_171337-16476.jpg" - imageAlt="Cozy coffee shop interior" />