fix case study in mobile dev

This commit is contained in:
priyanshuvish
2025-07-28 19:57:37 +05:30
parent a3cacf7a6a
commit e67fd3163c
14 changed files with 464 additions and 237 deletions

View File

@@ -183,7 +183,7 @@ export const InlineCTA = () => {
transition={{ duration: 0.5, delay: 0.7 }}
viewport={{ once: true }}
>
<div className="text-2xl font-bold text-foreground">15min</div>
<div className="text-2xl font-bold text-foreground">45min</div>
<div className="text-sm text-muted-foreground">Quick Discovery Call</div>
</motion.div>
@@ -193,7 +193,7 @@ export const InlineCTA = () => {
transition={{ duration: 0.5, delay: 0.8 }}
viewport={{ once: true }}
>
<div className="text-2xl font-bold text-foreground">24hrs</div>
<div className="text-2xl font-bold text-foreground">48hrs</div>
<div className="text-sm text-muted-foreground">Detailed Proposal</div>
</motion.div>
@@ -203,7 +203,7 @@ export const InlineCTA = () => {
transition={{ duration: 0.5, delay: 0.9 }}
viewport={{ once: true }}
>
<div className="text-2xl font-bold text-foreground">48hrs</div>
<div className="text-2xl font-bold text-foreground">72hrs</div>
<div className="text-sm text-muted-foreground">Project Kickoff</div>
</motion.div>
</motion.div>