2 Commits

Author SHA1 Message Date
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"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Aja | World Kitchen & Bar" 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={[ buttons={[
{ {
text: "View Our Menu", href: "#features"}, text: "View Our Menu", href: "#features"},
@@ -147,4 +147,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }