16 Commits

Author SHA1 Message Date
4033813156 Update theme colors 2026-05-14 13:24:13 +00:00
7dd1584a1c Update theme colors 2026-05-14 13:24:03 +00:00
b5e23c9d62 Update theme colors 2026-05-14 13:22:34 +00:00
687c6803b8 Update theme colors 2026-05-14 13:22:16 +00:00
36c9e168b2 Update theme colors 2026-05-14 13:22:07 +00:00
a39769be71 Update theme colors 2026-05-14 13:21:54 +00:00
c7a4c75cee Update theme colors 2026-05-14 12:33:25 +00:00
8e9648b12e Update theme colors 2026-05-14 12:31:20 +00:00
a9ba3d906b Update theme colors 2026-05-14 12:31:01 +00:00
5fd8f192ce Update theme colors 2026-05-14 12:30:51 +00:00
76f8fba952 Update theme colors 2026-05-14 12:30:41 +00:00
87fe8d55c1 Update theme colors 2026-05-14 12:30:25 +00:00
28b5ac9e13 Update src/app/page.tsx 2026-05-14 12:22:35 +00:00
bac1ef5be7 Merge version_1 into main
Merge version_1 into main
2026-05-14 12:15:53 +00:00
498b5e4735 Merge version_1 into main
Merge version_1 into main
2026-05-14 12:15:30 +00:00
7fd701eaee Merge version_1 into main
Merge version_1 into main
2026-05-14 12:14:59 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -121,16 +121,16 @@ export default function LandingPage() {
features={[
{
icon: Sparkles,
title: "Premium Consulting", description: "Expert guidance for modern business strategy."},
title: "Premium Consulting", description: "Accelerate business growth and maximize market share through our strategic frameworks."},
{
icon: Shield,
title: "VIP Membership", description: "Exclusive access to curated luxury events."},
title: "VIP Membership", description: "Grant yourself elite entry into exclusive networks that open doors to high-value partnerships."},
{
icon: Award,
title: "Exclusive Access", description: "Privileged entry into curated high-end networks."},
title: "Exclusive Access", description: "Transform your influence and gain privileged entry into elite, high-stakes environments."},
{
icon: Zap,
title: "Bespoke Solutions", description: "Tailored strategies for your unique lifestyle."},
title: "Bespoke Solutions", description: "Achieve radical personal transformation and measurable lifestyle improvements through tailored strategies."},
]}
title="Bespoke Solutions for the Exceptional."
description="We deliver curated experiences that redefine premium service."
@@ -257,4 +257,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--background: #000000;
--card: #0efb5b;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--primary-cta: #000000;
--primary-cta-text: #f0b2b2;
--secondary-cta: #f0e3e9;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;