Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f93ab43b1 | |||
| 1408e065db |
@@ -152,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>
|
||||
|
||||
@@ -163,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>
|
||||
|
||||
@@ -171,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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user