Update src/app/page.tsx

This commit is contained in:
2026-04-23 15:37:48 +00:00
parent c9b5cf091a
commit 7e67a34e07

View File

@@ -144,7 +144,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Visit us at 1 Garegin Nzhdeh St, Yerevan. For inquiries, call 033 885855 or visit coffeehouse.am."
text="Visit us at 1 Garegin Nzhdeh St today—call 033 885855 for group bookings or questions."
buttons={[{ text: "Call Now", href: "tel:033885855" }]}
/>
</div>
@@ -162,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}