From 7b26928eafd4fccfa441edb1e465f5ed24f53add Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:05:10 +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 d1b60f4..8fe3b16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function LandingPage() { plans={[ { id: "1", tag: "Join", price: "Always Open", period: "24/7", description: "Drop by anytime, we are always here.", button: { - text: "Drop By Today", href: "#location"}, + text: "Get Directions Now", href: "#location"}, featuresTitle: "Why Visit?", features: [ "Vintage vibe", "Biker community", "Fresh brews"], }, @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}