Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 00:29:25 +00:00
5 changed files with 104 additions and 340 deletions

View File

@@ -16,9 +16,7 @@ export default function AppointmentsPage() {
];
const navButton = {
text: "Book Now",
href: "/appointments",
};
text: "Book Now", href: "/appointments"};
return (
<ThemeProvider
@@ -49,24 +47,18 @@ export default function AppointmentsPage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg",
alt: "Healthcare professional",
},
src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", alt: "Healthcare professional"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-120.jpg",
alt: "Medical expert",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-120.jpg", alt: "Medical expert"},
{
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
alt: "Wellness specialist",
},
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Wellness specialist"},
]}
avatarText="Expert care available today"
buttons={[
{ text: "Browse Services", href: "#services" },
{ text: "View Schedule", href: "#services" },
]}
buttonAnimation="slide-up"
buttonAnimation="smooth"
ariaLabel="Appointment booking hero section"
/>
</div>
@@ -82,29 +74,14 @@ export default function AppointmentsPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "general-checkup",
name: "General Medical Checkup",
price: "$75",
imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg?_wi=3",
imageAlt: "General medical checkup",
},
id: "general-checkup", name: "General Medical Checkup", price: "$75", imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg", imageAlt: "General medical checkup"},
{
id: "nutrition-consultation",
name: "Nutrition Consultation",
price: "$60",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=5",
imageAlt: "Nutrition consultation",
},
id: "nutrition-consultation", name: "Nutrition Consultation", price: "$60", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", imageAlt: "Nutrition consultation"},
{
id: "specialist-visit",
name: "Specialist Consultation",
price: "$120",
imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg?_wi=4",
imageAlt: "Specialist consultation",
},
id: "specialist-visit", name: "Specialist Consultation", price: "$120", imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg", imageAlt: "Specialist consultation"},
]}
ariaLabel="Available appointment services"
/>
@@ -121,29 +98,14 @@ export default function AppointmentsPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "wellness-coaching",
name: "Wellness Coaching",
price: "$85",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=6",
imageAlt: "Wellness coaching session",
},
id: "wellness-coaching", name: "Wellness Coaching", price: "$85", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", imageAlt: "Wellness coaching session"},
{
id: "mental-health",
name: "Mental Health Consultation",
price: "$90",
imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg?_wi=5",
imageAlt: "Mental health consultation",
},
id: "mental-health", name: "Mental Health Consultation", price: "$90", imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg", imageAlt: "Mental health consultation"},
{
id: "physical-therapy",
name: "Physical Therapy Session",
price: "$95",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=7",
imageAlt: "Physical therapy session",
},
id: "physical-therapy", name: "Physical Therapy Session", price: "$95", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", imageAlt: "Physical therapy session"},
]}
ariaLabel="Additional specialist appointment services"
/>
@@ -153,8 +115,7 @@ export default function AppointmentsPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Book Appointment", href: "/appointments" },
{ label: "Diet Plans", href: "/diet-plans" },
{ label: "Services", href: "/services" },
@@ -162,8 +123,7 @@ export default function AppointmentsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/" },
{ label: "Contact", href: "/contact" },
@@ -171,8 +131,7 @@ export default function AppointmentsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" },

View File

@@ -16,9 +16,7 @@ export default function ContactPage() {
];
const navButton = {
text: "Book Now",
href: "/appointments",
};
text: "Book Now", href: "/appointments"};
return (
<ThemeProvider
@@ -49,24 +47,18 @@ export default function ContactPage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg",
alt: "Support team",
},
src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", alt: "Support team"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-120.jpg",
alt: "Customer service",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-120.jpg", alt: "Customer service"},
{
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
alt: "Team member",
},
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Team member"},
]}
avatarText="Responsive support available 24/7"
buttons={[
{ text: "Schedule Consultation", href: "/appointments" },
{ text: "Browse Services", href: "/" },
]}
buttonAnimation="slide-up"
buttonAnimation="smooth"
ariaLabel="Contact page hero section"
/>
</div>
@@ -86,41 +78,23 @@ export default function ContactPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "faq-1",
title: "How do I book an appointment?",
content:
"Simply visit our Appointments page, select your preferred service, choose a time slot that works for you, and complete the booking. You'll receive a confirmation email immediately.",
},
id: "faq-1", title: "How do I book an appointment?", content:
"Simply visit our Appointments page, select your preferred service, choose a time slot that works for you, and complete the booking. You'll receive a confirmation email immediately."},
{
id: "faq-2",
title: "Can I get a refund if I need to cancel?",
content:
"Yes, we offer full refunds for cancellations made at least 24 hours before your appointment. Cancellations within 24 hours may incur a 50% fee.",
},
id: "faq-2", title: "Can I get a refund if I need to cancel?", content:
"Yes, we offer full refunds for cancellations made at least 24 hours before your appointment. Cancellations within 24 hours may incur a 50% fee."},
{
id: "faq-3",
title: "Are the diet plans customized?",
content:
"Absolutely! Our nutritionists create personalized plans based on your health goals, dietary restrictions, lifestyle, and preferences.",
},
id: "faq-3", title: "Are the diet plans customized?", content:
"Absolutely! Our nutritionists create personalized plans based on your health goals, dietary restrictions, lifestyle, and preferences."},
{
id: "faq-4",
title: "Do you offer virtual consultations?",
content:
"Yes, we offer both in-person and virtual appointments. You can choose your preference when booking.",
},
id: "faq-4", title: "Do you offer virtual consultations?", content:
"Yes, we offer both in-person and virtual appointments. You can choose your preference when booking."},
{
id: "faq-5",
title: "What if I have allergies or dietary restrictions?",
content:
"During your nutrition consultation, we gather comprehensive information about allergies, intolerances, and dietary preferences to ensure your plan is safe and enjoyable.",
},
id: "faq-5", title: "What if I have allergies or dietary restrictions?", content:
"During your nutrition consultation, we gather comprehensive information about allergies, intolerances, and dietary preferences to ensure your plan is safe and enjoyable."},
{
id: "faq-6",
title: "Can I switch diet plans?",
content:
"Yes, you can upgrade, downgrade, or modify your plan at any time. Changes take effect on your next billing cycle.",
},
id: "faq-6", title: "Can I switch diet plans?", content:
"Yes, you can upgrade, downgrade, or modify your plan at any time. Changes take effect on your next billing cycle."},
]}
ariaLabel="FAQ section with common questions"
/>
@@ -130,8 +104,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Book Appointment", href: "/appointments" },
{ label: "Diet Plans", href: "/diet-plans" },
{ label: "Services", href: "/services" },
@@ -139,8 +112,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/" },
{ label: "Contact", href: "/contact" },
@@ -148,8 +120,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" },

View File

@@ -16,9 +16,7 @@ export default function DietPlansPage() {
];
const navButton = {
text: "Book Now",
href: "/appointments",
};
text: "Book Now", href: "/appointments"};
return (
<ThemeProvider
@@ -49,24 +47,18 @@ export default function DietPlansPage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg",
alt: "Nutrition expert",
},
src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", alt: "Nutrition expert"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-120.jpg",
alt: "Certified nutritionist",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-120.jpg", alt: "Certified nutritionist"},
{
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
alt: "Wellness coach",
},
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Wellness coach"},
]}
avatarText="Join 2000+ healthy transformations"
buttons={[
{ text: "Browse Plans", href: "#plans" },
{ text: "Schedule Consultation", href: "/appointments" },
]}
buttonAnimation="slide-up"
buttonAnimation="smooth"
ariaLabel="Diet plans hero section"
/>
</div>
@@ -81,55 +73,22 @@ export default function DietPlansPage() {
animationType="slide-up"
plans={[
{
id: "starter",
title: "Starter Plan",
price: "$49",
period: "/month",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=8",
imageAlt: "Starter nutrition plan",
button: { text: "Get Started", href: "/contact" },
id: "starter", title: "Starter Plan", price: "$49", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", imageAlt: "Starter nutrition plan", button: { text: "Get Started", href: "/contact" },
features: [
"Basic meal planning",
"Nutritional guidance",
"Email support",
"Monthly check-ins",
],
"Basic meal planning", "Nutritional guidance", "Email support", "Monthly check-ins"],
},
{
id: "professional",
title: "Professional Plan",
price: "$99",
period: "/month",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=9",
imageAlt: "Professional nutrition plan",
button: { text: "Subscribe Now", href: "/contact" },
id: "professional", title: "Professional Plan", price: "$99", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", imageAlt: "Professional nutrition plan", button: { text: "Subscribe Now", href: "/contact" },
features: [
"Custom meal plans",
"Weekly consultations",
"Supplement recommendations",
"Progress tracking",
"Priority support",
],
"Custom meal plans", "Weekly consultations", "Supplement recommendations", "Progress tracking", "Priority support"],
},
{
id: "premium",
title: "Premium Plan",
price: "$199",
period: "/month",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=10",
imageAlt: "Premium nutrition plan",
button: { text: "Choose Premium", href: "/contact" },
id: "premium", title: "Premium Plan", price: "$199", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", imageAlt: "Premium nutrition plan", button: { text: "Choose Premium", href: "/contact" },
features: [
"Personalized meal prep",
"Bi-weekly consultations",
"Fitness integration",
"Recipe customization",
"24/7 chat support",
"Quarterly body composition analysis",
],
"Personalized meal prep", "Bi-weekly consultations", "Fitness integration", "Recipe customization", "24/7 chat support", "Quarterly body composition analysis"],
},
]}
ariaLabel="Diet and nutrition pricing plans"
@@ -140,8 +99,7 @@ export default function DietPlansPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Book Appointment", href: "/appointments" },
{ label: "Diet Plans", href: "/diet-plans" },
{ label: "Services", href: "/services" },
@@ -149,8 +107,7 @@ export default function DietPlansPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/" },
{ label: "Contact", href: "/contact" },
@@ -158,8 +115,7 @@ export default function DietPlansPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" },

View File

@@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "HealthFlow - Book Medical Appointments & Diet Plans",
description: "Schedule appointments with healthcare professionals and get personalized nutrition plans. Integrated wellness platform for your health goals.",
keywords: "appointment booking, diet plans, nutrition consultation, medical services, healthcare",
robots: {
title: "HealthFlow - Book Medical Appointments & Diet Plans", description: "Schedule appointments with healthcare professionals and get personalized nutrition plans. Integrated wellness platform for your health goals.", keywords: "appointment booking, diet plans, nutrition consultation, medical services, healthcare", robots: {
index: true,
follow: true,
},
openGraph: {
title: "HealthFlow - Your Wellness Partner",
description: "Book appointments and get personalized diet plans from certified healthcare professionals.",
type: "website",
siteName: "HealthFlow",
images: [
title: "HealthFlow - Your Wellness Partner", description: "Book appointments and get personalized diet plans from certified healthcare professionals.", type: "website", siteName: "HealthFlow", images: [
{
url: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84832.jpg",
alt: "HealthFlow - Medical appointments and nutrition planning",
},
url: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84832.jpg", alt: "HealthFlow - Medical appointments and nutrition planning"},
],
},
twitter: {
card: "summary_large_image",
title: "HealthFlow - Health & Wellness Platform",
description: "Book medical appointments and get personalized diet plans from experts.",
image: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84832.jpg",
},
card: "summary_large_image", title: "HealthFlow - Health & Wellness Platform", description: "Book medical appointments and get personalized diet plans from experts.", images: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84832.jpg"},
};
export default function RootLayout({

View File

@@ -20,9 +20,7 @@ export default function HomePage() {
];
const navButton = {
text: "Book Now",
href: "/appointments",
};
text: "Book Now", href: "/appointments"};
return (
<ThemeProvider
@@ -53,17 +51,11 @@ export default function HomePage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg",
alt: "Doctor",
},
src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", alt: "Doctor"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-120.jpg",
alt: "Nutritionist",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-120.jpg", alt: "Nutritionist"},
{
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
alt: "Wellness Expert",
},
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Wellness Expert"},
]}
avatarText="Trusted by 5000+ patients"
buttons={[
@@ -82,21 +74,11 @@ export default function HomePage() {
tag="Our Advantages"
negativeCard={{
items: [
"Long waiting times at clinics",
"One-size-fits-all treatment plans",
"Limited nutrition guidance",
"Fragmented healthcare experience",
"Expensive consultation fees",
],
"Long waiting times at clinics", "One-size-fits-all treatment plans", "Limited nutrition guidance", "Fragmented healthcare experience", "Expensive consultation fees"],
}}
positiveCard={{
items: [
"Instant online appointment booking",
"Personalized treatment protocols",
"Comprehensive diet planning services",
"Integrated wellness platform",
"Affordable, transparent pricing",
],
"Instant online appointment booking", "Personalized treatment protocols", "Comprehensive diet planning services", "Integrated wellness platform", "Affordable, transparent pricing"],
}}
animationType="slide-up"
textboxLayout="default"
@@ -116,29 +98,14 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "general-checkup",
name: "General Medical Checkup",
price: "$75",
imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg?_wi=1",
imageAlt: "General medical checkup",
},
id: "general-checkup", name: "General Medical Checkup", price: "$75", imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg", imageAlt: "General medical checkup"},
{
id: "nutrition-consultation",
name: "Nutrition Consultation",
price: "$60",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=1",
imageAlt: "Nutrition consultation",
},
id: "nutrition-consultation", name: "Nutrition Consultation", price: "$60", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", imageAlt: "Nutrition consultation"},
{
id: "specialist-visit",
name: "Specialist Consultation",
price: "$120",
imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg?_wi=2",
imageAlt: "Specialist consultation",
},
id: "specialist-visit", name: "Specialist Consultation", price: "$120", imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38349.jpg", imageAlt: "Specialist consultation"},
]}
ariaLabel="Available appointment services"
/>
@@ -154,55 +121,22 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
id: "starter",
title: "Starter Plan",
price: "$49",
period: "/month",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=2",
imageAlt: "Starter nutrition plan",
button: { text: "Get Started", href: "/contact" },
id: "starter", title: "Starter Plan", price: "$49", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", imageAlt: "Starter nutrition plan", button: { text: "Get Started", href: "/contact" },
features: [
"Basic meal planning",
"Nutritional guidance",
"Email support",
"Monthly check-ins",
],
"Basic meal planning", "Nutritional guidance", "Email support", "Monthly check-ins"],
},
{
id: "professional",
title: "Professional Plan",
price: "$99",
period: "/month",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=3",
imageAlt: "Professional nutrition plan",
button: { text: "Subscribe Now", href: "/contact" },
id: "professional", title: "Professional Plan", price: "$99", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", imageAlt: "Professional nutrition plan", button: { text: "Subscribe Now", href: "/contact" },
features: [
"Custom meal plans",
"Weekly consultations",
"Supplement recommendations",
"Progress tracking",
"Priority support",
],
"Custom meal plans", "Weekly consultations", "Supplement recommendations", "Progress tracking", "Priority support"],
},
{
id: "premium",
title: "Premium Plan",
price: "$199",
period: "/month",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg?_wi=4",
imageAlt: "Premium nutrition plan",
button: { text: "Choose Premium", href: "/contact" },
id: "premium", title: "Premium Plan", price: "$199", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-nourishing-food-containers_23-2148484647.jpg", imageAlt: "Premium nutrition plan", button: { text: "Choose Premium", href: "/contact" },
features: [
"Personalized meal prep",
"Bi-weekly consultations",
"Fitness integration",
"Recipe customization",
"24/7 chat support",
"Quarterly body composition analysis",
],
"Personalized meal prep", "Bi-weekly consultations", "Fitness integration", "Recipe customization", "24/7 chat support", "Quarterly body composition analysis"],
},
]}
ariaLabel="Diet and nutrition pricing plans"
@@ -220,29 +154,14 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
members={[
{
id: "dr-sarah",
name: "Dr. Sarah Mitchell",
role: "Chief Medical Officer",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-nurse-looking-camera-while-standing-clinic_637285-5031.jpg",
imageAlt: "Dr. Sarah Mitchell",
},
id: "dr-sarah", name: "Dr. Sarah Mitchell", role: "Chief Medical Officer", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-nurse-looking-camera-while-standing-clinic_637285-5031.jpg", imageAlt: "Dr. Sarah Mitchell"},
{
id: "nutritionist-james",
name: "James Chen, RDN",
role: "Lead Nutritionist",
imageSrc:
"http://img.b2bpic.net/free-photo/doctor-holding-ripe-pear_1098-21341.jpg",
imageAlt: "James Chen",
},
id: "nutritionist-james", name: "James Chen, RDN", role: "Lead Nutritionist", imageSrc:
"http://img.b2bpic.net/free-photo/doctor-holding-ripe-pear_1098-21341.jpg", imageAlt: "James Chen"},
{
id: "therapist-emily",
name: "Emily Rodriguez, LCSW",
role: "Wellness Coordinator",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-specialist-physician-assistant-standing-hospital-ward-medical-consultation-background-doctor-consulting-sick-patient-discussing-healthcare-treatment-medicine-services_482257-27971.jpg",
imageAlt: "Emily Rodriguez",
},
id: "therapist-emily", name: "Emily Rodriguez, LCSW", role: "Wellness Coordinator", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-specialist-physician-assistant-standing-hospital-ward-medical-consultation-background-doctor-consulting-sick-patient-discussing-healthcare-treatment-medicine-services_482257-27971.jpg", imageAlt: "Emily Rodriguez"},
]}
ariaLabel="Meet our healthcare team"
/>
@@ -259,49 +178,25 @@ export default function HomePage() {
showRating={true}
testimonials={[
{
id: "1",
name: "Jessica Martinez",
handle: "@jess_wellness",
testimonial:
"HealthFlow made booking my appointment so easy! The personalized diet plan actually fits my busy lifestyle. I've never felt better.",
rating: 5,
id: "1", name: "Jessica Martinez", handle: "@jess_wellness", testimonial:
"HealthFlow made booking my appointment so easy! The personalized diet plan actually fits my busy lifestyle. I've never felt better.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1",
imageAlt: "Jessica Martinez",
},
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Jessica Martinez"},
{
id: "2",
name: "Michael Thompson",
handle: "@mthompson_health",
testimonial:
"The nutritionist's guidance was incredibly detailed and practical. I lost 15 lbs in 3 months without feeling deprived. Highly recommend!",
rating: 5,
id: "2", name: "Michael Thompson", handle: "@mthompson_health", testimonial:
"The nutritionist's guidance was incredibly detailed and practical. I lost 15 lbs in 3 months without feeling deprived. Highly recommend!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1",
imageAlt: "Michael Thompson",
},
"http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Michael Thompson"},
{
id: "3",
name: "Amanda Green",
handle: "@amandagreen_fit",
testimonial:
"Finally found a platform that combines medical consultations with nutrition planning. The integrated approach really works for me.",
rating: 5,
id: "3", name: "Amanda Green", handle: "@amandagreen_fit", testimonial:
"Finally found a platform that combines medical consultations with nutrition planning. The integrated approach really works for me.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2",
imageAlt: "Amanda Green",
},
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Amanda Green"},
{
id: "4",
name: "David Lee",
handle: "@davidlee_wellness",
testimonial:
"Outstanding service! The team is professional, the booking process is seamless, and the results speak for themselves. Worth every penny.",
rating: 5,
id: "4", name: "David Lee", handle: "@davidlee_wellness", testimonial:
"Outstanding service! The team is professional, the booking process is seamless, and the results speak for themselves. Worth every penny.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2",
imageAlt: "David Lee",
},
"http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "David Lee"},
]}
ariaLabel="Patient testimonials and reviews"
/>
@@ -311,8 +206,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Book Appointment", href: "/appointments" },
{ label: "Diet Plans", href: "/diet-plans" },
{ label: "Services", href: "/services" },
@@ -320,8 +214,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/" },
{ label: "Contact", href: "/contact" },
@@ -329,8 +222,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" },