Merge version_1 into main #1
140
src/app/page.tsx
140
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Preparation",
|
||||
id: "#prep",
|
||||
},
|
||||
name: "Preparation", id: "#prep"},
|
||||
{
|
||||
name: "Clarity Layer",
|
||||
id: "#clarity",
|
||||
},
|
||||
name: "Clarity Layer", id: "#clarity"},
|
||||
{
|
||||
name: "Philosophy",
|
||||
id: "#philosophy",
|
||||
},
|
||||
name: "Philosophy", id: "#philosophy"},
|
||||
]}
|
||||
brandName="FUNDWELL"
|
||||
/>
|
||||
@@ -50,60 +44,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Preparation is the new approval."
|
||||
description="Fundwell provides the financial logistics layer that transforms your mortgage journey from chaotic to crystal clear. Prepare with confidence before you step into a broker's office."
|
||||
buttons={[
|
||||
{
|
||||
text: "Begin Preparation",
|
||||
href: "#prep",
|
||||
},
|
||||
text: "Begin Preparation", href: "#prep"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nice-organised-workspace-with-lamp_23-2148592289.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/desk-arrangement-with-laptop_23-2148541546.jpg",
|
||||
alt: "Desk arrangement with laptop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/desk-arrangement-with-laptop_23-2148541546.jpg", alt: "Desk arrangement with laptop"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/school-supplies-arrangement-children-room_23-2148666105.jpg",
|
||||
alt: "School supplies arrangement in children room",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/school-supplies-arrangement-children-room_23-2148666105.jpg", alt: "School supplies arrangement in children room"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cozy-workspace-with-notebook_23-2151968909.jpg",
|
||||
alt: "Cozy workspace with a notebook",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cozy-workspace-with-notebook_23-2151968909.jpg", alt: "Cozy workspace with a notebook"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cozy-workspace-with-pens_23-2151968911.jpg",
|
||||
alt: "Cozy workspace with pens",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cozy-workspace-with-pens_23-2151968911.jpg", alt: "Cozy workspace with pens"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-with-modern-vases-soft-aesthetics_52683-95197.jpg",
|
||||
alt: "Still life with modern vases soft aesthetics",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-with-modern-vases-soft-aesthetics_52683-95197.jpg", alt: "Still life with modern vases soft aesthetics"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Stress-free planning",
|
||||
},
|
||||
type: "text", text: "Stress-free planning"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data-ready files",
|
||||
},
|
||||
type: "text", text: "Data-ready files"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Independent analysis",
|
||||
},
|
||||
type: "text", text: "Independent analysis"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure documentation",
|
||||
},
|
||||
type: "text", text: "Secure documentation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Clearer milestones",
|
||||
},
|
||||
type: "text", text: "Clearer milestones"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,13 +84,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Financial Preparation Canvas.",
|
||||
},
|
||||
type: "text", content: "The Financial Preparation Canvas."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/tied-bamboo-organic-straws-lavender_23-2148768603.jpg",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/tied-bamboo-organic-straws-lavender_23-2148768603.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,19 +99,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Scenario Mapping",
|
||||
description: "Model your financial reality through stress-free, non-binding scenarios.",
|
||||
},
|
||||
title: "Scenario Mapping", description: "Model your financial reality through stress-free, non-binding scenarios."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Safe File-Building",
|
||||
description: "Organize your documentation safely and securely, ready for human expertise.",
|
||||
},
|
||||
title: "Safe File-Building", description: "Organize your documentation safely and securely, ready for human expertise."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Broker Handoff",
|
||||
description: "Transfer structured readiness to your chosen broker when you feel truly prepared.",
|
||||
},
|
||||
title: "Broker Handoff", description: "Transfer structured readiness to your chosen broker when you feel truly prepared."},
|
||||
]}
|
||||
title="Your Clarity Layer"
|
||||
description="AI-guided organization, not AI-prescribed advice."
|
||||
@@ -156,13 +117,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Designed for emotional safety.",
|
||||
},
|
||||
type: "text", content: "Designed for emotional safety."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/white-egg-blue-background-flat-lay_169016-21309.jpg",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/white-egg-blue-background-flat-lay_169016-21309.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,28 +128,17 @@ export default function LandingPage() {
|
||||
<MetricCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Clarity Focus",
|
||||
description: "Non-prescriptive exploration",
|
||||
icon: Sparkles,
|
||||
id: "m1", value: "100%", title: "Clarity Focus", description: "Non-prescriptive exploration", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Safe Access",
|
||||
description: "At your own pace",
|
||||
icon: Lock,
|
||||
id: "m2", value: "24/7", title: "Safe Access", description: "At your own pace", icon: Lock,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1:1",
|
||||
title: "Broker Handoff",
|
||||
description: "Ready-to-execute files",
|
||||
icon: Users,
|
||||
id: "m3", value: "1:1", title: "Broker Handoff", description: "Ready-to-execute files", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Readiness Metrics"
|
||||
@@ -206,20 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is Fundwell a lender?",
|
||||
content: "No. We are a preparation layer. We do not approve or lend. We organize your data so you can speak to a lender with absolute readiness.",
|
||||
},
|
||||
id: "q1", title: "Is Fundwell a lender?", content: "No. We are a preparation layer. We do not approve or lend. We organize your data so you can speak to a lender with absolute readiness."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is this financial advice?",
|
||||
content: "Absolutely not. Our AI provides organizational structure and scenario-based information, not professional advice. Only your licensed broker can offer advice.",
|
||||
},
|
||||
id: "q2", title: "Is this financial advice?", content: "Absolutely not. Our AI provides organizational structure and scenario-based information, not professional advice. Only your licensed broker can offer advice."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is my data safe?",
|
||||
content: "Data privacy is our baseline. We operate with crown-level security standards, ensuring your file is ready only for your authorized broker.",
|
||||
},
|
||||
id: "q3", title: "Is my data safe?", content: "Data privacy is our baseline. We operate with crown-level security standards, ensuring your file is ready only for your authorized broker."},
|
||||
]}
|
||||
title="Foundation of Trust"
|
||||
description="Transparent answers for a more confident process."
|
||||
@@ -231,8 +168,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Join the waitlist"
|
||||
title="Request early access"
|
||||
description="Experience a calmer path to home ownership."
|
||||
@@ -245,25 +181,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Compliance", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Broker Partners",
|
||||
href: "#",
|
||||
},
|
||||
label: "Broker Partners", href: "#"},
|
||||
{
|
||||
label: "Safety",
|
||||
href: "#",
|
||||
},
|
||||
label: "Safety", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user