Update src/app/page.tsx

This commit is contained in:
2026-06-11 04:41:35 +00:00
parent 7876a9f413
commit 4d07fe0b13

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}