Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-06 19:49:45 +00:00
3 changed files with 33 additions and 187 deletions

View File

@@ -16,35 +16,23 @@ export default function LandingPage() {
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
headingFontWeight="normal"
sizing="largeSizeMediumTitles"
background="none"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Consultancy",
id: "about",
},
{
name: "Strategy",
id: "features",
},
{
name: "Legacy",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Consultancy", id: "about" },
{ name: "Strategy", id: "features" },
{ name: "Legacy", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Atlas Wealth"
/>
@@ -55,73 +43,12 @@ export default function LandingPage() {
title="From wealth to legacy, with clarity"
description="Independent 360º financial consultancy designed to build your freedom and preserve what you've conquered. Strategic guidance without conflicts of interest."
testimonials={[
{
name: "Sarah Jenkins",
handle: "Family Office Principal",
testimonial: "Atlas Wealth provided the strategic clarity we needed to unify our family assets.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg",
},
{
name: "Robert Chen",
handle: "Entrepreneur",
testimonial: "Finally, an advisor who prioritizes my freedom over product commissions.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-sitting-window_1262-4842.jpg",
},
{
name: "Emily V. Scott",
handle: "Attorney",
testimonial: "Their approach to legacy preservation is unmatched in the industry.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-male-costume-with-arms-crossed_23-2148112221.jpg",
},
{
name: "Marcus Thorne",
handle: "CFO",
testimonial: "A truly 360-degree approach that understands the complexities of corporate growth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg",
},
{
name: "Linda G. Miller",
handle: "HNWI",
testimonial: "Transparent, independent, and insightful advice that builds true long-term value.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lady-winking-asking-keep-secret-white-backdrop-happy-short-haired-woman-black-jacket-smiles-isolated-background_197531-18490.jpg",
},
]}
buttons={[
{
text: "Speak with a Consultant",
href: "#contact",
},
{ name: "Sarah Jenkins", handle: "Family Office Principal", testimonial: "Atlas Wealth provided the strategic clarity we needed to unify our family assets.", rating: 5 },
{ name: "Robert Chen", handle: "Entrepreneur", testimonial: "Finally, an advisor who prioritizes my freedom over product commissions.", rating: 5 }
]}
buttons={[{ text: "Speak with a Consultant", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-background-with-patterned-glass-texture_53876-139920.jpg"
imageAlt="Sophisticated financial institutional background"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg",
alt: "Sarah Jenkins",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-sitting-window_1262-4842.jpg",
alt: "Robert Chen",
},
{
src: "http://img.b2bpic.net/free-photo/serious-male-costume-with-arms-crossed_23-2148112221.jpg",
alt: "Emily V. Scott",
},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg",
alt: "Marcus Thorne",
},
{
src: "http://img.b2bpic.net/free-photo/lady-winking-asking-keep-secret-white-backdrop-happy-short-haired-woman-black-jacket-smiles-isolated-background_197531-18490.jpg",
alt: "Linda G. Miller",
},
]}
avatarText="Trusted by visionary leaders"
/>
</div>
@@ -144,26 +71,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
icon: Target,
title: "Strategic Growth",
description: "Intelligent solutions tailored to entrepreneurial ambition.",
},
{
icon: Building2,
title: "Legacy Preservation",
description: "Protecting what you've built across generations.",
},
{
icon: FileText,
title: "Tax Efficiency",
description: "Sophisticated planning to minimize inefficiency and maximize returns.",
},
{
icon: Compass,
title: "Strategic Independence",
description: "Guidance without conflicts of interest or hidden agendas.",
},
{ icon: Target, title: "Strategic Growth", description: "Intelligent solutions tailored to entrepreneurial ambition." },
{ icon: Building2, title: "Legacy Preservation", description: "Protecting what you've built across generations." },
{ icon: FileText, title: "Tax Efficiency", description: "Sophisticated planning to minimize inefficiency and maximize returns." },
{ icon: Compass, title: "Strategic Independence", description: "Guidance without conflicts of interest or hidden agendas." },
]}
title="A 360º Financial Ecosystem"
description="Comprehensive strategy covering all facets of your personal and professional growth."
@@ -176,28 +87,6 @@ export default function LandingPage() {
testimonial="Atlas Wealths clarity gave our family the freedom to focus on what matters most, knowing our legacy is securely managed."
rating={5}
author="The Thompson Family Office"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-sitting-window_1262-4842.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/serious-male-costume-with-arms-crossed_23-2148112221.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/lady-winking-asking-keep-secret-white-backdrop-happy-short-haired-woman-black-jacket-smiles-isolated-background_197531-18490.jpg",
alt: "Client 5",
},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
/>
@@ -209,24 +98,10 @@ export default function LandingPage() {
title="Begin Your Consultation"
description="Request a confidential conversation with our advisory team to explore your strategic alignment."
inputs={[
{
name: "fullName",
type: "text",
placeholder: "Full Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{
name: "message",
placeholder: "How can we assist you?",
rows: 4,
}}
textarea={{ name: "message", placeholder: "How can we assist you?", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780717.jpg"
/>
</div>
@@ -234,42 +109,13 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Strategy",
href: "#features",
},
{
label: "Careers",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Strategy", href: "#features" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Atlas Wealth"
copyrightText="© 2025 Atlas Wealth. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #c4d8f9;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #041633;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #2d30f3;
--background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);