Update src/app/page.tsx

This commit is contained in:
2026-05-10 02:33:49 +00:00
parent d49b9044a5
commit ebce672363

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>
);
}
}