From b3e376c5bae3bf58557391d870b2d3fed0e72f53 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:24:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f235518..3fdc2b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,6 +87,9 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} carouselMode="buttons" + buttons={[ + { text: "View Full Menu", href: "/menu" } + ]} blogs={[ { id: "espresso", category: "Signature Coffee", title: "Single Espresso", excerpt: "Rich and bold single espresso", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg", imageAlt: "Rich and bold single espresso", authorName: "Brew Haven", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-waiters-serving-cup-coffee-counter_1170-623.jpg", date: "$3.50" -- 2.49.1