Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:53:49 +00:00
parent 934a03f34b
commit e328a8b1de

View File

@@ -161,7 +161,7 @@ export default function LandingPage() {
id: "p6", name: "Garlic Naan", price: "₹50", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/front-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24573.jpg"},
]}
title="Our Signature Dishes"
description="A curated selection of our most popular Indian and Indo-Chinese classics."
description="A curated selection of our most popular Indian and Indo-Chinese classics — perfect for satisfying late-night cravings after hours."
/>
</div>
@@ -262,4 +262,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}