Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-10 07:34:18 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}