From 64a9e1c39ed3126d49bc82127d3bf4062b1d3b77 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:34:49 +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 253db81..64a8045 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", onClick: () => {} }, + text: "Get Directions" }, { - text: "Order via Delivery", onClick: () => {} }, + text: "Order via Delivery" }, ]} imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624100.jpg?_wi=2" /> -- 2.49.1