diff --git a/src/app/page.tsx b/src/app/page.tsx index 2286a57..a0e24e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -212,7 +212,7 @@ export default function LandingPage() { description="Come visit us today. We are located right in the city center." buttons={[ { - text: "Get Directions", href: "#"}, + text: "Find Us on Maps", href: "#"}, ]} /> @@ -251,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file