Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c0e98917a | |||
| 50697d703f |
228
src/app/page.tsx
228
src/app/page.tsx
@@ -32,26 +32,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
},
|
||||
name: "Blog", id: "blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Start for Free",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Start for Free", href: "#contact"}}
|
||||
brandName="Casemovers"
|
||||
/>
|
||||
</div>
|
||||
@@ -59,63 +49,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Moving Your Case, One Step at a Time."
|
||||
variant: "gradient-bars"}}
|
||||
title="Get Your Personal Injury Claim Moving—Stress-Free."
|
||||
description="We simplify the personal injury process by coordinating care, managing documentation, and keeping everyone aligned—so you can focus on healing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start for Free",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start for Free", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wq4b9o"
|
||||
imageAlt="personal injury coordination tech"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9lgh9c",
|
||||
alt: "Client group",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9lgh9c", alt: "Client group"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=af5hnv",
|
||||
alt: "Legal group",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=af5hnv", alt: "Legal group"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e0z13b",
|
||||
alt: "Medical group",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e0z13b", alt: "Medical group"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=spmafz",
|
||||
alt: "Support group",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=spmafz", alt: "Support group"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8ee204",
|
||||
alt: "Management group",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8ee204", alt: "Management group"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ partners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Medical Coordination",
|
||||
},
|
||||
type: "text", text: "Medical Coordination"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Legal Alignment",
|
||||
},
|
||||
type: "text", text: "Legal Alignment"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Documentation Sync",
|
||||
},
|
||||
type: "text", text: "Documentation Sync"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Appointment Tracking",
|
||||
},
|
||||
type: "text", text: "Appointment Tracking"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Patient Advocacy",
|
||||
},
|
||||
type: "text", text: "Patient Advocacy"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,14 +92,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"InnovateLab",
|
||||
"GrowthCo",
|
||||
"StartupXYZ",
|
||||
"CarePlus",
|
||||
"NexusLegal",
|
||||
"HealthFlow",
|
||||
"ActiveRecovery",
|
||||
]}
|
||||
"InnovateLab", "GrowthCo", "StartupXYZ", "CarePlus", "NexusLegal", "HealthFlow", "ActiveRecovery"]}
|
||||
title="Trusted by companies around the world"
|
||||
description="Our team brings experience from industry leaders to ensure your personal injury claims process is as seamless as possible."
|
||||
/>
|
||||
@@ -145,38 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "For Patients",
|
||||
descriptions: [
|
||||
"Provider connection",
|
||||
"Appointment scheduling",
|
||||
"Progress tracking",
|
||||
"Attorney updates",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jvahh4",
|
||||
},
|
||||
id: "f1", title: "For Patients", descriptions: [
|
||||
"Provider connection", "Appointment scheduling", "Progress tracking", "Attorney updates"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jvahh4"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "For Attorneys",
|
||||
descriptions: [
|
||||
"Timely medical coordination",
|
||||
"Organized documentation",
|
||||
"Billing record management",
|
||||
"Case updates",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwqesd",
|
||||
},
|
||||
id: "f2", title: "For Attorneys", descriptions: [
|
||||
"Timely medical coordination", "Organized documentation", "Billing record management", "Case updates"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fwqesd"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "For Providers",
|
||||
descriptions: [
|
||||
"Patient scheduling support",
|
||||
"Record/billing management",
|
||||
"Continuity of care",
|
||||
"Admin burden reduction",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f6d3k0",
|
||||
},
|
||||
id: "f3", title: "For Providers", descriptions: [
|
||||
"Patient scheduling support", "Record/billing management", "Continuity of care", "Admin burden reduction"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f6d3k0"},
|
||||
]}
|
||||
title="Why CaseMovers Is the Right Partner for Your Recovery"
|
||||
description="Simplifying every step so you can focus on what matters: your healing journey."
|
||||
@@ -200,26 +139,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.9",
|
||||
title: "Customer Rating",
|
||||
description: "Based on 200+ reviews",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pypfgs",
|
||||
},
|
||||
id: "m1", value: "4.9", title: "Customer Rating", description: "Based on 200+ reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pypfgs"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Clear Roadmap",
|
||||
description: "Every case starts with a clear plan",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pzsuip",
|
||||
},
|
||||
id: "m2", value: "100%", title: "Clear Roadmap", description: "Every case starts with a clear plan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pzsuip"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support Availability",
|
||||
description: "We are always here for your questions",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kdlrmg",
|
||||
},
|
||||
id: "m3", value: "24/7", title: "Support Availability", description: "We are always here for your questions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kdlrmg"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Our dedicated case management services deliver efficiency and clarity for every personal injury client."
|
||||
@@ -231,30 +155,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alicia Tan",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zv2ltk",
|
||||
},
|
||||
id: "t1", name: "Alicia Tan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zv2ltk"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria G.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnuse1",
|
||||
},
|
||||
id: "t2", name: "Maria G.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnuse1"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "John Doe",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6pfho3",
|
||||
},
|
||||
id: "t3", name: "John Doe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6pfho3"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah Smith",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fv7w0p",
|
||||
},
|
||||
id: "t4", name: "Sarah Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fv7w0p"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Brown",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2zfqn1",
|
||||
},
|
||||
id: "t5", name: "David Brown", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2zfqn1"},
|
||||
]}
|
||||
cardTitle="Voices That Matter"
|
||||
cardTag="Testimonials"
|
||||
@@ -268,20 +177,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What is CaseMovers and how can it help me?",
|
||||
content: "CaseMovers is a dedicated case management service that helps individuals navigate the complexities of personal injury claims. We handle scheduling, coordination, and communication so you can focus on recovery.",
|
||||
},
|
||||
id: "faq1", title: "What is CaseMovers and how can it help me?", content: "CaseMovers is a dedicated case management service that helps individuals navigate the complexities of personal injury claims. We handle scheduling, coordination, and communication so you can focus on recovery."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Will CaseMovers communicate with my doctors and attorney?",
|
||||
content: "Yes. With your permission, we coordinate directly with your medical providers and legal team to ensure everything stays on track.",
|
||||
},
|
||||
id: "faq2", title: "Will CaseMovers communicate with my doctors and attorney?", content: "Yes. With your permission, we coordinate directly with your medical providers and legal team to ensure everything stays on track."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How do I get started?",
|
||||
content: "You can start by signing up on our platform or scheduling a free consultation through our contact form.",
|
||||
},
|
||||
id: "faq3", title: "How do I get started?", content: "You can start by signing up on our platform or scheduling a free consultation through our contact form."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about CaseMovers."
|
||||
@@ -296,16 +196,10 @@ export default function LandingPage() {
|
||||
description="Our patient-first approach, clear process, and seamless coordination with attorneys and providers keep your case on track from start to finish."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rtadqp"
|
||||
@@ -317,45 +211,27 @@ export default function LandingPage() {
|
||||
logoText="Casemovers"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Benefits",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Benefits", href: "#features"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Main Pages",
|
||||
items: [
|
||||
title: "Main Pages", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -365,4 +241,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user