Update src/app/page.tsx

This commit is contained in:
2026-04-28 14:19:12 +00:00
parent 445de57018
commit d903f6ac1e

View File

@@ -90,7 +90,7 @@ export default function LandingPage() {
{ id: "5", name: "Paneer Wrap", price: "₹180", variant: "Meal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-salmon-mashed-potato-topped-with-melted-cheese_140725-1465.jpg" },
{ id: "6", name: "Chocolate Brownie", price: "₹100", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-cake-with-tea-appetizing-cake-black-tea-lemons-chocolate-different-sweets-cream-notebook-black-table_140725-118570.jpg" },
]}
title="Comfort Food Menu"
title="Everyday Comfort Under ₹200"
description="Delicious, budget-friendly eats and beverages, all priced between ₹1200."
/>
</div>
@@ -168,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}