Update src/app/page.tsx
This commit is contained in:
240
src/app/page.tsx
240
src/app/page.tsx
@@ -34,21 +34,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Problem",
|
||||
id: "#revenue-leak",
|
||||
},
|
||||
name: "Problem", id: "#revenue-leak"},
|
||||
{
|
||||
name: "Solution",
|
||||
id: "#core-solution",
|
||||
},
|
||||
name: "Solution", id: "#core-solution"},
|
||||
{
|
||||
name: "Market",
|
||||
id: "#market-overview",
|
||||
},
|
||||
name: "Market", id: "#market-overview"},
|
||||
{
|
||||
name: "Vision",
|
||||
id: "#closing-statement",
|
||||
},
|
||||
name: "Vision", id: "#closing-statement"},
|
||||
]}
|
||||
brandName="MEDVORA"
|
||||
/>
|
||||
@@ -57,10 +49,10 @@ export default function LandingPage() {
|
||||
<div id="medvora-hero" data-section="medvora-hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="MEDVORA"
|
||||
description="The Patient Revenue Infrastructure For MedSpas\nRecovering Revenue Lost Between Inquiry And Consultation"
|
||||
buttons={[]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-violet-gradient-3d-composition_1040-432.jpg"
|
||||
imageAlt="Abstract network graphic representing Medvora's infrastructure"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -75,35 +67,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Lead Generation",
|
||||
description: "Initial patient interest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-professionals-meeting-examining-organs-ct-scan-results_482257-123078.jpg",
|
||||
imageAlt: "Abstract illustration of lead generation",
|
||||
},
|
||||
title: "Lead Generation", description: "Initial patient interest.", imageSrc: "http://img.b2bpic.net/free-photo/medical-professionals-meeting-examining-organs-ct-scan-results_482257-123078.jpg", imageAlt: "Abstract illustration of lead generation"},
|
||||
{
|
||||
title: "Missed Call",
|
||||
description: "Inquiry goes unanswered.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-concept-portrait-ginger-red-hair-girl-with-shocking-stressful-expression-while-talk_1258-118300.jpg",
|
||||
imageAlt: "Illustration of a missed phone call",
|
||||
},
|
||||
title: "Missed Call", description: "Inquiry goes unanswered.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-concept-portrait-ginger-red-hair-girl-with-shocking-stressful-expression-while-talk_1258-118300.jpg", imageAlt: "Illustration of a missed phone call"},
|
||||
{
|
||||
title: "Slow Response",
|
||||
description: "Delayed follow-up allows lead to cool.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-handsome-blonde-ill-man-wearing-winter-hat-scarf-wrapped-plaid-holding-looking-clock-isolated-purple-background_141793-78039.jpg",
|
||||
imageAlt: "Illustration of a clock or slow moving process",
|
||||
},
|
||||
title: "Slow Response", description: "Delayed follow-up allows lead to cool.", imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-handsome-blonde-ill-man-wearing-winter-hat-scarf-wrapped-plaid-holding-looking-clock-isolated-purple-background_141793-78039.jpg", imageAlt: "Illustration of a clock or slow moving process"},
|
||||
{
|
||||
title: "Lead Goes Cold",
|
||||
description: "Patient loses interest or finds competitor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616679.jpg",
|
||||
imageAlt: "Illustration of a disconnected or cold lead",
|
||||
},
|
||||
title: "Lead Goes Cold", description: "Patient loses interest or finds competitor.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616679.jpg", imageAlt: "Illustration of a disconnected or cold lead"},
|
||||
{
|
||||
title: "Lost Consultation",
|
||||
description: "Direct revenue opportunity missed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-businessman-reading-document-hands-with-frustrated-look_273609-9170.jpg",
|
||||
imageAlt: "Illustration of a lost revenue opportunity",
|
||||
},
|
||||
title: "Lost Consultation", description: "Direct revenue opportunity missed.", imageSrc: "http://img.b2bpic.net/free-photo/african-businessman-reading-document-hands-with-frustrated-look_273609-9170.jpg", imageAlt: "Illustration of a lost revenue opportunity"},
|
||||
]}
|
||||
title="The Hidden Revenue Leak"
|
||||
description="Every MedSpa Invests In Getting Leads. Almost None Invest In Recovering Lost Revenue."
|
||||
@@ -117,36 +89,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$17B+",
|
||||
title: "U.S. MedSpa Industry",
|
||||
items: [
|
||||
"Massive market size",
|
||||
],
|
||||
id: "m1", value: "$17B+", title: "U.S. MedSpa Industry", items: [
|
||||
"Massive market size"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10,000+",
|
||||
title: "Locations",
|
||||
items: [
|
||||
"Widespread presence",
|
||||
],
|
||||
id: "m2", value: "10,000+", title: "Locations", items: [
|
||||
"Widespread presence"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "81%",
|
||||
title: "Single Location Operators",
|
||||
items: [
|
||||
"Key target segment",
|
||||
],
|
||||
id: "m3", value: "81%", title: "Single Location Operators", items: [
|
||||
"Key target segment"],
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "$1B+",
|
||||
title: "Annual Industry Growth",
|
||||
items: [
|
||||
"Rapid expansion",
|
||||
],
|
||||
id: "m4", value: "$1B+", title: "Annual Industry Growth", items: [
|
||||
"Rapid expansion"],
|
||||
},
|
||||
]}
|
||||
title="A Massive Market With An Invisible Problem"
|
||||
@@ -162,26 +118,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "old-focus",
|
||||
name: "Most MedSpas Focus On: More Leads, More Traffic, More Ads",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-online-marketing-written-yellow-sticky-note-black-marker-notepad-dark-background_140725-112177.jpg",
|
||||
imageAlt: "Graphic representing generic lead generation and traffic",
|
||||
},
|
||||
id: "old-focus", name: "Most MedSpas Focus On: More Leads, More Traffic, More Ads", price: "", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-online-marketing-written-yellow-sticky-note-black-marker-notepad-dark-background_140725-112177.jpg", imageAlt: "Graphic representing generic lead generation and traffic"},
|
||||
{
|
||||
id: "new-opportunity",
|
||||
name: "The Real Opportunity: Recover Revenue Already Being Lost",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45555.jpg",
|
||||
imageAlt: "Graphic representing revenue recovery opportunity",
|
||||
},
|
||||
id: "new-opportunity", name: "The Real Opportunity: Recover Revenue Already Being Lost", price: "", imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45555.jpg", imageAlt: "Graphic representing revenue recovery opportunity"},
|
||||
{
|
||||
id: "medvora-intro",
|
||||
name: "Introducing MEDVORA: The Patient Revenue Infrastructure Platform",
|
||||
price: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-with-impairment-processing-analyzing-data_482257-123830.jpg",
|
||||
imageAlt: "Modern infrastructure ecosystem graphic for Medvora",
|
||||
},
|
||||
id: "medvora-intro", name: "Introducing MEDVORA: The Patient Revenue Infrastructure Platform", price: "", imageSrc: "http://img.b2bpic.net/free-photo/person-with-impairment-processing-analyzing-data_482257-123830.jpg", imageAlt: "Modern infrastructure ecosystem graphic for Medvora"},
|
||||
]}
|
||||
title="The Core Insight & Introducing MEDVORA"
|
||||
description="Positioning Medvora as the solution to revenue leakage, not just another marketing tool."
|
||||
@@ -193,11 +134,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Marketing Agencies: Generate Leads (but don't recover lost revenue)",
|
||||
"CRMs: Store Leads (but don't actively re-engage)",
|
||||
"Receptionists: Work Limited Hours (and get overwhelmed)",
|
||||
"Call Centers: Poor Patient Experience (lack personalization)",
|
||||
]}
|
||||
"Marketing Agencies: Generate Leads (but don't recover lost revenue)", "CRMs: Store Leads (but don't actively re-engage)", "Receptionists: Work Limited Hours (and get overwhelmed)", "Call Centers: Poor Patient Experience (lack personalization)"]}
|
||||
title="Why Existing Solutions Fail"
|
||||
description="Nobody Owns Revenue Recovery"
|
||||
speed={60}
|
||||
@@ -213,22 +150,15 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Rising Patient Acquisition Costs",
|
||||
value: "Trend 1",
|
||||
},
|
||||
label: "Rising Patient Acquisition Costs", value: "Trend 1"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Staff Shortages & Front Desk Overload",
|
||||
value: "Trend 2",
|
||||
},
|
||||
label: "Staff Shortages & Front Desk Overload", value: "Trend 2"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "AI-Powered Communication Infrastructure",
|
||||
value: "Trend 3",
|
||||
},
|
||||
label: "AI-Powered Communication Infrastructure", value: "Trend 3"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
description="Key industry shifts are creating an urgent demand for solutions that optimize patient revenue and operational efficiency."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -237,45 +167,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "step1",
|
||||
title: "Inquiry",
|
||||
content: "Patient expresses initial interest in MedSpa services.",
|
||||
id: "step1", title: "Inquiry", content: "Patient expresses initial interest in MedSpa services."},
|
||||
{
|
||||
id: "step2", title: "Response", content: "Medvora's AI provides immediate, intelligent replies."},
|
||||
{
|
||||
id: "step3", title: "Qualification", content: "AI assesses patient needs and suitability for treatments."},
|
||||
{
|
||||
id: "step4", title: "Follow-Up", content: "Automated, personalized engagement sequences ensure no lead goes cold."},
|
||||
{
|
||||
id: "step5", title: "Booking", content: "Seamless scheduling process for consultations and appointments."},
|
||||
{
|
||||
id: "step6", title: "Nurture", content: "Ongoing communication to build patient loyalty and engagement."},
|
||||
{
|
||||
id: "step7", content: "AI-driven campaigns to re-engage past or dormant patients.", title: "Reactivation"
|
||||
},
|
||||
{
|
||||
id: "step2",
|
||||
title: "Response",
|
||||
content: "Medvora's AI provides immediate, intelligent replies.",
|
||||
},
|
||||
{
|
||||
id: "step3",
|
||||
title: "Qualification",
|
||||
content: "AI assesses patient needs and suitability for treatments.",
|
||||
},
|
||||
{
|
||||
id: "step4",
|
||||
title: "Follow-Up",
|
||||
content: "Automated, personalized engagement sequences ensure no lead goes cold.",
|
||||
},
|
||||
{
|
||||
id: "step5",
|
||||
title: "Booking",
|
||||
content: "Seamless scheduling process for consultations and appointments.",
|
||||
},
|
||||
{
|
||||
id: "step6",
|
||||
title: "Nurture",
|
||||
content: "Ongoing communication to build patient loyalty and engagement.",
|
||||
},
|
||||
{
|
||||
id: "step7",
|
||||
title: "Reactivation",
|
||||
content: "AI-driven campaigns to re-engage past or dormant patients.",
|
||||
},
|
||||
{
|
||||
id: "step8",
|
||||
title: "Revenue Recovery",
|
||||
content: "Converting lost opportunities into booked consultations and revenue.",
|
||||
},
|
||||
id: "step8", content: "Converting lost opportunities into booked consultations and revenue.", title: "Revenue Recovery"
|
||||
}
|
||||
]}
|
||||
sideTitle="How MEDVORA Works"
|
||||
sideDescription="From Inquiry to Revenue Recovery, our platform automates and optimizes every step of the patient journey."
|
||||
@@ -291,26 +199,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "gtm1",
|
||||
name: "Outbound Revenue Recovery Audits",
|
||||
role: "Demonstrate value proactively.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-writting-phone-with-laptop-documents_1150-92.jpg",
|
||||
imageAlt: "Revenue Recovery Audit illustration",
|
||||
},
|
||||
id: "gtm1", name: "Outbound Revenue Recovery Audits", role: "Demonstrate value proactively.", imageSrc: "http://img.b2bpic.net/free-photo/worker-writting-phone-with-laptop-documents_1150-92.jpg", imageAlt: "Revenue Recovery Audit illustration"},
|
||||
{
|
||||
id: "gtm2",
|
||||
name: "Podcast-Led Relationship Acquisition",
|
||||
role: "Build authority and trust.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-logo_23-2149019166.jpg",
|
||||
imageAlt: "Podcast microphone illustration",
|
||||
},
|
||||
id: "gtm2", name: "Podcast-Led Relationship Acquisition", role: "Build authority and trust.", imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-logo_23-2149019166.jpg", imageAlt: "Podcast microphone illustration"},
|
||||
{
|
||||
id: "gtm3",
|
||||
name: "Strategic Referral Partners",
|
||||
role: "Leverage industry connections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-marketing-background_23-2147739518.jpg",
|
||||
imageAlt: "Referral partners illustration",
|
||||
},
|
||||
id: "gtm3", name: "Strategic Referral Partners", role: "Leverage industry connections.", imageSrc: "http://img.b2bpic.net/free-vector/flat-marketing-background_23-2147739518.jpg", imageAlt: "Referral partners illustration"},
|
||||
]}
|
||||
title="Go To Market"
|
||||
description="Our multi-pronged approach ensures effective penetration and sustained growth within the MedSpa industry."
|
||||
@@ -321,11 +214,11 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="The Future Is Now"
|
||||
title="MEDVORA"
|
||||
description="Building The Revenue Infrastructure Layer For The $17B MedSpa Industry. Recover Revenue Before It Is Lost."
|
||||
buttons={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -334,50 +227,31 @@ export default function LandingPage() {
|
||||
logoText="MEDVORA"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Revenue Recovery",
|
||||
href: "#revenue-leak",
|
||||
},
|
||||
label: "Revenue Recovery", href: "#revenue-leak"},
|
||||
{
|
||||
label: "AI Front Desk",
|
||||
href: "#how-it-works",
|
||||
},
|
||||
label: "AI Front Desk", href: "#how-it-works"},
|
||||
{
|
||||
label: "Medvora OS",
|
||||
href: "#core-solution",
|
||||
},
|
||||
label: "Medvora OS", href: "#core-solution"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Our Mission",
|
||||
href: "#closing-statement",
|
||||
},
|
||||
label: "Our Mission", href: "#closing-statement"},
|
||||
{
|
||||
label: "Why Now",
|
||||
href: "#why-now",
|
||||
},
|
||||
label: "Why Now", href: "#why-now"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#closing-statement",
|
||||
},
|
||||
label: "Contact", href: "#closing-statement"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Market Insights",
|
||||
href: "#market-overview",
|
||||
},
|
||||
label: "Market Insights", href: "#market-overview"},
|
||||
{
|
||||
label: "Go To Market",
|
||||
href: "#go-to-market",
|
||||
},
|
||||
label: "Go To Market", href: "#go-to-market"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user