Update src/app/page.tsx
This commit is contained in:
361
src/app/page.tsx
361
src/app/page.tsx
@@ -32,59 +32,39 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Choose Me",
|
||||
id: "#why-choose-me",
|
||||
},
|
||||
name: "Why Choose Me", id: "#why-choose-me"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
name: "Results", id: "#results"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#experience",
|
||||
},
|
||||
name: "Experience", id: "#experience"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Umer Saeed"
|
||||
bottomLeftText="Dental RCM Consultant"
|
||||
bottomRightText="hello@nexusbillinggroup.com"
|
||||
button={{
|
||||
text: "Book a Free Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Free Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Umer Saeed"
|
||||
description="Helping Dental Practices Increase Collections, Reduce Denials & Maximize Revenue"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Free Revenue Assessment",
|
||||
href: "#contact",
|
||||
text: "Book a Free Revenue Assessment", href: "#contact", buttonAnimation: "slide-up"
|
||||
},
|
||||
]}
|
||||
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."
|
||||
metrics={[
|
||||
{
|
||||
value: "7+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "7+", title: "Years Experience"},
|
||||
{
|
||||
value: "Full",
|
||||
title: "RCM Coverage",
|
||||
},
|
||||
value: "Full", title: "RCM Coverage"},
|
||||
{
|
||||
value: "Max",
|
||||
title: "Cash Flow",
|
||||
},
|
||||
value: "Max", title: "Cash Flow"},
|
||||
]}
|
||||
tag="Co-Founder, Nexus Billing Group"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-man-enjoying-e-commerce_329181-12145.jpg"
|
||||
imageAlt="Professional portrait of Umer Saeed, Dental RCM Consultant"
|
||||
mediaAnimation="entrance-slide"
|
||||
metricsAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,61 +100,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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="Services"
|
||||
description="Helping Dental Practices Increase Collections, Reduce Denials & Maximize Revenue"
|
||||
@@ -195,55 +127,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "trust-1",
|
||||
brand: "Umer Saeed",
|
||||
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-1", brand: "Umer Saeed", 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",
|
||||
brand: "Umer Saeed",
|
||||
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-2", brand: "Umer Saeed", 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",
|
||||
brand: "Umer Saeed",
|
||||
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-3", brand: "Umer Saeed", 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",
|
||||
brand: "Umer Saeed",
|
||||
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-4", brand: "Umer Saeed", 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",
|
||||
brand: "Umer Saeed",
|
||||
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",
|
||||
},
|
||||
id: "trust-5", brand: "Umer Saeed", 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"
|
||||
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}
|
||||
metrics={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Revenue Challenges I Help Solve"
|
||||
description="My Goal: Turn these challenges into predictable cash flow and stronger financial performance."
|
||||
@@ -317,33 +178,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Professional Experience"
|
||||
description="Leveraging 7+ years of expertise to optimize dental revenue cycles."
|
||||
@@ -358,59 +199,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "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: "1", name: "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",
|
||||
name: "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: "2", name: "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",
|
||||
name: "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: "3", name: "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",
|
||||
name: "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: "4", name: "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",
|
||||
name: "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: "5", name: "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",
|
||||
name: "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",
|
||||
},
|
||||
id: "6", name: "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"
|
||||
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
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Free Consultation",
|
||||
href: "mailto:hello@nexusbillinggroup.com",
|
||||
},
|
||||
text: "Schedule a Free Consultation", href: "mailto:hello@nexusbillinggroup.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -438,58 +240,35 @@ export default function LandingPage() {
|
||||
logoText="Umer Saeed"
|
||||
columns={[
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://www.linkedin.com/in/umer-saeed-consultant",
|
||||
},
|
||||
label: "LinkedIn", href: "https://www.linkedin.com/in/umer-saeed-consultant"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:hello@nexusbillinggroup.com",
|
||||
},
|
||||
label: "Email", href: "mailto:hello@nexusbillinggroup.com"},
|
||||
{
|
||||
label: "Contact Form",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Form", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Why Choose Me",
|
||||
href: "#why-choose-me",
|
||||
},
|
||||
label: "Why Choose Me", href: "#why-choose-me"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "#",
|
||||
},
|
||||
label: "Case Studies", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user