Merge version_2 into main #3
@@ -1,59 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Nunito_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "State Billing Services - Medical Billing & Revenue Cycle Management",
|
||||
description: "AI-powered medical billing and revenue cycle management for healthcare providers nationwide. 98% clean claim rate. Increase collections by 25%. HIPAA compliant. Get a free revenue audit.",
|
||||
keywords: "medical billing, revenue cycle management, healthcare billing services, denial management, medical coding, HIPAA compliant billing, healthcare provider services",
|
||||
metadataBase: new URL("https://statebillingservices.com"),
|
||||
alternates: {
|
||||
canonical: "https://statebillingservices.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "State Billing Services - Maximize Revenue, Minimize Denials",
|
||||
description: "AI-powered medical billing services helping healthcare practices increase collections by 25% and reduce denials by 30%. HIPAA compliant, nationwide service.",
|
||||
url: "https://statebillingservices.com",
|
||||
siteName: "State Billing Services",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/a-modern-medical-billing-dashboard-inter-1772634542531-226a38af.png",
|
||||
alt: "Medical billing dashboard",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "State Billing Services - Medical Billing Experts",
|
||||
description: "Maximize revenue with AI-powered medical billing. 98% clean claim rate. Reduce denials by 30%. Free revenue audit.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/a-modern-medical-billing-dashboard-inter-1772634542531-226a38af.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "State Billing Services - Medical Billing & Revenue Cycle Management", description: "AI-powered medical billing solutions for healthcare practices. Increase collections by 20-30%, reduce denials, and accelerate reimbursements. HIPAA compliant. 98% clean claim rate."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunitoSans.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,23 +54,31 @@ export default function HomePage() {
|
||||
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", 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", 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" },
|
||||
@@ -94,19 +102,23 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "98%", title: "Clean Claim Rate", items: [
|
||||
"Industry-leading accuracy", "Reduced rejections and rework", "Faster reimbursements"],
|
||||
"Reduces claim rework by 85%", "Cuts manual review time by 60%", "Improves cash flow within 30 days"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", value: "30%", title: "Average Denial Reduction", items: [
|
||||
"AI-powered claim scrubbing", "Predictive denial detection", "Proactive A/R follow-up"],
|
||||
"Decreases denial costs by 40%", "Recovers $50K+ per practice annually", "Recovers denied revenue within 45 days"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", value: "25%", title: "Revenue Increase", items: [
|
||||
"Optimized billing workflows", "Maximized collections", "Strategic coding practices"],
|
||||
"Increases collections per FTE by 40%", "Maximizes billing compliance by 95%", "Adds $75K+ annual revenue per provider"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4", value: "<30", title: "Days Average A/R", items: [
|
||||
"Accelerated payment cycles", "Improved cash flow", "Real-time tracking"],
|
||||
"Frees up $100K+ in cash flow", "Improves cash flow within 30 days", "Reduces working capital needs by 35%"
|
||||
],
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -163,27 +175,33 @@ export default function HomePage() {
|
||||
{
|
||||
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"},
|
||||
"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"},
|
||||
"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"},
|
||||
"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"},
|
||||
"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"},
|
||||
"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"},
|
||||
"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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -247,4 +265,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user