From 07888239001f6ea56b8d620a8ae9f4341a9badc3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 14:25:11 +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 132cf04..6717a4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { title="Bean And Steal" description="Ascetic coffee for the deliberate mind. Precision roasted, ethically sourced, purely enjoyed." tag="The Daily Ritual" + buttons={[{ text: "Experience the Ritual", href: "#products" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg", imageAlt: "Minimalist Space" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-with-copy-space_23-2148464840.jpg", imageAlt: "Manual Brew" }, @@ -169,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file