fixed routes

This commit is contained in:
2026-04-14 11:50:49 +05:30
parent 3a4b8bef2c
commit aaf9a9097c
3 changed files with 7 additions and 6 deletions

View File

@@ -165,6 +165,10 @@ const footerNavigation = {
label: "Hire Mobile App Developers USA", label: "Hire Mobile App Developers USA",
url: "/hire-talent/mobile-app-developers-usa", url: "/hire-talent/mobile-app-developers-usa",
}, },
{
label: "Mobile App Development UK",
url: "/services/mobile-app-development-uk",
},
], ],
Company: [ Company: [

View File

@@ -106,10 +106,7 @@ const navigationData = {
name: "Android App Development", name: "Android App Development",
href: "/services/android-app-development", href: "/services/android-app-development",
}, },
{
name: "Mobile App Development uk",
href: "/services/mobile-app-development-uk",
},
{ {
name: "Cross-Platform App Development", name: "Cross-Platform App Development",
href: "/services/cross-platform-app-development", href: "/services/cross-platform-app-development",

View File

@@ -137,8 +137,8 @@ const HeroWithCTA = () => {
className="space-y-6" className="space-y-6"
> >
<h1 className="text-4xl font-semibold leading-tight md:text-5xl lg:text-6xl"> <h1 className="text-4xl font-semibold leading-tight md:text-5xl lg:text-6xl">
<span className="text-white">From Vision to </span> <span className="text-white">From Vision to </span>
<span className="text-[#E5195E]">App Store</span> <span className="text-[#E5195E]">App Store </span>
<span className="text-white">in Just 6 weeks</span> <span className="text-white">in Just 6 weeks</span>
</h1> </h1>