3 Commits

Author SHA1 Message Date
0f64e19310 Merge version_2 into main
Merge version_2 into main
2026-04-04 21:04:20 +00:00
e2714a5f73 Update src/app/page.tsx 2026-04-04 21:04:17 +00:00
2bee6bdb6f Merge version_1 into main
Merge version_1 into main
2026-04-04 20:59:50 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Aja | World Kitchen & Bar"
description="Experience a curated journey of global flavors in the heart of Chandigarh. Where international culinary arts meet sophisticated bar culture."
description="Authentic fusion recipes crafted from locally sourced, organic ingredients, bringing you a curated journey of global flavors in the heart of Chandigarh."
buttons={[
{
text: "View Our Menu", href: "#features"},
@@ -147,4 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}