From 6ef9f171957ea09fe183c40c41c778f8bb6289b5 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 17 Jun 2025 19:07:02 +0800 Subject: [PATCH] fix images --- src/features/user/components/sections/ServiceSection.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/features/user/components/sections/ServiceSection.tsx b/src/features/user/components/sections/ServiceSection.tsx index cf94e75..9b8b359 100644 --- a/src/features/user/components/sections/ServiceSection.tsx +++ b/src/features/user/components/sections/ServiceSection.tsx @@ -7,10 +7,9 @@ import { } from "@/components/ui/card"; import animalAssistedTherapy from "@/assets/Animal-Assisted-Therapy.png"; import { Button } from "@/components/ui/button"; -import relaxationTechniques from "@/assets/Relaxation-Techniques.png"; -import talkTherapy from "@/assets/Talk-Therapy.png"; -import generalSupportWork from "@/assets/General-Support-Work.png"; - +import talkTherapy from "@/assets/services/talk_therapy.jpg"; +import relaxationTechniques from "@/assets/services/relaxation_therapy.jpg"; +import generalSupportWork from "@/assets/services/general-support.jpg"; export const ServiceSection = () => { return (