Carousel card behavior (2) was duplicated from Carousel card behavior
Continue chatting to ask questions about or make changes to it.
PAINÉIS NOZAI TEC
Cada serviço deve explicar claramente:
O que faz
O que resolve
O benefício para o utilizador
Texto deve ser:
simples
direto
profissional
sem parecer “IA"
I can see the carousel implementation uses Swiper for horizontal sliding and motion/framer-motion for some section animations. Based on your requirements, I need to:
Let me update the service-carousel-section.tsx to remove all internal animations while keeping the smooth horizontal carousel:
Now let me update the section to remove all motion animations and keep just the static content with Swiper carousel:
Now I need to read the rest of the file to update the closing section tag and the panel modal:
Now I need to replace the closing motion.section tag and the AnimatePresence modal with simple static elements:
Now let me verify the file compiles correctly by checking the current state:
The carousel component has been successfully updated. I removed all framer-motion animations (motion components, AnimatePresence, initial/animate/exit props) while keeping:
transition-transform instead of framer-motion for the service detail panelThe cards now display their content immediately and clearly, with only the carousel itself sliding horizontally in a smooth, professional manner.