Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-03-06 16:08:51 +00:00
3 changed files with 39 additions and 55 deletions

View File

@@ -1,53 +1,26 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { Poppins } from "next/font/google";
import "./styles/variables.css";
import "./styles/base.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "HealthMate: AI Healthcare Navigation for Insurance Partners", description: "Reduce support costs, improve expat retention, and modernize your digital offering with HealthMate's AI-first healthcare navigation platform for insurance companies.", keywords: "healthcare navigation, AI insurance platform, expat healthcare, international health plans, support cost reduction, digital health insurance", metadataBase: new URL("https://healthmate.io"),
alternates: {
canonical: "https://healthmate.io"},
openGraph: {
title: "HealthMate: AI Healthcare Navigation for Insurance Partners", description: "Partner with HealthMate to reduce support costs by 40%, improve policy retention, and empower international policyholders with AI-driven healthcare navigation.", url: "https://healthmate.io", siteName: "HealthMate", type: "website"},
twitter: {
card: "summary_large_image", title: "HealthMate: AI Healthcare Navigation for Insurance Companies", description: "Reduce support costs & improve customer retention with AI-powered healthcare guidance for expat policyholders."},
robots: {
index: true,
follow: true,
},
};
title: "HealthMate", description: "AI-first healthcare navigation platform for international policyholders"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${poppins.variable}`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1415,7 +1388,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -76,11 +76,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Support Ticket Overload", description: "Expats and international students flood your support channels with basic navigation questions, straining resources and delaying response times.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-minimalist-icon-illustration-showing-a-1772812191976-c3d6b162.png", imageAlt: "A minimalist icon illustration showing a frustrated customer support representative"},
title: "Support Ticket Overload", description: "Expats and international students flood your support channels with basic navigation questions, straining resources and delaying response times.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-minimalist-icon-illustration-showing-a-1772812191976-c3d6b162.png", imageAlt: "A minimalist icon illustration showing a frustrated customer support representative"
},
{
title: "Language & Cultural Barriers", description: "Without localized guidance, policyholders struggle to understand local healthcare systems, insurance coverage nuances, and provider networks in their new country.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-minimalist-icon-showing-communication--1772812190177-cd9e1108.png", imageAlt: "A minimalist icon showing communication barriers"},
title: "Language & Cultural Barriers", description: "Without localized guidance, policyholders struggle to understand local healthcare systems, insurance coverage nuances, and provider networks in their new country.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-minimalist-icon-showing-communication--1772812190177-cd9e1108.png", imageAlt: "A minimalist icon showing communication barriers"
},
{
title: "Churn & Dissatisfaction", description: "Frustrated customers leave for competitors with better digital support. NPS drops, retention suffers, and acquisition costs skyrocket to replace lost international segments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-minimalist-icon-representing-customer--1772812191344-c6ed64ff.png", imageAlt: "A minimalist icon representing customer churn"},
title: "Churn & Dissatisfaction", description: "Frustrated customers leave for competitors with better digital support. NPS drops, retention suffers, and acquisition costs skyrocket to replace lost international segments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-minimalist-icon-representing-customer--1772812191344-c6ed64ff.png", imageAlt: "A minimalist icon representing customer churn"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -98,11 +101,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Centralized Care Hub", description: "Policyholders access medical records, track medications, and view upcoming appointments in one intuitive interface. No more lost documents or double-booking confusion.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-realistic-mobile-phone-mockup-displayi-1772812191908-28aec6d8.png?_wi=2", imageAlt: "A realistic mobile phone mockup displaying the HealthMate home screen"},
title: "Centralized Care Hub", description: "Policyholders access medical records, track medications, and view upcoming appointments in one intuitive interface. No more lost documents or double-booking confusion.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-realistic-mobile-phone-mockup-displayi-1772812191908-28aec6d8.png?_wi=2", imageAlt: "A realistic mobile phone mockup displaying the HealthMate home screen"
},
{
title: "Smart Provider Discovery", description: "HealthMate routes policyholders to in-network, highly-rated, language-appropriate clinics. Real-time availability, ratings, and instant contact integration reduce out-of-network claims and boost satisfaction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-mobile-phone-mockup-showing-the-health-1772812192942-149c6bfb.png?_wi=2", imageAlt: "A mobile phone mockup showing the HealthMate providers directory"},
title: "Smart Provider Discovery", description: "HealthMate routes policyholders to in-network, highly-rated, language-appropriate clinics. Real-time availability, ratings, and instant contact integration reduce out-of-network claims and boost satisfaction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-mobile-phone-mockup-showing-the-health-1772812192942-149c6bfb.png?_wi=2", imageAlt: "A mobile phone mockup showing the HealthMate providers directory"
},
{
title: "Localized Guidelines & Education", description: "Illustrated cards teach policyholders about local healthcare processes, insurance coverage rules, and emergency protocols—proactively deflecting 40%+ of routine support inquiries before they happen.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-mobile-phone-mockup-showing-healthmate-1772812191544-d3f10e87.png?_wi=2", imageAlt: "A mobile phone mockup showing HealthMate guidelines screen"},
title: "Localized Guidelines & Education", description: "Illustrated cards teach policyholders about local healthcare processes, insurance coverage rules, and emergency protocols—proactively deflecting 40%+ of routine support inquiries before they happen.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-mobile-phone-mockup-showing-healthmate-1772812191544-d3f10e87.png?_wi=2", imageAlt: "A mobile phone mockup showing HealthMate guidelines screen"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -161,17 +167,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "test-1", title: "Support Costs Down, Customer Happiness Up", quote: "We cut our expat-related support tickets by 35% in the first three months. HealthMate's localized guidance has been a game-changer for our international segment's satisfaction scores.", name: "Margaret Chen", role: "VP of Customer Experience", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-photo-of-a-confi-1772812191035-b52464ba.png", imageAlt: "A professional headshot photo of a confident insurance executive woman"},
id: "test-1", title: "Support Costs Down, Customer Happiness Up", quote: "We cut our expat-related support tickets by 35% in the first three months. HealthMate's localized guidance has been a game-changer for our international segment's satisfaction scores.", name: "Margaret Chen", role: "VP of Customer Experience", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-photo-of-a-confi-1772812191035-b52464ba.png", imageAlt: "A professional headshot photo of a confident insurance executive woman"
},
{
id: "test-2", title: "Retention Metrics Speak for Themselves", quote: "Our international policyholder churn dropped significantly. Expats feel supported and empowered, and we've seen a 22% lift in policy renewals since launch.", name: "David Kowalski", role: "Chief Strategy Officer, Global Insurance Co.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-photo-of-a-confi-1772812190816-a4280eeb.png", imageAlt: "A professional headshot photo of a confident male insurance director"},
id: "test-2", title: "Retention Metrics Speak for Themselves", quote: "Our international policyholder churn dropped significantly. Expats feel supported and empowered, and we've seen a 22% lift in policy renewals since launch.", name: "David Kowalski", role: "Chief Strategy Officer, Global Insurance Co.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-photo-of-a-confi-1772812190816-a4280eeb.png", imageAlt: "A professional headshot photo of a confident male insurance director"
},
{
id: "test-3", title: "Seamless Integration, Immediate Impact", quote: "The white-label integration was painless. Within weeks, our policyholders had a premium digital experience. HealthMate felt like it was built for our brand.", name: "Priya Sharma", role: "Director of Digital Operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-of-a-healthcare--1772812191672-4db7d861.png", imageAlt: "A professional headshot of a healthcare operations manager woman"},
id: "test-3", title: "Seamless Integration, Immediate Impact", quote: "The white-label integration was painless. Within weeks, our policyholders had a premium digital experience. HealthMate felt like it was built for our brand.", name: "Priya Sharma", role: "Director of Digital Operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-of-a-healthcare--1772812191672-4db7d861.png", imageAlt: "A professional headshot of a healthcare operations manager woman"
},
{
id: "test-4", title: "A Modernization Win We Needed", quote: "Our board wanted to see innovation in our digital stack. HealthMate proved we're serious about serving the modern expat population. It's competitive differentiation.", name: "James Richardson", role: "CEO, Global Health Solutions Inc.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-of-an-insurance--1772812191162-eaca5ff4.png", imageAlt: "A professional headshot of an insurance CEO"},
id: "test-4", title: "A Modernization Win We Needed", quote: "Our board wanted to see innovation in our digital stack. HealthMate proved we're serious about serving the modern expat population. It's competitive differentiation.", name: "James Richardson", role: "CEO, Global Health Solutions Inc.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-of-an-insurance--1772812191162-eaca5ff4.png", imageAlt: "A professional headshot of an insurance CEO"
},
{
id: "test-5", title: "Language Support That Actually Works", quote: "Our teams in Japan, Germany, and Brazil all report that Mate's localized responses have dramatically improved customer understanding. The cultural nuance is impressive.", name: "Sofia Mendez", role: "Product Manager, International Health Plans", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-of-a-health-insu-1772812190840-e7eca753.png", imageAlt: "A professional headshot of a health insurance product manager woman"},
id: "test-5", title: "Language Support That Actually Works", quote: "Our teams in Japan, Germany, and Brazil all report that Mate's localized responses have dramatically improved customer understanding. The cultural nuance is impressive.", name: "Sofia Mendez", role: "Product Manager, International Health Plans", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-of-a-health-insu-1772812190840-e7eca753.png", imageAlt: "A professional headshot of a health insurance product manager woman"
},
{
id: "test-6", title: "The Partner We Wanted to Find", quote: "HealthMate isn't just a vendor—they're genuinely invested in solving the expat insurance puzzle. Their team understands our business and our policyholders.", name: "Thomas Bergström", role: "VP of Partnerships, Nordic Insurance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-of-a-customer-su-1772812191131-db8f22bf.png", imageAlt: "A professional headshot of a customer success director"},
id: "test-6", title: "The Partner We Wanted to Find", quote: "HealthMate isn't just a vendor—they're genuinely invested in solving the expat insurance puzzle. Their team understands our business and our policyholders.", name: "Thomas Bergström", role: "VP of Partnerships, Nordic Insurance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZtovNPwkD0CpsUoMP3qv3biOW/a-professional-headshot-of-a-customer-su-1772812191131-db8f22bf.png", imageAlt: "A professional headshot of a customer success director"
},
]}
/>
</div>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-roboto), sans-serif;
font-family: var(--font-poppins), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-roboto), sans-serif;
font-family: var(--font-poppins), sans-serif;
}