Merge version_3 into main #5
@@ -5,7 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "HealthMate - Navigate Healthcare with Confidence", description: "AI-powered healthcare navigation for international students, expats, and travelers. Connect with trusted providers in 100+ countries."};
|
||||
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,
|
||||
|
||||
@@ -8,6 +8,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Heart, Globe, Users, Shield, Zap, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -107,6 +108,7 @@ export default function LandingPage() {
|
||||
description="Trusted by students, expats, and travelers worldwide"
|
||||
textboxLayout="default"
|
||||
tag="Use Cases"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -114,19 +116,19 @@ 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", icon: Users
|
||||
},
|
||||
{
|
||||
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", icon: Globe
|
||||
},
|
||||
{
|
||||
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", icon: Zap
|
||||
},
|
||||
{
|
||||
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", icon: Shield
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -138,6 +140,7 @@ export default function LandingPage() {
|
||||
description="Real stories from people who found healthcare clarity with HealthMate"
|
||||
textboxLayout="default"
|
||||
tag="Testimonials"
|
||||
tagIcon={Heart}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
showRating={true}
|
||||
@@ -175,6 +178,7 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about HealthMate"
|
||||
tag="Support"
|
||||
tagIcon={Clock}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -182,6 +186,7 @@ export default function LandingPage() {
|
||||
mediaPosition="left"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZjRSUOlY6fGf58acjl65OMYb7/a-modern-ai-healthcare-navigation-dashbo-1772807176114-ccc69321.png?_wi=2"
|
||||
imageAlt="HealthMate Help and Support"
|
||||
mediaAnimation="none"
|
||||
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."
|
||||
@@ -199,13 +204,13 @@ export default function LandingPage() {
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Get Started"
|
||||
tagIcon={Zap}
|
||||
title="Ready to Navigate Healthcare with Confidence?"
|
||||
description="Join thousands of international students, expats, and travelers who've transformed their healthcare experience. Start your conversation with HealthMate today."
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user