favicon and leadreship team layout change
This commit is contained in:
@@ -52,7 +52,7 @@ export const FAQSection: React.FC<FAQSectionProps> = ({
|
||||
key={index}
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.5, delay: index * 0.1 }}
|
||||
transition={{ duration: 0.5, delay: index * 0.01 }}
|
||||
viewport={{ once: true }}
|
||||
>
|
||||
<AccordionItem
|
||||
|
||||
Reference in New Issue
Block a user