Update src/app/page.tsx

This commit is contained in:
2026-05-09 15:50:30 +00:00
parent 64f9355eee
commit bc572de80b

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "gradient-bars" }}
title="Authentic Fusion. Halal Perfection."
title="Experience Authentic Halal Fusion"
description="Experience the fire of Asian street food reimagined in a sophisticated, halal setting at Le 831."
buttons={[
{ text: "Reserve Now", href: "#contact" },
@@ -174,4 +174,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}