Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6855d7c480 | |||
| 1984179e9c | |||
| 9381f797d6 | |||
| 9f18ce2737 | |||
| aa15b85af2 |
@@ -97,12 +97,14 @@ export default function LandingPage() {
|
||||
title="Our Signature Menu"
|
||||
description="A refined selection of beverages and light bites to enhance your evening."
|
||||
products={[
|
||||
{ id: "1", name: "Saffron Chai", price: "$8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=de4e79" },
|
||||
{ id: "2", name: "Signature Sheesha", price: "$35", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j5chxf" },
|
||||
{ id: "3", name: "Espresso Shot", price: "$5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qtrpus" },
|
||||
{ id: "4", name: "Gourmet Dessert", price: "$12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oel7y1" },
|
||||
{ id: "5", name: "Cooling Mocktail", price: "$9", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pfh644" },
|
||||
{ id: "6", name: "Premium Nuts Mix", price: "$7", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4bf6yx" },
|
||||
{ id: "1", name: "Saffron Chai", price: "$8", imageSrc: "https://images.unsplash.com/photo-1594631252845-29fc4cc8cde9?q=80&w=800" },
|
||||
{ id: "2", name: "Signature Sheesha", price: "$35", imageSrc: "https://images.unsplash.com/photo-1627471465660-6395b3644046?q=80&w=800" },
|
||||
{ id: "3", name: "Spicy Samosa", price: "$6", imageSrc: "https://images.unsplash.com/photo-1601050690597-df0568f70950?q=80&w=800" },
|
||||
{ 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>
|
||||
|
||||
Reference in New Issue
Block a user