diff --git a/src/app/page.tsx b/src/app/page.tsx index 873eb18..dd7897f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function LandingPage() { title="Ready to Experience Kynd Dining?" description="Nestled in the hills of Sapangbato, Pampanga. A hidden gem worth the journey." buttons={[ - { text: "Get Directions", href: "#" }, + { text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=5F9W+G5,+Angeles,+Pampanga" }, { text: "Message Us", href: "#" } ]} /> @@ -180,4 +180,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}