worked on the contentupdate

This commit is contained in:
2026-04-07 14:56:17 +05:30
parent e61e710fe1
commit 6f52f5b9a5
16 changed files with 121 additions and 149 deletions

View File

@@ -115,22 +115,22 @@ export const EngagementModels = () => {
},
];
const heroBanner =[
const heroBanner = [
{
category: "Engagement Options",
title: "Flexible Engagement Models",
description: "Choose from our flexible engagement models designed to fit your project needs, budget, and timeline. From fixed-price projects to dedicated teams, find the perfect collaboration approach.",
primaryCTA: {
text: "Explore Models",
href: "/start-a-project",
icon: Target
category: "Engagement Options",
title: "Flexible Engagement Models",
description: "Choose from AIdriven flexible engagement models designed to fit your project needs, budget, and timeline. From fixedprice projects to dedicated teams, find the perfect collaboration approach for your web and mobile development.",
primaryCTA: {
text: "Explore Models",
href: "/start-a-project",
icon: Target
},
secondaryCTA: {
text: "Get Consultation",
href: "/hire-talent",
icon: Users
}
},
secondaryCTA: {
text: "Get Consultation",
href: "/hire-talent",
icon: Users
}
},
]
const testimonials = [
@@ -154,7 +154,7 @@ export const EngagementModels = () => {
<div className="dark min-h-screen bg-background">
{/* <Navigation /> */}
<Helmet>
<Helmet>
{/* Page Title and Meta Description */}
<title>Engagement Models | Flexible Software Development Options</title>
<meta
@@ -163,7 +163,7 @@ export const EngagementModels = () => {
/>
{/* Canonical Link */}
<link rel="canonical" href="https://www.wdipl.com/engagement-models" />
<link rel="canonical" href="https://www.wdipl.com/engagement-models" />
{/* Open Graph Tags (for Facebook, LinkedIn) */}
<meta property="og:title" content="Engagement Models | Flexible Software Development Options" />
@@ -233,8 +233,7 @@ export const EngagementModels = () => {
Our Core Engagement Models
</h2>
<p className="text-muted-foreground max-w-2xl mx-auto">
Flexible approaches designed to meet your specific project needs
and goals
Flexible AIdriven engagement approaches designed to meet your specific project needs and goals in web and mobile development.
</p>
</div>
@@ -330,8 +329,7 @@ export const EngagementModels = () => {
Model Comparison
</h2>
<p className="text-muted-foreground max-w-2xl mx-auto">
Compare our engagement models to find the perfect fit for your
project
Compare our AIdriven engagement models to find the perfect fit for your web and mobile development project.
</p>
</div>
@@ -369,10 +367,10 @@ export const EngagementModels = () => {
<Badge
variant="outline"
className={`border-blue-500/30 text-blue-400 ${feature.fixedPrice === "High"
? "bg-blue-500/10"
: feature.fixedPrice === "Medium"
? "bg-yellow-500/10"
: "bg-red-500/10"
? "bg-blue-500/10"
: feature.fixedPrice === "Medium"
? "bg-yellow-500/10"
: "bg-red-500/10"
}`}
>
{feature.fixedPrice}
@@ -382,10 +380,10 @@ export const EngagementModels = () => {
<Badge
variant="outline"
className={`border-green-500/30 text-green-400 ${feature.timeAndMaterial === "High"
? "bg-green-500/10"
: feature.timeAndMaterial === "Medium"
? "bg-yellow-500/10"
: "bg-red-500/10"
? "bg-green-500/10"
: feature.timeAndMaterial === "Medium"
? "bg-yellow-500/10"
: "bg-red-500/10"
}`}
>
{feature.timeAndMaterial}
@@ -395,10 +393,10 @@ export const EngagementModels = () => {
<Badge
variant="outline"
className={`border-[#E5195E]/30 text-[#E5195E] ${feature.dedicatedTeam === "High"
? "bg-[#E5195E]/10"
: feature.dedicatedTeam.includes("Medium")
? "bg-yellow-500/10"
: "bg-red-500/10"
? "bg-[#E5195E]/10"
: feature.dedicatedTeam.includes("Medium")
? "bg-yellow-500/10"
: "bg-red-500/10"
}`}
>
{feature.dedicatedTeam}
@@ -423,10 +421,7 @@ export const EngagementModels = () => {
Choosing the Right Model
</h2>
<p className="text-lg text-muted-foreground mb-8 leading-relaxed">
Our experts will consult with you to analyze your project's
specific needs, objectives, budget, and desired level of control
to recommend the most suitable engagement model for optimal
success.
Our AIdriven experts will consult with you to analyze your projects specific needs, objectives, budget, and desired level of control, then recommend the most suitable engagement model for optimal web and mobile development success.
</p>
<Card className="bg-card/50 border-white/10 text-left">
@@ -519,8 +514,7 @@ export const EngagementModels = () => {
Ready to Find Your Perfect Model?
</h2>
<p className="text-lg text-muted-foreground mb-8 max-w-2xl mx-auto">
Let our experts help you choose the engagement model that best
fits your project needs and goals.
Let our AIdriven experts help you choose the engagement model that best fits your web and mobile development project needs and goals.
</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<Button