From 83856caf751c15396f53f1a4544e15f9b476e353 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:25:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcae09a..cc54817 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,10 +133,10 @@ export default function HomePage() { imageAlt: "Layla Mansour testimonial", }, ]} - background="radial-gradient" + background={{ variant: "radial-gradient" }} useInvertedBackground={false} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg" imageAlt="VitaTherapy luxury wellness clinic" /> @@ -169,7 +169,7 @@ export default function HomePage() { useInvertedBackground={false} mediaAnimation="slide-up" metricsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/group-happy-business-colleagues-holding-hands-unity-after-successful-job-there-are-people-background_637285-177.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/group-happy-business-colleagues-holding-hands-unity-after-successful-job-there-are-people-background_637285-177.jpg" imageAlt="VitaTherapy medical team and facility" /> @@ -194,7 +194,7 @@ export default function HomePage() { 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", + "http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg", imageAlt: "Energy Optimization IV therapy", }, { @@ -202,7 +202,7 @@ export default function HomePage() { 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?_wi=1", + "http://img.b2bpic.net/free-photo/young-happy-female-athlete-stretching-while-exercising-her-living-room_637285-6240.jpg", imageAlt: "Immune Enhancement therapy", }, { @@ -210,7 +210,7 @@ export default function HomePage() { 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?_wi=1", + "http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg", imageAlt: "Athletic Recovery therapy", }, ]} -- 2.49.1