7 Commits

Author SHA1 Message Date
9f93ab43b1 Update src/app/page.tsx 2026-05-08 19:11:29 +00:00
1408e065db Merge version_3 into main
Merge version_3 into main
2026-05-08 19:09:31 +00:00
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
9381f797d6 Update src/app/page.tsx 2026-05-08 19:06:49 +00:00
9f18ce2737 Merge version_1 into main
Merge version_1 into main
2026-05-08 18:59:15 +00:00
aa15b85af2 Merge version_1 into main
Merge version_1 into main
2026-05-08 18:58:47 +00:00

View File

@@ -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>
@@ -150,6 +152,7 @@ export default function LandingPage() {
{ id: "2", title: "Is the lounge open late?", content: "Yes, we operate until the early hours to provide a perfect late-night social experience." },
{ id: "3", title: "Is parking available?", content: "Valet parking is available right outside the main entrance for all our guests." },
]}
className="bg-[url('https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=2000')] bg-cover bg-center"
/>
</div>
@@ -161,6 +164,7 @@ export default function LandingPage() {
title="Reserve Your Night"
description="Secure your private booth or contact us for group inquiries."
buttons={[{ text: "Book Now", href: "#" }]}
className="bg-[url('https://images.unsplash.com/photo-1579888944835-d6e2c1404169?q=80&w=2000')] bg-cover bg-center"
/>
</div>
@@ -169,9 +173,10 @@ export default function LandingPage() {
logoText="The Dera"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
className="bg-[url('https://images.unsplash.com/photo-1594631252845-29fc4cc8cde9?q=80&w=2000')] bg-cover bg-center opacity-90"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}