diff --git a/src/app/page.tsx b/src/app/page.tsx index f214318..74787a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Acupuncture", description: "Fine needles stimulate specific points to relieve pain, reduce stress, and improve energy flow.", imageSrc: "http://img.b2bpic.net/free-photo/massage-therapist-pours-oil-massage-relaxing-body-massage-using-oils_169016-13488.jpg", imageAlt: "Acupuncture needles on a patient's back"}, + title: "Acupuncture", description: "Fine needles stimulate specific points to relieve pain, reduce stress, and improve energy flow.", imageSrc: "https://img.b2bpic.net/free-photo/acupuncture-treatment-patients-back_23-2150993952.jpg", imageAlt: "Close-up of acupuncture needles on a patient's back"}, { title: "Herbal Medicine", description: "Customized natural remedies to address internal imbalances and support overall health.", imageSrc: "http://img.b2bpic.net/free-photo/composition-assortment-nuts_23-2147690276.jpg", imageAlt: "TCM practitioner discussing herbal medicine with a patient"}, { @@ -288,4 +288,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file