Update src/app/page.tsx

This commit is contained in:
2026-05-09 20:20:51 +00:00
parent 3ba3d95126
commit abbe35a7e7

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="A Tradition of Excellence"
title="Elevated Diner Classics in an Iconic Atmosphere"
description="Au Cheval brings elevated diner classics and unparalleled hospitality to the heart of the city. Experience the atmosphere that defines an icon."
testimonials={[
{
@@ -280,4 +280,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}