From e68a0efa0f836561332ad6f45b1666f4916b6cdf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:52:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6511658..be52797 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { logoText="Lovers Lane Food Mart" description="Your Local Stop for Gas, Snacks & Fresh Biscuits. Serving Covington with Quality & Convenience." buttons={[ - { text: "Get Directions", href: "#location" }, + { text: "Get Directions Now", href: "#location" }, { text: "Call Now", href: "tel:(678)625-2678" } ]} buttonAnimation="slide-up" -- 2.49.1