favicon and leadreship team layout change
This commit is contained in:
@@ -228,7 +228,7 @@ export const RanOutOfProject = () => {
|
||||
key={metric.label}
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.6, delay: index * 0.1 }}
|
||||
transition={{ duration: 0.6, delay: index * 0.01 }}
|
||||
viewport={{ once: true }}
|
||||
className="text-center"
|
||||
>
|
||||
@@ -286,7 +286,7 @@ export const RanOutOfProject = () => {
|
||||
key={feature.title}
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.6, delay: index * 0.1 }}
|
||||
transition={{ duration: 0.6, delay: index * 0.01 }}
|
||||
viewport={{ once: true }}
|
||||
className="bg-card/50 rounded-[10px] p-6 border border-border/50"
|
||||
>
|
||||
@@ -329,7 +329,7 @@ export const RanOutOfProject = () => {
|
||||
key={phase.phase}
|
||||
initial={{ opacity: 0, x: -20 }}
|
||||
whileInView={{ opacity: 1, x: 0 }}
|
||||
transition={{ duration: 0.6, delay: index * 0.1 }}
|
||||
transition={{ duration: 0.6, delay: index * 0.01 }}
|
||||
viewport={{ once: true }}
|
||||
className="relative"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user