5 Commits

Author SHA1 Message Date
5bd6f7d0e8 Update src/app/page.tsx 2026-05-07 12:54:53 +00:00
2b0af2a0c8 Merge version_2 into main
Merge version_2 into main
2026-05-07 12:53:52 +00:00
e328a8b1de Update src/app/page.tsx 2026-05-07 12:53:49 +00:00
934a03f34b Merge version_1 into main
Merge version_1 into main
2026-05-07 12:52:38 +00:00
0c04ead79c Merge version_1 into main
Merge version_1 into main
2026-05-07 12:52:09 +00:00

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>
@@ -219,7 +219,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Find Us"
description="Visit Pluto's at 4, Khan Street, Choolaimedu. Open daily from 11:30 AM to 4:00 AM."
description="Visit Pluto's at 4, Khan Street, Choolaimedu. Open daily from 11:30 AM to 4:00 AM. Call now at 07397341783 to book your table!"
inputs={[
{
name: "name", type: "text", placeholder: "Your Name"},
@@ -262,4 +262,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}