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