2 Commits

Author SHA1 Message Date
ebce672363 Update src/app/page.tsx 2026-05-10 02:33:49 +00:00
d49b9044a5 Merge version_3 into main
Merge version_3 into main
2026-05-09 18:38:04 +00:00

View File

@@ -164,7 +164,7 @@ export default function LandingPage() {
tag="Visit Us" tag="Visit Us"
title="Join Us for a Cup" title="Join Us for a Cup"
description="Come experience the warmth of Cafe Aangina for yourself. We're looking forward to serving you." 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> </div>
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }