4 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

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>
@@ -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>
);
}
}