Update src/app/page.tsx

This commit is contained in:
2026-04-26 09:44:55 +00:00
parent ca615195a7
commit 281882c7e8

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Authentic Flavors, Modern Ambiance"
title="Authentic Indian Flavors, Unforgettable Dining Moments"
description="Experience the rich, balanced flavors of India in a cozy, elegant setting perfect for any occasion."
buttons={[
{ text: "View Menu", href: "#menu" },
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}