adding canonical tags in all pages and comment awards & testimonials from Hire talent and Industries
This commit is contained in:
@@ -63,7 +63,7 @@ const IOSHeroWithCTA = () => {
|
||||
/>
|
||||
|
||||
{/* Canonical Link */}
|
||||
<link rel="canonical" href="https://www.wdipl.com/services" />
|
||||
<link rel="canonical" href="https://www.wdipl.com/services/ios-app-development" />
|
||||
|
||||
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
||||
<meta property="og:title" content="iOS App Development Services Crafted by WDI Experts" />
|
||||
@@ -339,16 +339,16 @@ const IOSCaseStudies = () => {
|
||||
<div className="flex items-center gap-3">
|
||||
<div
|
||||
className={`w-10 h-10 rounded-lg bg-gradient-to-r ${study.accentColor === "blue"
|
||||
? "from-blue-500 to-cyan-500"
|
||||
: study.accentColor === "green"
|
||||
? "from-green-500 to-emerald-500"
|
||||
: study.accentColor === "purple"
|
||||
? "from-purple-500 to-pink-500"
|
||||
: study.accentColor === "cyan"
|
||||
? "from-cyan-500 to-blue-500"
|
||||
: study.accentColor === "orange"
|
||||
? "from-orange-500 to-red-500"
|
||||
: "from-emerald-500 to-teal-500"
|
||||
? "from-blue-500 to-cyan-500"
|
||||
: study.accentColor === "green"
|
||||
? "from-green-500 to-emerald-500"
|
||||
: study.accentColor === "purple"
|
||||
? "from-purple-500 to-pink-500"
|
||||
: study.accentColor === "cyan"
|
||||
? "from-cyan-500 to-blue-500"
|
||||
: study.accentColor === "orange"
|
||||
? "from-orange-500 to-red-500"
|
||||
: "from-emerald-500 to-teal-500"
|
||||
} flex items-center justify-center flex-shrink-0`}
|
||||
>
|
||||
<AchievementIcon className="w-5 h-5 text-white" />
|
||||
|
||||
Reference in New Issue
Block a user