From b3535775990c3bc7f36a95a420b545fc79ca4d1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:29:05 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2842d0..c50f4f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1 From 3aef178a195c4c9802a7507b7fd4463251d86e0b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:29:05 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 2c0269e..ce3eac0 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -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; } -- 2.49.1 From ba602e63565610c2e55599dde09104d93c73e878 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:29:05 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 44c82aa..5541c23 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1