Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ce2ae9981 | |||
| 246d766a46 | |||
| 2b458e4a99 |
@@ -6,43 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const dmSans = DM_Sans({
|
||||||
variable: "--font-dm-sans",
|
variable: "--font-dm-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "HealthValue AI | AI-Powered Healthcare Risk Analysis & Value Conversion",
|
title: "HealthValue AI | AI-Powered Healthcare Risk Analysis & Value Conversion", description: "Enterprise AI platform for healthcare risk stratification and value assignment. Transform clinical decisions with predictive analytics and intelligent patient health insights.", keywords: "healthcare AI, risk analysis, value conversion, patient stratification, health tech, predictive analytics, medical AI", metadataBase: new URL("https://healthvalueai.com"),
|
||||||
description: "Enterprise AI platform for healthcare risk stratification and value assignment. Transform clinical decisions with predictive analytics and intelligent patient health insights.",
|
|
||||||
keywords: "healthcare AI, risk analysis, value conversion, patient stratification, health tech, predictive analytics, medical AI",
|
|
||||||
metadataBase: new URL("https://healthvalueai.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://healthvalueai.com",
|
canonical: "https://healthvalueai.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "HealthValue AI | Transform Healthcare with AI-Powered Risk Analysis",
|
title: "HealthValue AI | Transform Healthcare with AI-Powered Risk Analysis", description: "Enterprise AI platform enabling healthcare organizations to analyze patient risk and assign precise value metrics for better outcomes.", url: "https://healthvalueai.com", siteName: "HealthValue AI", type: "website", images: [
|
||||||
description: "Enterprise AI platform enabling healthcare organizations to analyze patient risk and assign precise value metrics for better outcomes.",
|
|
||||||
url: "https://healthvalueai.com",
|
|
||||||
siteName: "HealthValue AI",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png",
|
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png", alt: "HealthValue AI Analytics Dashboard"},
|
||||||
alt: "HealthValue AI Analytics Dashboard",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "HealthValue AI | AI-Powered Healthcare Risk Analysis", description: "Transform healthcare decisions with AI-driven risk stratification and value assignment.", images: [
|
||||||
title: "HealthValue AI | AI-Powered Healthcare Risk Analysis",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png"],
|
||||||
description: "Transform healthcare decisions with AI-driven risk stratification and value assignment.",
|
|
||||||
images: [
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -1434,4 +1417,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
122
src/app/page.tsx
122
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{ label: "Platform", href: "/features" },
|
{ label: "Platform", href: "/features" },
|
||||||
{ label: "Pricing", href: "/pricing" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
{ label: "Security", href: "/" },
|
{ label: "Security", href: "/" },
|
||||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Customers", href: "/" },
|
{ label: "Customers", href: "/" },
|
||||||
{ label: "Blog", href: "/" },
|
{ label: "Blog", href: "/" },
|
||||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "Documentation", href: "/" },
|
{ label: "Documentation", href: "/" },
|
||||||
{ label: "API Reference", href: "/" },
|
{ label: "API Reference", href: "/" },
|
||||||
{ label: "Support", href: "/contact" },
|
{ label: "Support", href: "/contact" },
|
||||||
@@ -50,8 +47,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "/" },
|
{ label: "Privacy Policy", href: "/" },
|
||||||
{ label: "Terms of Service", href: "/" },
|
{ label: "Terms of Service", href: "/" },
|
||||||
{ label: "HIPAA Agreement", href: "/" },
|
{ label: "HIPAA Agreement", href: "/" },
|
||||||
@@ -99,17 +95,11 @@ export default function HomePage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-confident-hea-1772626177642-85c28171.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-confident-hea-1772626177642-85c28171.png", alt: "Healthcare Executive"},
|
||||||
alt: "Healthcare Executive",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-healthcare-da-1772626179502-2468bda8.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-healthcare-da-1772626179502-2468bda8.png", alt: "Medical Director"},
|
||||||
alt: "Medical Director",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-health-system-1772626176875-12f8da8f.png",
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-health-system-1772626176875-12f8da8f.png", alt: "Health System Administrator"},
|
||||||
alt: "Health System Administrator",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 200+ healthcare organizations"
|
avatarText="Trusted by 200+ healthcare organizations"
|
||||||
/>
|
/>
|
||||||
@@ -118,59 +108,29 @@ export default function HomePage() {
|
|||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentySix
|
<FeatureCardTwentySix
|
||||||
title="Advanced AI Capabilities"
|
title="Advanced AI Capabilities"
|
||||||
description="Explore the core features powering intelligent healthcare decision-making"
|
description="HIPAA-compliant and integrated with 500+ health systems. Explore the core features powering intelligent healthcare decision-making"
|
||||||
tag="Platform Features"
|
tag="Platform Features"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "AI Risk Engine",
|
title: "AI Risk Engine", description: "Advanced machine learning models that analyze patient health trajectories and identify high-risk populations with precision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/an-abstract-visualization-of-an-advanced-1772626177927-19d73d3a.png?_wi=1", imageAlt: "AI Risk Engine Interface", buttonIcon: ArrowRight,
|
||||||
description: "Advanced machine learning models that analyze patient health trajectories and identify high-risk populations with precision",
|
buttonHref: "/contact"},
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/an-abstract-visualization-of-an-advanced-1772626177927-19d73d3a.png?_wi=1",
|
|
||||||
imageAlt: "AI Risk Engine Interface",
|
|
||||||
buttonIcon: ArrowRight,
|
|
||||||
buttonHref: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Risk Stratification",
|
title: "Risk Stratification", description: "Automatically segment patients into risk tiers, enabling targeted interventions and personalized care pathways", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-healthcare-risk-assessment-visualizati-1772626179466-f4a2aa6e.png", imageAlt: "Risk Assessment Dashboard", buttonIcon: ArrowRight,
|
||||||
description: "Automatically segment patients into risk tiers, enabling targeted interventions and personalized care pathways",
|
buttonHref: "/contact"},
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-healthcare-risk-assessment-visualizati-1772626179466-f4a2aa6e.png",
|
|
||||||
imageAlt: "Risk Assessment Dashboard",
|
|
||||||
buttonIcon: ArrowRight,
|
|
||||||
buttonHref: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Value Assignment",
|
title: "Value Assignment", description: "Quantify patient health value through sophisticated algorithms that align clinical outcomes with financial metrics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-value-conversion-metrics-display-showi-1772626178901-0382fe7b.png", imageAlt: "Value Conversion Metrics", buttonIcon: ArrowRight,
|
||||||
description: "Quantify patient health value through sophisticated algorithms that align clinical outcomes with financial metrics",
|
buttonHref: "/contact"},
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-value-conversion-metrics-display-showi-1772626178901-0382fe7b.png",
|
|
||||||
imageAlt: "Value Conversion Metrics",
|
|
||||||
buttonIcon: ArrowRight,
|
|
||||||
buttonHref: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Predictive Analytics",
|
title: "Predictive Analytics", description: "Forecast health outcomes, identify intervention opportunities, and optimize resource allocation before issues emerge", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png?_wi=2", imageAlt: "Predictive Analytics Dashboard", buttonIcon: ArrowRight,
|
||||||
description: "Forecast health outcomes, identify intervention opportunities, and optimize resource allocation before issues emerge",
|
buttonHref: "/contact"},
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png?_wi=2",
|
|
||||||
imageAlt: "Predictive Analytics Dashboard",
|
|
||||||
buttonIcon: ArrowRight,
|
|
||||||
buttonHref: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Real-Time Monitoring",
|
title: "Real-Time Monitoring", description: "Continuous analysis of patient populations with instant alerts for emerging risks and value optimization opportunities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/an-abstract-visualization-of-an-advanced-1772626177927-19d73d3a.png?_wi=2", imageAlt: "Real-time Monitoring System", buttonIcon: ArrowRight,
|
||||||
description: "Continuous analysis of patient populations with instant alerts for emerging risks and value optimization opportunities",
|
buttonHref: "/contact"},
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/an-abstract-visualization-of-an-advanced-1772626177927-19d73d3a.png?_wi=2",
|
|
||||||
imageAlt: "Real-time Monitoring System",
|
|
||||||
buttonIcon: ArrowRight,
|
|
||||||
buttonHref: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Enterprise Integration",
|
title: "Enterprise Integration", description: "Seamless API connections to EHR systems, claims data, and existing healthcare infrastructure with minimal friction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png?_wi=3", imageAlt: "Enterprise Integration Interface", buttonIcon: ArrowRight,
|
||||||
description: "Seamless API connections to EHR systems, claims data, and existing healthcare infrastructure with minimal friction",
|
buttonHref: "/contact"},
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png?_wi=3",
|
|
||||||
imageAlt: "Enterprise Integration Interface",
|
|
||||||
buttonIcon: ArrowRight,
|
|
||||||
buttonHref: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -206,41 +166,17 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Dr. Sarah Mitchell", role: "Chief Medical Officer", company: "Metropolitan Health System", rating: 5,
|
||||||
name: "Dr. Sarah Mitchell",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-confident-hea-1772626177642-85c28171.png", imageAlt: "Dr. Sarah Mitchell"},
|
||||||
role: "Chief Medical Officer",
|
|
||||||
company: "Metropolitan Health System",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-confident-hea-1772626177642-85c28171.png",
|
|
||||||
imageAlt: "Dr. Sarah Mitchell",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "James Chen", role: "VP Analytics & Insights", company: "Pacific Healthcare Alliance", rating: 5,
|
||||||
name: "James Chen",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-healthcare-da-1772626179502-2468bda8.png", imageAlt: "James Chen"},
|
||||||
role: "VP Analytics & Insights",
|
|
||||||
company: "Pacific Healthcare Alliance",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-healthcare-da-1772626179502-2468bda8.png",
|
|
||||||
imageAlt: "James Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Maria Rodriguez", role: "Health System CFO", company: "Midwest Regional Hospital Group", rating: 5,
|
||||||
name: "Maria Rodriguez",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-health-system-1772626176875-12f8da8f.png", imageAlt: "Maria Rodriguez"},
|
||||||
role: "Health System CFO",
|
|
||||||
company: "Midwest Regional Hospital Group",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-health-system-1772626176875-12f8da8f.png",
|
|
||||||
imageAlt: "Maria Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Patel", role: "Innovation Officer", company: "Northeast Care Consortium", rating: 5,
|
||||||
name: "David Patel",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-healthcare-in-1772626177522-2ebadc99.png", imageAlt: "David Patel"},
|
||||||
role: "Innovation Officer",
|
|
||||||
company: "Northeast Care Consortium",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/professional-headshot-of-a-healthcare-in-1772626177522-2ebadc99.png",
|
|
||||||
imageAlt: "David Patel",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -275,4 +211,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user