Update src/app/about/page.tsx

This commit is contained in:
2026-03-22 10:35:37 +00:00
parent a7f310d3fd
commit 9a7d971a76

View File

@@ -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"