Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-05-05 06:29:09 +00:00
3 changed files with 18 additions and 17 deletions

View File

@@ -238,11 +238,12 @@ export default function LandingPage() {
background={{
variant: "plain"}}
tag="Confidential"
title="Request a Private Consultation"
description="Discuss your requirements for security and luxury comfort."
title="Secure & Confidential Consultation"
description="Our dedicated security team ensures total discretion. Your inquiry remains protected with industry-leading encryption and strict non-disclosure protocols."
imageSrc="http://img.b2bpic.net/free-photo/close-up-blue-abstract-curved-monochrome-paper_23-2148319069.jpg"
mediaAnimation="opacity"
buttonText="Submit Request"
buttonText="Submit Secure Inquiry"
termsText="By submitting your consultation request, you agree to our confidential handling and non-disclosure standards for conceptual underground layouts."
/>
</div>
@@ -252,11 +253,11 @@ export default function LandingPage() {
logoText="BUNKER UAE"
columns={[
{
title: "Company", items: [
title: "Legal & Policy", items: [
{
label: "About", href: "#"},
label: "Conceptual Disclaimer", href: "#"},
{
label: "Engineering", href: "#"},
label: "Data Protection", href: "#"},
],
},
{
@@ -272,7 +273,7 @@ export default function LandingPage() {
{
label: "Contact", href: "#contact"},
{
label: "Privacy", href: "#"},
label: "Security Protocols", href: "#"},
],
},
]}
@@ -281,4 +282,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-raleway), sans-serif;
font-family: var(--font-public-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-raleway), sans-serif;
font-family: var(--font-public-sans), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcfaf7;
--card: #f0ede8;
--foreground: #1a1c18;
--primary-cta: #c5a059;
--background: #e5e3db;
--card: #d4d1c5;
--foreground: #2f3128;
--primary-cta: #7a6a4a;
--primary-cta-text: #ffffff;
--secondary-cta: #fcfaf7;
--secondary-cta: #b6b0a2;
--secondary-cta-text: #1a1c18;
--accent: #4a5d4e;
--background-accent: #dcd8cf;
--accent: #c5a059;
--background-accent: #a69d8f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);