From b5ae0bcee9274594279f7dc116cdb0e382ddd7d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:27:32 +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 9ff8178..7548927 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Kultúra: Where Coffee Meets Culture" description="Experience the authentic taste of tradition in every cup. Kultúra brings you the finest selection of hand-roasted beans, crafted with passion for our local community." + buttons={[{ text: "Order Now", href: "#products" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-coffee-cup_23-2148352294.jpg", imageAlt: "cozy coffee shop interior warm lighting" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-with-roasted-coffee-beans_23-2148251692.jpg", imageAlt: "fresh coffee beans macro shot" }, @@ -190,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1