From 195432141b674f414b3c4106402550039aeb5cc0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:34:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ce8b7c..253db81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,9 +197,9 @@ export default function LandingPage() { mediaAnimation="slide-up" buttons={[ { - text: "Get Directions", href: "#"}, + text: "Get Directions", onClick: () => {} }, { - text: "Order via Delivery", href: "#"}, + text: "Order via Delivery", onClick: () => {} }, ]} imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624100.jpg?_wi=2" /> -- 2.49.1