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 (