diff --git a/src/app/page.tsx b/src/app/page.tsx index 89fb90e..c641775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,35 +16,23 @@ export default function LandingPage() { @@ -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 Wealth’s 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" /> @@ -234,42 +109,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 0f9f89d..2e3d824 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-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; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..b26ace6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);