Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 16:22:51 +00:00

View File

@@ -32,59 +32,39 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Why Choose Me", name: "Why Choose Me", id: "#why-choose-me"},
id: "#why-choose-me",
},
{ {
name: "Results", name: "Results", id: "#results"},
id: "#results",
},
{ {
name: "Experience", name: "Experience", id: "#experience"},
id: "#experience",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Umer Saeed" brandName="Umer Saeed"
bottomLeftText="Dental RCM Consultant" bottomLeftText="Dental RCM Consultant"
bottomRightText="hello@nexusbillinggroup.com" bottomRightText="hello@nexusbillinggroup.com"
button={{ button={{
text: "Book a Free Consultation", text: "Book a Free Consultation", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "plain", variant: "plain"}}
}}
logoText="Umer Saeed" logoText="Umer Saeed"
description="Helping Dental Practices Increase Collections, Reduce Denials & Maximize Revenue" description="Helping Dental Practices Increase Collections, Reduce Denials & Maximize Revenue"
buttons={[ buttons={[
{ {
text: "Book a Free Revenue Assessment", text: "Book a Free Revenue Assessment", href: "#contact", buttonAnimation: "slide-up"
href: "#contact",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/senior-people-discussing-pension-financial-strategy-with-broker_482257-101460.jpg" imageSrc="http://img.b2bpic.net/free-photo/senior-people-discussing-pension-financial-strategy-with-broker_482257-101460.jpg"
@@ -100,23 +80,17 @@ export default function LandingPage() {
description="Dental RCM Consultant | AR Recovery & Denial Management Expert | Co-Founder of Nexus Billing Group\n\nI specialize in helping dental practices identify revenue leakage, streamline billing operations, and improve collections." description="Dental RCM Consultant | AR Recovery & Denial Management Expert | Co-Founder of Nexus Billing Group\n\nI specialize in helping dental practices identify revenue leakage, streamline billing operations, and improve collections."
metrics={[ metrics={[
{ {
value: "7+", value: "7+", title: "Years Experience"},
title: "Years Experience",
},
{ {
value: "Full", value: "Full", title: "RCM Coverage"},
title: "RCM Coverage",
},
{ {
value: "Max", value: "Max", title: "Cash Flow"},
title: "Cash Flow",
},
]} ]}
tag="Co-Founder, Nexus Billing Group" tag="Co-Founder, Nexus Billing Group"
imageSrc="http://img.b2bpic.net/free-photo/smiling-man-enjoying-e-commerce_329181-12145.jpg" imageSrc="http://img.b2bpic.net/free-photo/smiling-man-enjoying-e-commerce_329181-12145.jpg"
imageAlt="Professional portrait of Umer Saeed, Dental RCM Consultant" imageAlt="Professional portrait of Umer Saeed, Dental RCM Consultant"
mediaAnimation="entrance-slide" mediaAnimation="slide-up"
metricsAnimation="entrance-slide" metricsAnimation="slide-up"
/> />
</div> </div>
@@ -126,61 +100,19 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
tag: "Efficiency", tag: "Efficiency", title: "Dental Insurance Verification", subtitle: "Pre-treatment eligibility", description: "Ensure accurate patient eligibility and benefits before treatment to avoid payment delays.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-face-mask_23-2148727647.jpg", imageAlt: "Dental insurance verification documents"},
title: "Dental Insurance Verification",
subtitle: "Pre-treatment eligibility",
description: "Ensure accurate patient eligibility and benefits before treatment to avoid payment delays.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-face-mask_23-2148727647.jpg",
imageAlt: "Dental insurance verification documents",
},
{ {
tag: "Accuracy", tag: "Accuracy", title: "Clean Claim Submission", subtitle: "Reduced rejection rates", description: "Reduce rejection rates through accurate coding and compliant claim submission.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-consulting-house-insurance-laptop_53876-127981.jpg", imageAlt: "Clean dental claim form"},
title: "Clean Claim Submission",
subtitle: "Reduced rejection rates",
description: "Reduce rejection rates through accurate coding and compliant claim submission.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-consulting-house-insurance-laptop_53876-127981.jpg",
imageAlt: "Clean dental claim form",
},
{ {
tag: "Recovery", tag: "Recovery", title: "AR Recovery", subtitle: "Outstanding claim follow-up", description: "Aggressive follow-up on outstanding claims to recover overdue payments.", imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-bald-male-doctor-wearing-medical-robe-stethoscope-sitting-work-desk_141793-98691.jpg", imageAlt: "Accounts receivable report"},
title: "AR Recovery",
subtitle: "Outstanding claim follow-up",
description: "Aggressive follow-up on outstanding claims to recover overdue payments.",
imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-bald-male-doctor-wearing-medical-robe-stethoscope-sitting-work-desk_141793-98691.jpg",
imageAlt: "Accounts receivable report",
},
{ {
tag: "Resolution", tag: "Resolution", title: "Denial Management", subtitle: "Faster reimbursements", description: "Identify root causes of denials and implement corrective actions for faster reimbursements.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg", imageAlt: "Claim denial letter being reviewed"},
title: "Denial Management",
subtitle: "Faster reimbursements",
description: "Identify root causes of denials and implement corrective actions for faster reimbursements.",
imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg",
imageAlt: "Claim denial letter being reviewed",
},
{ {
tag: "Reconciliation", tag: "Reconciliation", title: "Payment Posting", subtitle: "Accurate and timely", description: "Accurate and timely posting of insurance and patient payments.", imageSrc: "http://img.b2bpic.net/free-photo/online-health-insurance-registration_53876-94851.jpg", imageAlt: "Payment posting entry screen"},
title: "Payment Posting",
subtitle: "Accurate and timely",
description: "Accurate and timely posting of insurance and patient payments.",
imageSrc: "http://img.b2bpic.net/free-photo/online-health-insurance-registration_53876-94851.jpg",
imageAlt: "Payment posting entry screen",
},
{ {
tag: "Compliance", tag: "Compliance", title: "Provider Credentialing", subtitle: "Enrollment support", description: "Complete credentialing and enrollment support with insurance payers.", imageSrc: "http://img.b2bpic.net/free-photo/dentists-interacting-with-each-other_107420-65553.jpg", imageAlt: "Provider credentialing application"},
title: "Provider Credentialing",
subtitle: "Enrollment support",
description: "Complete credentialing and enrollment support with insurance payers.",
imageSrc: "http://img.b2bpic.net/free-photo/dentists-interacting-with-each-other_107420-65553.jpg",
imageAlt: "Provider credentialing application",
},
{ {
tag: "Optimization", tag: "Optimization", title: "Revenue Cycle Audit", subtitle: "Identify revenue leaks", description: "Comprehensive review of your billing workflow to identify revenue leaks.", imageSrc: "http://img.b2bpic.net/free-photo/medic-gives-bad-concerning-diagnosis-elderly-patient-checkup_482257-126481.jpg", imageAlt: "Financial audit report for dental practice"},
title: "Revenue Cycle Audit",
subtitle: "Identify revenue leaks",
description: "Comprehensive review of your billing workflow to identify revenue leaks.",
imageSrc: "http://img.b2bpic.net/free-photo/medic-gives-bad-concerning-diagnosis-elderly-patient-checkup_482257-126481.jpg",
imageAlt: "Financial audit report for dental practice",
},
]} ]}
title="Services" title="Services"
description="Helping Dental Practices Increase Collections, Reduce Denials & Maximize Revenue" description="Helping Dental Practices Increase Collections, Reduce Denials & Maximize Revenue"
@@ -195,55 +127,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "trust-1", id: "trust-1", brand: "Umer Saeed", name: "Proven Industry Experience", price: "7+ Years", rating: 5,
brand: "Umer Saeed", reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg", imageAlt: "Experienced professional looking at dental charts"},
name: "Proven Industry Experience",
price: "7+ Years",
rating: 5,
reviewCount: "",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg",
imageAlt: "Experienced professional looking at dental charts",
},
{ {
id: "trust-2", id: "trust-2", brand: "Umer Saeed", name: "Improved Collections", price: "Maximized Revenue", rating: 5,
brand: "Umer Saeed", reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093490.jpg", imageAlt: "Growing bar chart representing improved collections"},
name: "Improved Collections",
price: "Maximized Revenue",
rating: 5,
reviewCount: "",
imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093490.jpg",
imageAlt: "Growing bar chart representing improved collections",
},
{ {
id: "trust-3", id: "trust-3", brand: "Umer Saeed", name: "Transparent Reporting", price: "Actionable Insights", rating: 5,
brand: "Umer Saeed", reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-cervical-vertebrae-injury-neck-pain-x-ray-ct-scan-results-tablet-patient-medical-appointment-healthcare-specialist-diagnosing-woman-after-symptoms-checkup_482257-64627.jpg", imageAlt: "Clear financial report dashboard"},
name: "Transparent Reporting",
price: "Actionable Insights",
rating: 5,
reviewCount: "",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-showing-cervical-vertebrae-injury-neck-pain-x-ray-ct-scan-results-tablet-patient-medical-appointment-healthcare-specialist-diagnosing-woman-after-symptoms-checkup_482257-64627.jpg",
imageAlt: "Clear financial report dashboard",
},
{ {
id: "trust-4", id: "trust-4", brand: "Umer Saeed", name: "End-to-End Billing Expertise", price: "Full Cycle Support", rating: 5,
brand: "Umer Saeed", reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-163250.jpg", imageAlt: "Workflow diagram showing end-to-end billing process"},
name: "End-to-End Billing Expertise",
price: "Full Cycle Support",
rating: 5,
reviewCount: "",
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-163250.jpg",
imageAlt: "Workflow diagram showing end-to-end billing process",
},
{ {
id: "trust-5", id: "trust-5", brand: "Umer Saeed", name: "Dedicated Support", price: "Proactive Follow-up", rating: 5,
brand: "Umer Saeed", reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-together-office_23-2148738325.jpg", imageAlt: "Consultant providing dedicated support to a client"},
name: "Dedicated Support",
price: "Proactive Follow-up",
rating: 5,
reviewCount: "",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-together-office_23-2148738325.jpg",
imageAlt: "Consultant providing dedicated support to a client",
},
]} ]}
title="Why Dental Practices Trust Me" title="Why Dental Practices Trust Me"
description="I deliver measurable results through proven experience and dedicated support, ensuring your practice thrives." description="I deliver measurable results through proven experience and dedicated support, ensuring your practice thrives."
@@ -257,53 +154,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "challenge-metric-1", id: "challenge-metric-1", value: "❌", title: "High Claim Denial Rates", description: "Transforming denials into approved claims for better revenue.", imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-sofa-discussing-with-financial-documents-living-room_107420-84892.jpg", imageAlt: "Red X mark over denied claim papers"},
value: "❌",
title: "High Claim Denial Rates",
description: "Transforming denials into approved claims for better revenue.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-sofa-discussing-with-financial-documents-living-room_107420-84892.jpg",
imageAlt: "Red X mark over denied claim papers",
},
{ {
id: "challenge-metric-2", id: "challenge-metric-2", value: "❌", title: "Aging Accounts Receivable", description: "Accelerating recovery of overdue payments to boost cash flow.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-payroll-concept-with-files_23-2149103949.jpg", imageAlt: "Clock with rising AR numbers"},
value: "❌",
title: "Aging Accounts Receivable",
description: "Accelerating recovery of overdue payments to boost cash flow.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-payroll-concept-with-files_23-2149103949.jpg",
imageAlt: "Clock with rising AR numbers",
},
{ {
id: "challenge-metric-3", id: "challenge-metric-3", value: "❌", title: "Delayed Insurance Payments", description: "Streamlining processes to ensure faster insurance reimbursements.", imageSrc: "http://img.b2bpic.net/free-photo/insurance-policy-agreement-terms-document-concept_53876-134017.jpg", imageAlt: "Calendar with delayed payment reminder"},
value: "❌",
title: "Delayed Insurance Payments",
description: "Streamlining processes to ensure faster insurance reimbursements.",
imageSrc: "http://img.b2bpic.net/free-photo/insurance-policy-agreement-terms-document-concept_53876-134017.jpg",
imageAlt: "Calendar with delayed payment reminder",
},
{ {
id: "challenge-metric-4", id: "challenge-metric-4", value: "❌", title: "Low Collection Rates", description: "Implementing effective strategies to increase overall collection rates.", imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-items-flat-lay_23-2148950373.jpg", imageAlt: "Downward trend graph for collection rates"},
value: "❌",
title: "Low Collection Rates",
description: "Implementing effective strategies to increase overall collection rates.",
imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-items-flat-lay_23-2148950373.jpg",
imageAlt: "Downward trend graph for collection rates",
},
{ {
id: "challenge-metric-5", id: "challenge-metric-5", value: "❌", title: "Inefficient Billing Workflows", description: "Optimizing billing operations for maximum efficiency and accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-office-working_23-2148411894.jpg", imageAlt: "Confused looking at complicated workflow diagram"},
value: "❌",
title: "Inefficient Billing Workflows",
description: "Optimizing billing operations for maximum efficiency and accuracy.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-office-working_23-2148411894.jpg",
imageAlt: "Confused looking at complicated workflow diagram",
},
{ {
id: "challenge-metric-6", id: "challenge-metric-6", value: "❌", title: "Credentialing Delays", description: "Expediting credentialing to ensure uninterrupted billing and services.", imageSrc: "http://img.b2bpic.net/free-photo/life-insurance-policy-terms-use-concept_53876-125102.jpg", imageAlt: "Stack of paperwork representing credentialing delays"},
value: "❌",
title: "Credentialing Delays",
description: "Expediting credentialing to ensure uninterrupted billing and services.",
imageSrc: "http://img.b2bpic.net/free-photo/life-insurance-policy-terms-use-concept_53876-125102.jpg",
imageAlt: "Stack of paperwork representing credentialing delays",
},
]} ]}
title="Revenue Challenges I Help Solve" title="Revenue Challenges I Help Solve"
description="My Goal: Turn these challenges into predictable cash flow and stronger financial performance." description="My Goal: Turn these challenges into predictable cash flow and stronger financial performance."
@@ -317,33 +178,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
team={[ team={[
{ {
id: "exp-1", id: "exp-1", name: "Co-Founder", role: "Nexus Billing Group | 2025 Present", imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg", imageAlt: "Umer Saeed as Co-Founder of Nexus Billing Group"},
name: "Co-Founder",
role: "Nexus Billing Group | 2025 Present",
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg",
imageAlt: "Umer Saeed as Co-Founder of Nexus Billing Group",
},
{ {
id: "exp-2", id: "exp-2", name: "Assistant Manager Dental Billing Operations", role: "Physicians Revenue Group | 2024 2025", imageSrc: "http://img.b2bpic.net/free-photo/african-american-medic-talking-elderly-woman-with-disability-chekcup-visit-appointment-senior-patient-with-impairment-wheelchair-husband-receiving-medical-disease-treatment_482257-49399.jpg", imageAlt: "Umer Saeed as Assistant Manager at Physicians Revenue Group"},
name: "Assistant Manager Dental Billing Operations",
role: "Physicians Revenue Group | 2024 2025",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-medic-talking-elderly-woman-with-disability-chekcup-visit-appointment-senior-patient-with-impairment-wheelchair-husband-receiving-medical-disease-treatment_482257-49399.jpg",
imageAlt: "Umer Saeed as Assistant Manager at Physicians Revenue Group",
},
{ {
id: "exp-3", id: "exp-3", name: "Supervisor", role: "Physicians Revenue Group | 2021 2024", imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205467.jpg", imageAlt: "Umer Saeed as Supervisor at Physicians Revenue Group"},
name: "Supervisor",
role: "Physicians Revenue Group | 2021 2024",
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205467.jpg",
imageAlt: "Umer Saeed as Supervisor at Physicians Revenue Group",
},
{ {
id: "exp-4", id: "exp-4", name: "Dental Billing Executive", role: "Physicians Revenue Group | 2018 2021", imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-using-computer_1098-1256.jpg", imageAlt: "Umer Saeed as Dental Billing Executive at Physicians Revenue Group"},
name: "Dental Billing Executive",
role: "Physicians Revenue Group | 2018 2021",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-using-computer_1098-1256.jpg",
imageAlt: "Umer Saeed as Dental Billing Executive at Physicians Revenue Group",
},
]} ]}
title="Professional Experience" title="Professional Experience"
description="Leveraging 7+ years of expertise to optimize dental revenue cycles." description="Leveraging 7+ years of expertise to optimize dental revenue cycles."
@@ -358,59 +199,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Dr. Sarah Johnson", role: "Clinic Owner", company: "Elite Dental Practice", rating: 5,
name: "Dr. Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-doctor-wearing-medical-robe-stethoscope-standing-isolated-purple-wall-with-copy-space_141793-59803.jpg", videoAriaLabel: "Testimonial video from Dr. Sarah Johnson"},
role: "Clinic Owner",
company: "Elite Dental Practice",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-doctor-wearing-medical-robe-stethoscope-standing-isolated-purple-wall-with-copy-space_141793-59803.jpg",
videoAriaLabel: "Testimonial video from Dr. Sarah Johnson",
},
{ {
id: "2", id: "2", name: "Michael Chen", role: "Practice Manager", company: "SmileBright Clinic", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", videoAriaLabel: "Testimonial video from Michael Chen"},
role: "Practice Manager",
company: "SmileBright Clinic",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg",
videoAriaLabel: "Testimonial video from Michael Chen",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", role: "Billing Coordinator", company: "Gentle Dental Care", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-medic-with-papers_23-2147767267.jpg", videoAriaLabel: "Testimonial video from Emily Rodriguez"},
role: "Billing Coordinator",
company: "Gentle Dental Care",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-medic-with-papers_23-2147767267.jpg",
videoAriaLabel: "Testimonial video from Emily Rodriguez",
},
{ {
id: "4", id: "4", name: "David Kim", role: "Financial Director", company: "Prestige Orthodontics", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/making-business-research_1098-13461.jpg", videoAriaLabel: "Testimonial video from David Kim"},
role: "Financial Director",
company: "Prestige Orthodontics",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/making-business-research_1098-13461.jpg",
videoAriaLabel: "Testimonial video from David Kim",
},
{ {
id: "5", id: "5", name: "Sophia Lee", role: "Operations Manager", company: "Family Dental Center", rating: 5,
name: "Sophia Lee", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg", videoAriaLabel: "Testimonial video from Sophia Lee"},
role: "Operations Manager",
company: "Family Dental Center",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg",
videoAriaLabel: "Testimonial video from Sophia Lee",
},
{ {
id: "6", id: "6", name: "James Brown", role: "CEO", company: "Apex Dental Group", rating: 5,
name: "James Brown", imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-male-doctor_23-2151107513.jpg", videoAriaLabel: "Testimonial video from James Brown"},
role: "CEO",
company: "Apex Dental Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-male-doctor_23-2151107513.jpg",
videoAriaLabel: "Testimonial video from James Brown",
},
]} ]}
title="What Clients Say" title="What Clients Say"
description="Hear directly from practices that have achieved significant revenue growth and efficiency with my expertise." description="Hear directly from practices that have achieved significant revenue growth and efficiency with my expertise."
@@ -421,14 +226,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
text="Ready to Improve Your Practice Revenue?\n\nLet's discuss how your practice can:\n\n✓ Reduce Claim Denials\n✓ Increase Collections\n✓ Improve Cash Flow\n✓ Optimize Billing Operations\n\n📧 Email: hello@nexusbillinggroup.com\n📍 Lahore, Punjab, Pakistan" text="Ready to Improve Your Practice Revenue?\n\nLet's discuss how your practice can:\n\n✓ Reduce Claim Denials\n✓ Increase Collections\n✓ Improve Cash Flow\n✓ Optimize Billing Operations\n\n📧 Email: hello@nexusbillinggroup.com\n📍 Lahore, Punjab, Pakistan"
buttons={[ buttons={[
{ {
text: "Schedule a Free Consultation", text: "Schedule a Free Consultation", href: "mailto:hello@nexusbillinggroup.com"},
href: "mailto:hello@nexusbillinggroup.com",
},
]} ]}
/> />
</div> </div>
@@ -438,58 +240,35 @@ export default function LandingPage() {
logoText="Umer Saeed" logoText="Umer Saeed"
columns={[ columns={[
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "LinkedIn", label: "LinkedIn", href: "https://www.linkedin.com/in/umer-saeed-consultant"},
href: "https://www.linkedin.com/in/umer-saeed-consultant",
},
{ {
label: "Email", label: "Email", href: "mailto:hello@nexusbillinggroup.com"},
href: "mailto:hello@nexusbillinggroup.com",
},
{ {
label: "Contact Form", label: "Contact Form", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Explore", title: "Explore", items: [
items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "Why Choose Me", label: "Why Choose Me", href: "#why-choose-me"},
href: "#why-choose-me",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Case Studies", label: "Case Studies", href: "#"},
href: "#",
},
{ {
label: "Blog", label: "Blog", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}