Merge version_2 into main #4
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Energy Optimization", href: "/services" },
|
||||
{ label: "Immune Enhancement", href: "/services" },
|
||||
{ label: "Athletic Recovery", href: "/services" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Book Appointment", href: "/contact" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
@@ -47,8 +44,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Medical Disclaimer", href: "#" },
|
||||
@@ -111,23 +107,11 @@ export default function AboutPage() {
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Evidence-Based Protocols",
|
||||
description: "Each IV therapy protocol is designed using the latest medical research and international best practices. Our medical team continuously updates treatments based on emerging wellness science.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=4",
|
||||
imageAlt: "Energy Optimization IV therapy",
|
||||
},
|
||||
title: "Evidence-Based Protocols", description: "Each IV therapy protocol is designed using the latest medical research and international best practices. Our medical team continuously updates treatments based on emerging wellness science.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=4", imageAlt: "Energy Optimization IV therapy"},
|
||||
{
|
||||
title: "Personalized Wellness Plans",
|
||||
description: "We understand that each client has unique wellness goals. Our consultations include comprehensive health assessments to design custom IV therapy protocols tailored to your specific needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-relaxing-spa_23-2151178229.jpg",
|
||||
imageAlt: "Immune Enhancement therapy",
|
||||
},
|
||||
title: "Personalized Wellness Plans", description: "We understand that each client has unique wellness goals. Our consultations include comprehensive health assessments to design custom IV therapy protocols tailored to your specific needs.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-relaxing-spa_23-2151178229.jpg", imageAlt: "Immune Enhancement therapy"},
|
||||
{
|
||||
title: "Premium Facility Experience",
|
||||
description: "Every visit to VitaTherapy is designed for comfort and relaxation. Our luxury facility features private treatment rooms, therapeutic ambiance, and concierge service for a truly premium wellness experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg?_wi=3",
|
||||
imageAlt: "Athletic Recovery therapy",
|
||||
},
|
||||
title: "Premium Facility Experience", description: "Every visit to VitaTherapy is designed for comfort and relaxation. Our luxury facility features private treatment rooms, therapeutic ambiance, and concierge service for a truly premium wellness experience.", imageSrc: "http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg?_wi=3", imageAlt: "Athletic Recovery therapy"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Energy Optimization", href: "/services" },
|
||||
{ label: "Immune Enhancement", href: "/services" },
|
||||
{ label: "Athletic Recovery", href: "/services" },
|
||||
@@ -29,8 +28,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
@@ -38,8 +36,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Book Appointment", href: "/contact" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
@@ -47,8 +44,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Medical Disclaimer", href: "#" },
|
||||
@@ -84,31 +80,17 @@ export default function ContactPage() {
|
||||
ctaTitle="Ready to Transform Your Wellness?"
|
||||
ctaDescription="Book your personalized consultation with our medical team today. We're here to design your optimal wellness protocol."
|
||||
ctaButton={{
|
||||
text: "Schedule Your Appointment",
|
||||
href: "https://booking.vitatherapy.jo",
|
||||
}}
|
||||
text: "Schedule Your Appointment", href: "https://booking.vitatherapy.jo"}}
|
||||
ctaIcon={Calendar}
|
||||
faqs={[
|
||||
{
|
||||
id: "contact-1",
|
||||
title: "How do I book an appointment?",
|
||||
content: "Click 'Schedule Your Appointment' above or call our wellness concierge at +962-6-VITACARE. We typically confirm appointments within 24 hours.",
|
||||
},
|
||||
id: "contact-1", title: "How do I book an appointment?", content: "Click 'Schedule Your Appointment' above or call our wellness concierge at +962-6-VITACARE. We typically confirm appointments within 24 hours."},
|
||||
{
|
||||
id: "contact-2",
|
||||
title: "What should I bring to my first visit?",
|
||||
content: "Bring a valid ID and any relevant health information. If you're on medications or have health conditions, please bring a list. Our medical team will review everything during your consultation.",
|
||||
},
|
||||
id: "contact-2", title: "What should I bring to my first visit?", content: "Bring a valid ID and any relevant health information. If you're on medications or have health conditions, please bring a list. Our medical team will review everything during your consultation."},
|
||||
{
|
||||
id: "contact-3",
|
||||
title: "Where is VitaTherapy located?",
|
||||
content: "We're located in Amman's premier wellness district, easily accessible from all major business and residential areas. Ample parking and valet service available for client convenience.",
|
||||
},
|
||||
id: "contact-3", title: "Where is VitaTherapy located?", content: "We're located in Amman's premier wellness district, easily accessible from all major business and residential areas. Ample parking and valet service available for client convenience."},
|
||||
{
|
||||
id: "contact-4",
|
||||
title: "Do you accept insurance or offer payment plans?",
|
||||
content: "We work with select insurance providers. Flexible payment plans are available for multi-session packages. Contact our team for specific details about coverage and options.",
|
||||
},
|
||||
id: "contact-4", title: "Do you accept insurance or offer payment plans?", content: "We work with select insurance providers. Flexible payment plans are available for multi-session packages. Contact our team for specific details about coverage and options."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -123,21 +105,13 @@ export default function ContactPage() {
|
||||
author="Dr. Fatima Kamal - Executive & Wellness Advocate"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg",
|
||||
alt: "Dr. Fatima Kamal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg", alt: "Dr. Fatima Kamal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
|
||||
alt: "Client testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", alt: "Client testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
alt: "Client testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Client testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg",
|
||||
alt: "Client testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg", alt: "Client testimonial"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -154,35 +128,17 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How long does an IV therapy session take?",
|
||||
content: "Most IV therapy sessions take between 30-60 minutes depending on the protocol. The initial consultation is typically 45 minutes. We schedule appointments with buffer time to ensure a relaxed, unhurried experience.",
|
||||
},
|
||||
id: "faq-1", title: "How long does an IV therapy session take?", content: "Most IV therapy sessions take between 30-60 minutes depending on the protocol. The initial consultation is typically 45 minutes. We schedule appointments with buffer time to ensure a relaxed, unhurried experience."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Is IV therapy safe?",
|
||||
content: "Absolutely. All our protocols are administered by internationally-trained medical professionals following strict medical-grade safety standards. We use pharmaceutical-grade nutrients and maintain rigorous hygiene and sterility protocols.",
|
||||
},
|
||||
id: "faq-2", title: "Is IV therapy safe?", content: "Absolutely. All our protocols are administered by internationally-trained medical professionals following strict medical-grade safety standards. We use pharmaceutical-grade nutrients and maintain rigorous hygiene and sterility protocols."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How often should I receive IV therapy?",
|
||||
content: "This depends on your wellness goals and current health status. Some clients benefit from weekly sessions for optimization, while others prefer monthly maintenance. During your consultation, our medical team will recommend a personalized protocol.",
|
||||
},
|
||||
id: "faq-3", title: "How often should I receive IV therapy?", content: "This depends on your wellness goals and current health status. Some clients benefit from weekly sessions for optimization, while others prefer monthly maintenance. During your consultation, our medical team will recommend a personalized protocol."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What are the benefits of IV therapy?",
|
||||
content: "IV therapy delivers nutrients directly into the bloodstream for maximum absorption and faster results. Benefits include increased energy, improved immunity, better recovery, enhanced mental clarity, and optimized athletic performance.",
|
||||
},
|
||||
id: "faq-4", title: "What are the benefits of IV therapy?", content: "IV therapy delivers nutrients directly into the bloodstream for maximum absorption and faster results. Benefits include increased energy, improved immunity, better recovery, enhanced mental clarity, and optimized athletic performance."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Do you offer consultations for expatriates and travelers?",
|
||||
content: "Yes, we specialize in serving internationally-minded clients. We offer flexible scheduling for expatriates and travelers, including same-day appointments when needed. Our team speaks English and understands the wellness needs of international clients.",
|
||||
},
|
||||
id: "faq-5", title: "Do you offer consultations for expatriates and travelers?", content: "Yes, we specialize in serving internationally-minded clients. We offer flexible scheduling for expatriates and travelers, including same-day appointments when needed. Our team speaks English and understands the wellness needs of international clients."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "What makes VitaTherapy different from other wellness clinics?",
|
||||
content: "We combine medical expertise with luxury hospitality. Our internationally-trained professionals, evidence-based protocols, premium facility, and personalized approach set us apart as Jordan's premier IV therapy and wellness center.",
|
||||
},
|
||||
id: "faq-6", title: "What makes VitaTherapy different from other wellness clinics?", content: "We combine medical expertise with luxury hospitality. Our internationally-trained professionals, evidence-based protocols, premium facility, and personalized approach set us apart as Jordan's premier IV therapy and wellness center."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
176
src/app/page.tsx
176
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Energy Optimization", href: "/services" },
|
||||
{ label: "Immune Enhancement", href: "/services" },
|
||||
{ label: "Athletic Recovery", href: "/services" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Team", href: "/" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Book Appointment", href: "/" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Contact Us", href: "/" },
|
||||
@@ -51,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Medical Disclaimer", href: "#" },
|
||||
@@ -92,46 +88,27 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment",
|
||||
href: "/",
|
||||
},
|
||||
text: "Book Your Appointment", href: "/"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More", href: "/services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Al-Rashid",
|
||||
handle: "CEO, Tech Ventures",
|
||||
testimonial:
|
||||
"VitaTherapy transformed my energy levels. The professional team and luxurious setting make me feel truly cared for.",
|
||||
rating: 5,
|
||||
name: "Sarah Al-Rashid", handle: "CEO, Tech Ventures", testimonial:
|
||||
"VitaTherapy transformed my energy levels. The professional team and luxurious setting make me feel truly cared for.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg",
|
||||
imageAlt: "Sarah Al-Rashid testimonial",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg", imageAlt: "Sarah Al-Rashid testimonial"},
|
||||
{
|
||||
name: "Michael Johnson",
|
||||
handle: "International Executive",
|
||||
testimonial:
|
||||
"Finally, medical-grade wellness treatments in Jordan. The expertise and attention to detail are exceptional.",
|
||||
rating: 5,
|
||||
name: "Michael Johnson", handle: "International Executive", testimonial:
|
||||
"Finally, medical-grade wellness treatments in Jordan. The expertise and attention to detail are exceptional.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
|
||||
imageAlt: "Michael Johnson testimonial",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", imageAlt: "Michael Johnson testimonial"},
|
||||
{
|
||||
name: "Layla Mansour",
|
||||
handle: "Wellness Entrepreneur",
|
||||
testimonial:
|
||||
"The IV infusion protocols are evidence-based and results speak for themselves. Highly recommended for anyone serious about vitality.",
|
||||
rating: 5,
|
||||
name: "Layla Mansour", handle: "Wellness Entrepreneur", testimonial:
|
||||
"The IV infusion protocols are evidence-based and results speak for themselves. Highly recommended for anyone serious about vitality.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
imageAlt: "Layla Mansour testimonial",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Layla Mansour testimonial"},
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -150,21 +127,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Medical Experience",
|
||||
},
|
||||
value: "15+", title: "Years Medical Experience"},
|
||||
{
|
||||
value: "1000+",
|
||||
title: "Satisfied Clients",
|
||||
},
|
||||
value: "1000+", title: "Satisfied Clients"},
|
||||
{
|
||||
value: "25+",
|
||||
title: "Specialized Protocols",
|
||||
},
|
||||
value: "25+", title: "Specialized Protocols"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Medical Grade Standards",
|
||||
},
|
||||
value: "100%", title: "Medical Grade Standards"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -183,36 +152,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "/",
|
||||
},
|
||||
text: "Book Consultation", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Energy Optimization IV",
|
||||
description:
|
||||
"Revitalize with our premium energy protocol. Vitamin B complex, amino acids, and CoQ10 deliver sustained vitality and mental clarity for busy professionals.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=2",
|
||||
imageAlt: "Energy Optimization IV therapy",
|
||||
},
|
||||
title: "Energy Optimization IV", description:
|
||||
"Revitalize with our premium energy protocol. Vitamin B complex, amino acids, and CoQ10 deliver sustained vitality and mental clarity for busy professionals.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=2", imageAlt: "Energy Optimization IV therapy"},
|
||||
{
|
||||
title: "Immune Enhancement",
|
||||
description:
|
||||
"Fortify your immune system with high-dose vitamin C, zinc, and selenium. Preventative wellness designed for health-conscious individuals and travelers.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-happy-female-athlete-stretching-while-exercising-her-living-room_637285-6240.jpg",
|
||||
imageAlt: "Immune Enhancement therapy",
|
||||
},
|
||||
title: "Immune Enhancement", description:
|
||||
"Fortify your immune system with high-dose vitamin C, zinc, and selenium. Preventative wellness designed for health-conscious individuals and travelers.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-happy-female-athlete-stretching-while-exercising-her-living-room_637285-6240.jpg", imageAlt: "Immune Enhancement therapy"},
|
||||
{
|
||||
title: "Athletic Recovery",
|
||||
description:
|
||||
"Accelerate recovery with specialized amino acid blends, electrolytes, and anti-inflammatory compounds. Perfect for athletes and fitness enthusiasts.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg",
|
||||
imageAlt: "Athletic Recovery therapy",
|
||||
},
|
||||
title: "Athletic Recovery", description:
|
||||
"Accelerate recovery with specialized amino acid blends, electrolytes, and anti-inflammatory compounds. Perfect for athletes and fitness enthusiasts.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg", imageAlt: "Athletic Recovery therapy"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -228,21 +183,13 @@ export default function HomePage() {
|
||||
author="Dr. Fatima Kamal - Executive & Wellness Advocate"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg",
|
||||
alt: "Dr. Fatima Kamal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg", alt: "Dr. Fatima Kamal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
|
||||
alt: "Client testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", alt: "Client testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
alt: "Client testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Client testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg",
|
||||
alt: "Client testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg", alt: "Client testimonial"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -257,20 +204,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "protocols",
|
||||
value: "25+",
|
||||
description: "Specialized IV therapy protocols",
|
||||
},
|
||||
id: "protocols", value: "25+", description: "Specialized IV therapy protocols"},
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
description: "Years of combined medical experience",
|
||||
},
|
||||
id: "experience", value: "15+", description: "Years of combined medical experience"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98%",
|
||||
description: "Client satisfaction and retention rate",
|
||||
},
|
||||
id: "satisfaction", value: "98%", description: "Client satisfaction and retention rate"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -286,41 +224,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How long does an IV therapy session take?",
|
||||
content:
|
||||
"Most IV therapy sessions take between 30-60 minutes depending on the protocol. The initial consultation is typically 45 minutes. We schedule appointments with buffer time to ensure a relaxed, unhurried experience.",
|
||||
},
|
||||
id: "faq-1", title: "How long does an IV therapy session take?", content:
|
||||
"Most IV therapy sessions take between 30-60 minutes depending on the protocol. The initial consultation is typically 45 minutes. We schedule appointments with buffer time to ensure a relaxed, unhurried experience."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Is IV therapy safe?",
|
||||
content:
|
||||
"Absolutely. All our protocols are administered by internationally-trained medical professionals following strict medical-grade safety standards. We use pharmaceutical-grade nutrients and maintain rigorous hygiene and sterility protocols.",
|
||||
},
|
||||
id: "faq-2", title: "Is IV therapy safe?", content:
|
||||
"Absolutely. All our protocols are administered by internationally-trained medical professionals following strict medical-grade safety standards. We use pharmaceutical-grade nutrients and maintain rigorous hygiene and sterility protocols."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How often should I receive IV therapy?",
|
||||
content:
|
||||
"This depends on your wellness goals and current health status. Some clients benefit from weekly sessions for optimization, while others prefer monthly maintenance. During your consultation, our medical team will recommend a personalized protocol.",
|
||||
},
|
||||
id: "faq-3", title: "How often should I receive IV therapy?", content:
|
||||
"This depends on your wellness goals and current health status. Some clients benefit from weekly sessions for optimization, while others prefer monthly maintenance. During your consultation, our medical team will recommend a personalized protocol."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What are the benefits of IV therapy?",
|
||||
content:
|
||||
"IV therapy delivers nutrients directly into the bloodstream for maximum absorption and faster results. Benefits include increased energy, improved immunity, better recovery, enhanced mental clarity, and optimized athletic performance.",
|
||||
},
|
||||
id: "faq-4", title: "What are the benefits of IV therapy?", content:
|
||||
"IV therapy delivers nutrients directly into the bloodstream for maximum absorption and faster results. Benefits include increased energy, improved immunity, better recovery, enhanced mental clarity, and optimized athletic performance."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Do you offer consultations for expatriates and travelers?",
|
||||
content:
|
||||
"Yes, we specialize in serving internationally-minded clients. We offer flexible scheduling for expatriates and travelers, including same-day appointments when needed. Our team speaks English and understands the wellness needs of international clients.",
|
||||
},
|
||||
id: "faq-5", title: "Do you offer consultations for expatriates and travelers?", content:
|
||||
"Yes, we specialize in serving internationally-minded clients. We offer flexible scheduling for expatriates and travelers, including same-day appointments when needed. Our team speaks English and understands the wellness needs of international clients."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "What makes VitaTherapy different from other wellness clinics?",
|
||||
content:
|
||||
"We combine medical expertise with luxury hospitality. Our internationally-trained professionals, evidence-based protocols, premium facility, and personalized approach set us apart as Jordan's premier IV therapy and wellness center.",
|
||||
},
|
||||
id: "faq-6", title: "What makes VitaTherapy different from other wellness clinics?", content:
|
||||
"We combine medical expertise with luxury hospitality. Our internationally-trained professionals, evidence-based protocols, premium facility, and personalized approach set us apart as Jordan's premier IV therapy and wellness center."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Energy Optimization", href: "/services" },
|
||||
{ label: "Immune Enhancement", href: "/services" },
|
||||
{ label: "Athletic Recovery", href: "/services" },
|
||||
@@ -29,26 +28,23 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Team", href: "/" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{ label: "Book Appointment", href: "/services" },
|
||||
{ label: "FAQ", href: "/services" },
|
||||
{ label: "Contact Us", href: "/services" },
|
||||
{ label: "Wellness Guide", href: "/services" },
|
||||
title: "Support", items: [
|
||||
{ label: "Book Appointment", href: "/contact" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Wellness Guide", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Medical Disclaimer", href: "#" },
|
||||
@@ -88,36 +84,22 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Treatment",
|
||||
href: "/",
|
||||
},
|
||||
text: "Book Your Treatment", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Energy Optimization IV",
|
||||
description:
|
||||
"Revitalize with our premium energy protocol. Vitamin B complex, amino acids, and CoQ10 deliver sustained vitality and mental clarity for busy professionals. Perfect for executives, entrepreneurs, and high-performance individuals.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=3",
|
||||
imageAlt: "Energy Optimization IV therapy",
|
||||
},
|
||||
title: "Energy Optimization IV", description:
|
||||
"Revitalize with our premium energy protocol. Vitamin B complex, amino acids, and CoQ10 deliver sustained vitality and mental clarity for busy professionals. Perfect for executives, entrepreneurs, and high-performance individuals.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=3", imageAlt: "Energy Optimization IV therapy"},
|
||||
{
|
||||
title: "Immune Enhancement",
|
||||
description:
|
||||
"Fortify your immune system with high-dose vitamin C, zinc, and selenium. Preventative wellness designed for health-conscious individuals and travelers. Strengthen your body's natural defenses with medical-grade protocols.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-happy-female-athlete-stretching-while-exercising-her-living-room_637285-6240.jpg?_wi=2",
|
||||
imageAlt: "Immune Enhancement therapy",
|
||||
},
|
||||
title: "Immune Enhancement", description:
|
||||
"Fortify your immune system with high-dose vitamin C, zinc, and selenium. Preventative wellness designed for health-conscious individuals and travelers. Strengthen your body's natural defenses with medical-grade protocols.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-happy-female-athlete-stretching-while-exercising-her-living-room_637285-6240.jpg?_wi=2", imageAlt: "Immune Enhancement therapy"},
|
||||
{
|
||||
title: "Athletic Recovery",
|
||||
description:
|
||||
"Accelerate recovery with specialized amino acid blends, electrolytes, and anti-inflammatory compounds. Perfect for athletes and fitness enthusiasts who demand peak performance and rapid recovery between training sessions.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg?_wi=2",
|
||||
imageAlt: "Athletic Recovery therapy",
|
||||
},
|
||||
title: "Athletic Recovery", description:
|
||||
"Accelerate recovery with specialized amino acid blends, electrolytes, and anti-inflammatory compounds. Perfect for athletes and fitness enthusiasts who demand peak performance and rapid recovery between training sessions.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg?_wi=2", imageAlt: "Athletic Recovery therapy"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -133,20 +115,11 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "protocols",
|
||||
value: "25+",
|
||||
description: "Customized IV therapy protocols available",
|
||||
},
|
||||
id: "protocols", value: "25+", description: "Customized IV therapy protocols available"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98%",
|
||||
description: "Client satisfaction rating from recent treatments",
|
||||
},
|
||||
id: "satisfaction", value: "98%", description: "Client satisfaction rating from recent treatments"},
|
||||
{
|
||||
id: "results",
|
||||
value: "85%",
|
||||
description: "Notice improved energy within 24 hours",
|
||||
},
|
||||
id: "results", value: "85%", description: "Notice improved energy within 24 hours"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -158,35 +131,21 @@ export default function ServicesPage() {
|
||||
ctaTitle="Ready to Start Your Wellness Journey?"
|
||||
ctaDescription="Book a consultation with our medical team to design your personalized IV therapy protocol. We'll assess your goals and create the perfect treatment plan for you."
|
||||
ctaButton={{
|
||||
text: "Schedule Your Consultation",
|
||||
href: "/",
|
||||
}}
|
||||
text: "Schedule Your Consultation", href: "/"}}
|
||||
ctaIcon={Calendar}
|
||||
faqs={[
|
||||
{
|
||||
id: "service-faq-1",
|
||||
title: "What should I expect during my first appointment?",
|
||||
content:
|
||||
"Your initial consultation includes a comprehensive health assessment, discussion of your wellness goals, and a personalized protocol recommendation. The first IV session typically takes 45-60 minutes. Subsequent appointments are 30-45 minutes.",
|
||||
},
|
||||
id: "service-faq-1", title: "What should I expect during my first appointment?", content:
|
||||
"Your initial consultation includes a comprehensive health assessment, discussion of your wellness goals, and a personalized protocol recommendation. The first IV session typically takes 45-60 minutes. Subsequent appointments are 30-45 minutes."},
|
||||
{
|
||||
id: "service-faq-2",
|
||||
title: "Can I combine multiple protocols?",
|
||||
content:
|
||||
"Absolutely. Many clients benefit from combining protocols for enhanced results. Our medical team can design a custom combination tailored to your specific needs and health profile.",
|
||||
},
|
||||
id: "service-faq-2", title: "Can I combine multiple protocols?", content:
|
||||
"Absolutely. Many clients benefit from combining protocols for enhanced results. Our medical team can design a custom combination tailored to your specific needs and health profile."},
|
||||
{
|
||||
id: "service-faq-3",
|
||||
title: "How soon will I see results?",
|
||||
content:
|
||||
"Many clients report feeling increased energy within 24 hours. Cumulative benefits develop over multiple sessions. For best results, we recommend consistent treatment as part of your wellness routine.",
|
||||
},
|
||||
id: "service-faq-3", title: "How soon will I see results?", content:
|
||||
"Many clients report feeling increased energy within 24 hours. Cumulative benefits develop over multiple sessions. For best results, we recommend consistent treatment as part of your wellness routine."},
|
||||
{
|
||||
id: "service-faq-4",
|
||||
title: "Is there any downtime after treatment?",
|
||||
content:
|
||||
"No downtime required. Most clients return to their daily activities immediately after treatment. Some experience a gentle energy boost that continues throughout the day.",
|
||||
},
|
||||
id: "service-faq-4", title: "Is there any downtime after treatment?", content:
|
||||
"No downtime required. Most clients return to their daily activities immediately after treatment. Some experience a gentle energy boost that continues throughout the day."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user