Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-10 02:33:52 +00:00

View File

@@ -164,7 +164,7 @@ export default function LandingPage() {
tag="Visit Us"
title="Join Us for a Cup"
description="Come experience the warmth of Cafe Aangina for yourself. We're looking forward to serving you."
buttons={[{ text: "Get Directions", href: "https://maps.app.goo.gl/6ouZr3wWLddbrFkW9?g_st=ic" }]}
buttons={[{ text: "Get Directions & Visit", href: "https://maps.app.goo.gl/6ouZr3wWLddbrFkW9?g_st=ic" }]}
/>
</div>
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}