Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-03 16:43:10 +00:00

View File

@@ -121,14 +121,19 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ 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={[ 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"
/> />
</div> </div>