patch perf n1

This commit is contained in:
lfirmin
2026-02-28 20:22:24 +01:00
parent 2f78c8d6f7
commit 6364988f0f
7 changed files with 89 additions and 27 deletions
+4 -4
View File
@@ -78,7 +78,7 @@ export default function GuideSection({ bgSrc }) {
<motion.div
initial={{ opacity: 0, y: 24 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: false }}z
viewport={{ once: true }}
transition={{ duration: 0.5 }}
className="text-center mb-14"
>
@@ -99,7 +99,7 @@ export default function GuideSection({ bgSrc }) {
key={i}
initial={{ opacity: 0, y: 12 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: false }}
viewport={{ once: true }}
transition={{ delay: i * 0.07, duration: 0.4 }}
>
<FaqItem faq={faq} index={i} />
@@ -115,7 +115,7 @@ export default function GuideSection({ bgSrc }) {
<motion.div
initial={{ opacity: 0, y: 24 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: false }}
viewport={{ once: true }}
transition={{ duration: 0.45, delay: 0.1 }}
className="bg-[#19392e]/80 backdrop-blur-sm rounded-2xl border border-white/10 p-6"
>
@@ -144,7 +144,7 @@ export default function GuideSection({ bgSrc }) {
<motion.div
initial={{ opacity: 0, y: 24 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: false }}
viewport={{ once: true }}
transition={{ duration: 0.45, delay: 0.2 }}
className="bg-[#19392e]/80 backdrop-blur-sm rounded-2xl border border-white/10 p-6"
>