Merge version_1 into main #2
189
src/app/page.tsx
189
src/app/page.tsx
@@ -30,7 +30,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -51,42 +51,26 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Maximize Revenue. Minimize Denials. AI-Powered Medical Billing Experts."
|
||||
description="Helping healthcare practices increase collections by 20–30% with advanced revenue cycle management solutions. HIPAA compliant. 98% clean claim rate. Nationwide service. Certified billing experts."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/a-modern-medical-billing-dashboard-inter-1772634542531-226a38af.png",
|
||||
imageAlt: "Medical billing dashboard interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/a-modern-medical-billing-dashboard-inter-1772634542531-226a38af.png", imageAlt: "Medical billing dashboard interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/insurance-claim-processing-system-interf-1772634542259-225db985.png",
|
||||
imageAlt: "Insurance claim processing system",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/insurance-claim-processing-system-interf-1772634542259-225db985.png", imageAlt: "Insurance claim processing system"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/revenue-analytics-and-reporting-dashboar-1772634548221-e468760e.png",
|
||||
imageAlt: "Revenue analytics and reporting",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/revenue-analytics-and-reporting-dashboar-1772634548221-e468760e.png", imageAlt: "Revenue analytics and reporting"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/payment-tracking-and-accounts-receivable-1772634541842-cc5a0a60.png",
|
||||
imageAlt: "Payment tracking system",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/payment-tracking-and-accounts-receivable-1772634541842-cc5a0a60.png", imageAlt: "Payment tracking system"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-healthcare-team-members-wor-1772634541178-56c30923.png",
|
||||
imageAlt: "Healthcare professionals using billing software",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-healthcare-team-members-wor-1772634541178-56c30923.png", imageAlt: "Healthcare professionals using billing software"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/hipaa-compliance-and-security-features-v-1772634541367-50602390.png?_wi=1",
|
||||
imageAlt: "HIPAA compliance and security features",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/hipaa-compliance-and-security-features-v-1772634541367-50602390.png", imageAlt: "HIPAA compliance and security features"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/ai-powered-claim-scrubbing-technology-vi-1772634541404-81ab607e.png?_wi=1",
|
||||
imageAlt: "AI-powered claim scrubbing technology",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/ai-powered-claim-scrubbing-technology-vi-1772634541404-81ab607e.png", imageAlt: "AI-powered claim scrubbing technology"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/denial-management-and-appeals-process-fl-1772634541976-94deeefd.png",
|
||||
imageAlt: "Denial management and appeals process",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/denial-management-and-appeals-process-fl-1772634541976-94deeefd.png", imageAlt: "Denial management and appeals process"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Free Revenue Audit", href: "/contact" },
|
||||
@@ -109,44 +93,20 @@ export default function HomePage() {
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
title: "Clean Claim Rate",
|
||||
items: [
|
||||
"Industry-leading accuracy",
|
||||
"Reduced rejections and rework",
|
||||
"Faster reimbursements",
|
||||
],
|
||||
id: "1", value: "98%", title: "Clean Claim Rate", items: [
|
||||
"Industry-leading accuracy", "Reduced rejections and rework", "Faster reimbursements"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "30%",
|
||||
title: "Average Denial Reduction",
|
||||
items: [
|
||||
"AI-powered claim scrubbing",
|
||||
"Predictive denial detection",
|
||||
"Proactive A/R follow-up",
|
||||
],
|
||||
id: "2", value: "30%", title: "Average Denial Reduction", items: [
|
||||
"AI-powered claim scrubbing", "Predictive denial detection", "Proactive A/R follow-up"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "25%",
|
||||
title: "Revenue Increase",
|
||||
items: [
|
||||
"Optimized billing workflows",
|
||||
"Maximized collections",
|
||||
"Strategic coding practices",
|
||||
],
|
||||
id: "3", value: "25%", title: "Revenue Increase", items: [
|
||||
"Optimized billing workflows", "Maximized collections", "Strategic coding practices"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "<30",
|
||||
title: "Days Average A/R",
|
||||
items: [
|
||||
"Accelerated payment cycles",
|
||||
"Improved cash flow",
|
||||
"Real-time tracking",
|
||||
],
|
||||
id: "4", value: "<30", title: "Days Average A/R", items: [
|
||||
"Accelerated payment cycles", "Improved cash flow", "Real-time tracking"],
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -163,33 +123,25 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-team-of-medical-billing-exp-1772634540824-0c36d4f1.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-team-of-medical-billing-exp-1772634540824-0c36d4f1.png"
|
||||
imageAlt="State Billing Services team collaborating on medical billing solutions"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "20+ Years Combined Experience",
|
||||
description:
|
||||
"Expert certified billing professionals with decades of healthcare industry expertise",
|
||||
icon: Users,
|
||||
title: "20+ Years Combined Experience", description:
|
||||
"Expert certified billing professionals with decades of healthcare industry expertise", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "National Coverage",
|
||||
description:
|
||||
"Serving healthcare practices across all 50 states with consistent quality and compliance",
|
||||
icon: Globe,
|
||||
title: "National Coverage", description:
|
||||
"Serving healthcare practices across all 50 states with consistent quality and compliance", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "HIPAA Compliant",
|
||||
description:
|
||||
"100% HIPAA compliant with secure data encryption and access control systems",
|
||||
icon: Shield,
|
||||
title: "HIPAA Compliant", description:
|
||||
"100% HIPAA compliant with secure data encryption and access control systems", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "AI-Powered Technology",
|
||||
description:
|
||||
"Advanced automation for claim scrubbing, eligibility verification, and A/R management",
|
||||
icon: Zap,
|
||||
title: "AI-Powered Technology", description:
|
||||
"Advanced automation for claim scrubbing, eligibility verification, and A/R management", icon: Zap,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn Our Services", href: "/services" }]}
|
||||
@@ -206,70 +158,33 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Sarah Mitchell",
|
||||
handle: "Family Medicine Practice - Texas",
|
||||
testimonial:
|
||||
"State Billing Services increased our collections by 28% in just 60 days. Their AI technology caught billing errors we never would have found manually. Highly recommend!",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-portrait-of-dr-sar-1772634540270-3b72f286.png?_wi=1",
|
||||
imageAlt: "Dr. Sarah Mitchell",
|
||||
},
|
||||
id: "1", name: "Dr. Sarah Mitchell", handle: "Family Medicine Practice - Texas", testimonial:
|
||||
"State Billing Services increased our collections by 28% in just 60 days. Their AI technology caught billing errors we never would have found manually. Highly recommend!", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-portrait-of-dr-sar-1772634540270-3b72f286.png", imageAlt: "Dr. Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Cardiology Center - California",
|
||||
testimonial:
|
||||
"The denial rate dropped from 18% to 5% after implementing their system. The real-time analytics help us spot issues immediately. Game-changing for our practice.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-portrait-of-michae-1772634540149-c93eda15.png",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Cardiology Center - California", testimonial:
|
||||
"The denial rate dropped from 18% to 5% after implementing their system. The real-time analytics help us spot issues immediately. Game-changing for our practice.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-portrait-of-michae-1772634540149-c93eda15.png", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Rodriguez",
|
||||
handle: "Behavioral Health Clinic - Florida",
|
||||
testimonial:
|
||||
"Professional, responsive, and truly HIPAA-compliant. They handle everything from coding to appeals. We finally have peace of mind about our billing.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-of-jennifer-rodrig-1772634540008-cb9d196c.png",
|
||||
imageAlt: "Jennifer Rodriguez",
|
||||
},
|
||||
id: "3", name: "Jennifer Rodriguez", handle: "Behavioral Health Clinic - Florida", testimonial:
|
||||
"Professional, responsive, and truly HIPAA-compliant. They handle everything from coding to appeals. We finally have peace of mind about our billing.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-of-jennifer-rodrig-1772634540008-cb9d196c.png", imageAlt: "Jennifer Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. James Patterson",
|
||||
handle: "Orthopedic Surgery Group - New York",
|
||||
testimonial:
|
||||
"Outstanding service. Their team caught compliance issues that could have been costly. Revenue is up, denials are down, and our staff is less stressed.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-of-dr-james-patter-1772634540287-98066e6a.png",
|
||||
imageAlt: "Dr. James Patterson",
|
||||
},
|
||||
id: "4", name: "Dr. James Patterson", handle: "Orthopedic Surgery Group - New York", testimonial:
|
||||
"Outstanding service. Their team caught compliance issues that could have been costly. Revenue is up, denials are down, and our staff is less stressed.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-of-dr-james-patter-1772634540287-98066e6a.png", imageAlt: "Dr. James Patterson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amanda Garcia",
|
||||
handle: "Pain Management Practice - Arizona",
|
||||
testimonial:
|
||||
"Best decision we made for our practice. The combination of expert staff and AI technology is unbeatable. Our A/R days decreased dramatically.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-of-amanda-garcia-a-1772634539992-105695bb.png",
|
||||
imageAlt: "Amanda Garcia",
|
||||
},
|
||||
id: "5", name: "Amanda Garcia", handle: "Pain Management Practice - Arizona", testimonial:
|
||||
"Best decision we made for our practice. The combination of expert staff and AI technology is unbeatable. Our A/R days decreased dramatically.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-of-amanda-garcia-a-1772634539992-105695bb.png", imageAlt: "Amanda Garcia"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Dr. Robert Thompson",
|
||||
handle: "Urgent Care Network - Illinois",
|
||||
testimonial:
|
||||
"Transparent reporting, measurable results, and genuine partnership. State Billing Services truly cares about our success, not just processing claims.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-of-dr-robert-thomp-1772634540601-d444b591.png",
|
||||
imageAlt: "Dr. Robert Thompson",
|
||||
},
|
||||
id: "6", name: "Dr. Robert Thompson", handle: "Urgent Care Network - Illinois", testimonial:
|
||||
"Transparent reporting, measurable results, and genuine partnership. State Billing Services truly cares about our success, not just processing claims.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-of-dr-robert-thomp-1772634540601-d444b591.png", imageAlt: "Dr. Robert Thompson"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -294,8 +209,7 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -303,8 +217,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "Medical Billing", href: "#" },
|
||||
{ label: "Revenue Cycle Management", href: "#" },
|
||||
{ label: "Denial Management", href: "#" },
|
||||
@@ -312,8 +225,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Support", href: "#" },
|
||||
@@ -321,8 +233,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "HIPAA Notice", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user