Update src/app/page.tsx

This commit is contained in:
2026-03-19 22:09:52 +00:00
parent 5f11868ec4
commit e55898c791

View File

@@ -126,7 +126,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready to Experience Authentic Gyoza?"
ctaDescription="Visit us at 208 Bedford Ave, Williamsburg, or call to reserve your table. We're open WednesdaySunday, 5 PM11 PM. Order ahead for takeout and delivery!"
ctaDescription="Visit us at 208 Bedford Ave, Williamsburg, Brooklyn, NY 11249, or call to reserve your table. We're open WednesdaySunday, 5 PM11 PM. Order ahead for takeout and delivery!"
ctaButton={{ text: "Reserve Now", href: "tel:+1-718-000-0000" }}
ctaIcon={Phone}
useInvertedBackground={true}
@@ -185,4 +185,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}