From cbcaa4fb15450d04fa1b9fa3636e94524c81cd22 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:28:50 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1869462..262bf8f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From 500b9c6470227f7f26eeb62586a3f5f57caccfba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:28:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15823b8..c427fbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />