Compare commits
16 Commits
version_1
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 4033813156 | |||
| 7dd1584a1c | |||
| b5e23c9d62 | |||
| 687c6803b8 | |||
| 36c9e168b2 | |||
| a39769be71 | |||
| c7a4c75cee | |||
| 8e9648b12e | |||
| a9ba3d906b | |||
| 5fd8f192ce | |||
| 76f8fba952 | |||
| 87fe8d55c1 | |||
| 28b5ac9e13 | |||
| bac1ef5be7 | |||
| 498b5e4735 | |||
| 7fd701eaee |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user