Update src/app/page.tsx
This commit is contained in:
192
src/app/page.tsx
192
src/app/page.tsx
@@ -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: "/" },
|
||||
|
||||
Reference in New Issue
Block a user