3 Commits

Author SHA1 Message Date
4004c6990b Update theme colors 2026-05-08 19:15:35 +00:00
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
2 changed files with 13 additions and 10 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0D0D0D;
--card: #2A1F1A;
--foreground: #F5F4EF;
--primary-cta: #C8A96B;
--primary-cta-text: #000000;
--secondary-cta: #0F3B36;
--secondary-cta-text: #FFFFFF;
--accent: #C8A96B;
--background-accent: #0F3B36;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);