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 +}