Merge version_2 into main #4
@@ -1,55 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "HealthMate - AI Healthcare Navigation for Internationals", description: "Navigate healthcare confidently anywhere in the world. HealthMate's AI assistant helps students, expats, and travelers find doctors, understand local systems, and book appointments in their language.", keywords: "healthcare navigation, international students health, expat healthcare, telemedicine, AI health assistant, global healthcare", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "HealthMate - AI Healthcare Navigation for Internationals", description: "Your AI-powered companion for navigating healthcare abroad. Connect with trusted providers in 100+ countries.", url: "https://healthmate.app", siteName: "HealthMate", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/a-modern-ai-healthcare-navigation-dashbo-1772807176114-ccc69321.png", alt: "HealthMate Healthcare Navigation Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "HealthMate - Healthcare Navigation Made Simple", description: "Navigate healthcare confidently anywhere in the world with AI assistance.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/a-modern-ai-healthcare-navigation-dashbo-1772807176114-ccc69321.png"],
|
||||
},
|
||||
};
|
||||
title: "HealthMate - Navigate Healthcare with Confidence", description: "AI-powered healthcare navigation for international students, expats, and travelers. Connect with trusted providers in 100+ countries."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1417,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -64,11 +64,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Chat with Your AI Assistant", description: "Describe your healthcare needs in your own words. HealthMate understands your symptoms, preferences, and context.", tag: "Step 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/a-friendly-ai-conversational-agent-icon--1772807175319-0cf073ee.png?_wi=1", imageAlt: "AI Healthcare Assistant Interface"},
|
||||
id: "1", title: "Chat with Your AI Assistant", description: "Describe your healthcare needs in your own words. HealthMate understands your symptoms, preferences, and context.", tag: "Step 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/a-friendly-ai-conversational-agent-icon--1772807175319-0cf073ee.png?_wi=1", imageAlt: "AI Healthcare Assistant Interface"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Intelligent Localization", description: "Our AI navigates local healthcare systems, languages, and regulations in your country. Get tailored recommendations instantly.", tag: "Step 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/visual-representation-of-healthcare-loca-1772807175694-54e4b1d8.png?_wi=1", imageAlt: "Healthcare Localization Feature"},
|
||||
id: "2", title: "Intelligent Localization", description: "Our AI navigates local healthcare systems, languages, and regulations in your country. Get tailored recommendations instantly.", tag: "Step 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/visual-representation-of-healthcare-loca-1772807175694-54e4b1d8.png?_wi=1", imageAlt: "Healthcare Localization Feature"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Connect & Schedule", description: "Browse verified healthcare providers, check availability in real-time, and book appointments without hassle.", tag: "Step 3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/real-time-healthcare-provider-database-v-1772807176703-84f9a17e.png?_wi=1", imageAlt: "Real-Time Provider Booking"},
|
||||
id: "3", title: "Connect & Schedule", description: "Browse verified healthcare providers, check availability in real-time, and book appointments without hassle.", tag: "Step 3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/real-time-healthcare-provider-database-v-1772807176703-84f9a17e.png?_wi=1", imageAlt: "Real-Time Provider Booking"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -83,13 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Multilingual Support", description: "Communicate in your native language. HealthMate supports 50+ languages for seamless healthcare navigation.", tag: "Languages", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/visual-representation-of-healthcare-loca-1772807175694-54e4b1d8.png?_wi=2", imageAlt: "Multilingual Healthcare Support"},
|
||||
id: "1", title: "Multilingual Support", description: "Communicate in your native language. HealthMate supports 50+ languages for seamless healthcare navigation.", tag: "Languages", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/visual-representation-of-healthcare-loca-1772807175694-54e4b1d8.png?_wi=2", imageAlt: "Multilingual Healthcare Support"
|
||||
},
|
||||
{
|
||||
id: "2", title: "AI-First Intelligence", description: "Advanced conversational AI learns your preferences and provides personalized healthcare recommendations.", tag: "Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/a-friendly-ai-conversational-agent-icon--1772807175319-0cf073ee.png?_wi=2", imageAlt: "AI Intelligence Technology"},
|
||||
id: "2", title: "AI-First Intelligence", description: "Advanced conversational AI learns your preferences and provides personalized healthcare recommendations.", tag: "Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/a-friendly-ai-conversational-agent-icon--1772807175319-0cf073ee.png?_wi=2", imageAlt: "AI Intelligence Technology"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Verified Providers", description: "Access a carefully curated database of licensed healthcare professionals verified in 100+ countries.", tag: "Trust", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/real-time-healthcare-provider-database-v-1772807176703-84f9a17e.png?_wi=2", imageAlt: "Verified Healthcare Providers"},
|
||||
id: "3", title: "Verified Providers", description: "Access a carefully curated database of licensed healthcare professionals verified in 100+ countries.", tag: "Trust", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/real-time-healthcare-provider-database-v-1772807176703-84f9a17e.png?_wi=2", imageAlt: "Verified Healthcare Providers"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Cultural Awareness", description: "Understands healthcare differences across countries and helps you navigate unfamiliar systems confidently.", tag: "Context", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/visual-representation-of-healthcare-loca-1772807175694-54e4b1d8.png?_wi=3", imageAlt: "Cultural Healthcare Navigation"},
|
||||
id: "4", title: "Cultural Awareness", description: "Understands healthcare differences across countries and helps you navigate unfamiliar systems confidently.", tag: "Context", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/visual-representation-of-healthcare-loca-1772807175694-54e4b1d8.png?_wi=3", imageAlt: "Cultural Healthcare Navigation"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,16 +114,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "For International Students", handle: "New to healthcare", testimonial: "Navigate campus health services, find affordable clinics, manage prescriptions—all explained in your language without confusion.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-happy-international-studen-1772807174614-b832234d.png?_wi=1"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-happy-international-studen-1772807174614-b832234d.png?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "2", name: "For Expats & Professionals", handle: "Working abroad", testimonial: "Understand local health insurance, find English-speaking doctors, schedule specialist appointments with confidence.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-satisfied-expat-profession-1772807174481-e8e36828.png?_wi=1"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-satisfied-expat-profession-1772807174481-e8e36828.png?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "3", name: "For Digital Nomads", handle: "Always traveling", testimonial: "Get healthcare support across countries, find temporary clinics, manage health records seamlessly while on the move.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-happy-traveler-or-digital--1772807174813-da8fb0e5.png?_wi=1"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-happy-traveler-or-digital--1772807174813-da8fb0e5.png?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "4", name: "For Families & Guardians", handle: "Supporting loved ones", testimonial: "Monitor health needs of family members abroad, coordinate care across time zones, stay informed and connected.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-warm-caring-person-represe-1772807175251-88813c36.png?_wi=1"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-warm-caring-person-represe-1772807175251-88813c36.png?_wi=1"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,22 +144,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", handle: "@sarahchen_sg", testimonial: "As a student in Singapore, I was terrified about finding healthcare. HealthMate made everything so simple. The AI even helped me understand insurance terminology!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-happy-international-studen-1772807174614-b832234d.png?_wi=2"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-happy-international-studen-1772807174614-b832234d.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Rodriguez", handle: "@marcusrod_berlin", testimonial: "Moving to Berlin was stressful, but HealthMate guided me through the entire healthcare registration process. Finally, a tool built for expats like me.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-satisfied-expat-profession-1772807174481-e8e36828.png?_wi=2"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-satisfied-expat-profession-1772807174481-e8e36828.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Priya Patel", handle: "@nomad_priya", testimonial: "I travel constantly for work. HealthMate is my lifeline—it finds doctors in any city and manages my health records across borders seamlessly.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-happy-traveler-or-digital--1772807174813-da8fb0e5.png?_wi=2"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-happy-traveler-or-digital--1772807174813-da8fb0e5.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Thompson", handle: "@james_family", testimonial: "My daughter is studying abroad and I was worried. HealthMate lets me stay informed about her healthcare without being intrusive. Brilliant solution.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-warm-caring-person-represe-1772807175251-88813c36.png?_wi=2"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-warm-caring-person-represe-1772807175251-88813c36.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Yuki Tanaka", handle: "@yukitanaka_tokyo", testimonial: "The multilingual support is incredible. As a non-native speaker, I felt so confused about healthcare until HealthMate. Now I'm confident and informed.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-happy-international-studen-1772807174614-b832234d.png?_wi=3"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-happy-international-studen-1772807174614-b832234d.png?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Elena Rossi", handle: "@elena_milan", testimonial: "HealthMate's AI actually understands healthcare differences between Italy and my home country. This level of cultural awareness is exactly what I needed.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-satisfied-expat-profession-1772807174481-e8e36828.png?_wi=3"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/portrait-of-a-satisfied-expat-profession-1772807174481-e8e36828.png?_wi=3"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,15 +184,20 @@ export default function LandingPage() {
|
||||
imageAlt="HealthMate Help and Support"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Is HealthMate available in my country?", content: "HealthMate is currently available in 100+ countries across Europe, Asia, North America, and beyond. We're rapidly expanding. Enter your country on our app to check availability or join our waitlist."},
|
||||
id: "1", title: "Is HealthMate available in my country?", content: "HealthMate is currently available in 100+ countries across Europe, Asia, North America, and beyond. We're rapidly expanding. Enter your country on our app to check availability or join our waitlist."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How does HealthMate protect my health data?", content: "Your health information is encrypted end-to-end using HIPAA-compliant security standards. We never share your data with third parties without explicit consent. Privacy is our foundation."},
|
||||
id: "2", title: "How does HealthMate protect my health data?", content: "Your health information is encrypted end-to-end using HIPAA-compliant security standards. We never share your data with third parties without explicit consent. Privacy is our foundation."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can HealthMate help with emergency situations?", content: "Yes. Our AI provides instant guidance for emergencies and connects you to local emergency services with language translation support. For life-threatening situations, always call local emergency numbers first."},
|
||||
id: "3", title: "Can HealthMate help with emergency situations?", content: "Yes. Our AI provides instant guidance for emergencies and connects you to local emergency services with language translation support. For life-threatening situations, always call local emergency numbers first."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Is there a cost to use HealthMate?", content: "HealthMate's core navigation features are free. We also offer premium plans with additional benefits like virtual consultations and priority provider access starting at $4.99/month."},
|
||||
id: "4", title: "Is there a cost to use HealthMate?", content: "HealthMate's core navigation features are free. We also offer premium plans with additional benefits like virtual consultations and priority provider access starting at $4.99/month."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How accurate is the AI healthcare advice?", content: "HealthMate's AI provides informational guidance only—not medical diagnosis. All recommendations are reviewed by licensed medical advisors and always suggest consulting qualified healthcare professionals."},
|
||||
id: "5", title: "How accurate is the AI healthcare advice?", content: "HealthMate's AI provides informational guidance only—not medical diagnosis. All recommendations are reviewed by licensed medical advisors and always suggest consulting qualified healthcare professionals."
|
||||
},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user