Applying A Particle Effect Over A Particular Area

Hello! I was trying to make this code work in order to apply a specialized effect, the issue I've been facing is that it seems to be putting things in a straight line and not over at the exact location it's applied towards. Is there a method to fix it? It's meant to be done like a bow aimed towards a direction and not a simply attacking one area. 😄 Thanks for any help! execute at @s run summon area_effect_cloud ^ ^1.75 ^3 {Particle:{type:"totem_of_undying"},Radius:3f,Duration:200} execute at @s run summon area_effect_cloud ^ ^1.75 ^3 {Particle:{type:"cherry_leaves"},Radius:3f,Duration:200,potion_contents:{potion:"minecraft:regeneration",custom_effects:[{id:"minecraft:regeneration",amplifier:1,duration:100,show_particles:1b,show_icon:1b}]}}
Continue to help post