adding canonical tags in all pages and comment awards & testimonials from Hire talent and Industries
This commit is contained in:
@@ -71,7 +71,7 @@ const FinTechBankingAppsHero = () => {
|
||||
/>
|
||||
|
||||
{/* Canonical Link */}
|
||||
<link rel="canonical" href="https://www.wdipl.com/services" />
|
||||
<link rel="canonical" href="https://www.wdipl.com/industries/fintech-banking-apps" />
|
||||
|
||||
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
||||
<meta property="og:title" content="FinTech & Banking Apps Development | WDI – Secure Digital Solutions" />
|
||||
@@ -297,22 +297,22 @@ const FinTechBankingAppsHero = () => {
|
||||
>
|
||||
<div
|
||||
className={`w-12 h-12 rounded-2xl flex items-center justify-center mb-2 ${action.color === "blue"
|
||||
? "bg-blue-500/20"
|
||||
: action.color === "green"
|
||||
? "bg-green-500/20"
|
||||
: action.color === "purple"
|
||||
? "bg-purple-500/20"
|
||||
: "bg-orange-500/20"
|
||||
? "bg-blue-500/20"
|
||||
: action.color === "green"
|
||||
? "bg-green-500/20"
|
||||
: action.color === "purple"
|
||||
? "bg-purple-500/20"
|
||||
: "bg-orange-500/20"
|
||||
}`}
|
||||
>
|
||||
<action.icon
|
||||
className={`w-5 h-5 ${action.color === "blue"
|
||||
? "text-blue-400"
|
||||
: action.color === "green"
|
||||
? "text-green-400"
|
||||
: action.color === "purple"
|
||||
? "text-purple-400"
|
||||
: "text-orange-400"
|
||||
? "text-blue-400"
|
||||
: action.color === "green"
|
||||
? "text-green-400"
|
||||
: action.color === "purple"
|
||||
? "text-purple-400"
|
||||
: "text-orange-400"
|
||||
}`}
|
||||
/>
|
||||
</div>
|
||||
@@ -373,8 +373,8 @@ const FinTechBankingAppsHero = () => {
|
||||
</div>
|
||||
<div
|
||||
className={`text-sm font-medium ${transaction.amount.startsWith("+")
|
||||
? "text-green-400"
|
||||
: "text-white"
|
||||
? "text-green-400"
|
||||
: "text-white"
|
||||
}`}
|
||||
>
|
||||
{transaction.amount}
|
||||
@@ -1634,14 +1634,14 @@ export const FinTechBankingApps = () => {
|
||||
</section>
|
||||
|
||||
{/* Testimonials */}
|
||||
<section className="bg-card">
|
||||
{/* <section className="bg-card">
|
||||
<FinTechBankingAppsTestimonials />
|
||||
</section>
|
||||
</section> */}
|
||||
|
||||
{/* Awards & Recognition */}
|
||||
<section className="bg-background">
|
||||
{/* <section className="bg-background">
|
||||
<FinTechBankingAppsAwards />
|
||||
</section>
|
||||
</section> */}
|
||||
|
||||
{/* Mid-Page CTA */}
|
||||
<section className="bg-card">
|
||||
|
||||
Reference in New Issue
Block a user