4 Commits

Author SHA1 Message Date
c797839287 Merge version_3 into main
Merge version_3 into main
2026-03-06 15:28:55 +00:00
500b9c6470 Update src/app/page.tsx 2026-03-06 15:28:50 +00:00
cbcaa4fb15 Update src/app/layout.tsx 2026-03-06 15:28:50 +00:00
1dd10a6740 Merge version_2 into main
Merge version_2 into main
2026-03-06 15:21:56 +00:00
2 changed files with 12 additions and 6 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { 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({ export default function RootLayout({
children, children,

View File

@@ -8,6 +8,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import { Heart, Globe, Users, Shield, Zap, Clock } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -107,6 +108,7 @@ export default function LandingPage() {
description="Trusted by students, expats, and travelers worldwide" description="Trusted by students, expats, and travelers worldwide"
textboxLayout="default" textboxLayout="default"
tag="Use Cases" tag="Use Cases"
tagIcon={Heart}
tagAnimation="slide-up" tagAnimation="slide-up"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -114,19 +116,19 @@ export default function LandingPage() {
testimonials={[ 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, 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, 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, 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, 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" description="Real stories from people who found healthcare clarity with HealthMate"
textboxLayout="default" textboxLayout="default"
tag="Testimonials" tag="Testimonials"
tagIcon={Heart}
animationType="slide-up" animationType="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
showRating={true} showRating={true}
@@ -175,6 +178,7 @@ export default function LandingPage() {
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Everything you need to know about HealthMate" description="Everything you need to know about HealthMate"
tag="Support" tag="Support"
tagIcon={Clock}
textboxLayout="default" textboxLayout="default"
animationType="smooth" animationType="smooth"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -182,6 +186,7 @@ export default function LandingPage() {
mediaPosition="left" 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" 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" imageAlt="HealthMate Help and Support"
mediaAnimation="none"
faqs={[ 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."
@@ -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." 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>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
tag="Get Started" tag="Get Started"
tagIcon={Zap}
title="Ready to Navigate Healthcare with Confidence?" 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." description="Join thousands of international students, expats, and travelers who've transformed their healthcare experience. Start your conversation with HealthMate today."
buttons={[ buttons={[