From 9f93ab43b11db98af96a6e0cc52e16a55b97f351 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:11:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8e18d1..7e3eb65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> ); -} +} \ No newline at end of file -- 2.49.1