2 Commits

Author SHA1 Message Date
6855d7c480 Update src/app/page.tsx 2026-05-08 19:09:28 +00:00
1984179e9c Merge version_2 into main
Merge version_2 into main
2026-05-08 19:06:52 +00:00

View File

@@ -103,6 +103,8 @@ export default function LandingPage() {
{ id: "4", name: "Pakistani Biryani", price: "$14", imageSrc: "https://images.unsplash.com/photo-1589302168068-965664d5d83c?q=80&w=800" },
{ id: "5", name: "Mango Lassi", price: "$7", imageSrc: "https://images.unsplash.com/photo-1604909052743-94e838988d24?q=80&w=800" },
{ id: "6", name: "Gulab Jamun", price: "$8", imageSrc: "https://images.unsplash.com/photo-1606890737304-57a1ca8a5b62?q=80&w=800" },
{ id: "7", name: "Royal Kebab", price: "$18", imageSrc: "https://images.unsplash.com/photo-1603360946369-dc9bb6258143?q=80&w=800" },
{ id: "8", name: "Chai Cake", price: "$9", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?q=80&w=800" },
]}
/>
</div>