From 3f782dd407549499f9f7d411ab02c1b6c64f0356 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 20:51:03 +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 9d2a9e6..397a9b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { description="Fresh. Crispy. Legendary. Serving premium quality fish & chips made fresh daily with the finest ingredients." buttons={[ { - text: "Order Now", href: "#contact"}, + text: "Order Online for Pickup", href: "#contact"}, { text: "Call Us", href: "tel:0000000000"}, ]} @@ -180,4 +180,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1