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