All changes, done like fully react router uses, services, al/ml and solution page section alignment and missing section done!
This commit is contained in:
@@ -23,7 +23,7 @@ import {
|
||||
Settings,
|
||||
UserPlus,
|
||||
} from "lucide-react";
|
||||
import { navigateTo } from "@/App";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import { Helmet } from "react-helmet-async";
|
||||
import { DeveloperSkillsVector } from "@/components/vectors";
|
||||
import { HireTalentHeroBanner } from "@/components/HireTalentHeroBanner";
|
||||
@@ -201,9 +201,11 @@ export const TeamAugmentationServices = () => {
|
||||
},
|
||||
];
|
||||
|
||||
const navigate = useNavigate();
|
||||
|
||||
return (
|
||||
<div className="dark min-h-screen bg-background">
|
||||
<Navigation />
|
||||
{/* <Navigation /> */}
|
||||
|
||||
<Helmet>
|
||||
{/* Page Title and Meta Description */}
|
||||
@@ -565,7 +567,7 @@ export const TeamAugmentationServices = () => {
|
||||
<Button
|
||||
size="lg"
|
||||
className="bg-[#E5195E] hover:bg-[#E5195E]/90 text-white"
|
||||
onClick={() => navigateTo("/start-a-project")}
|
||||
onClick={() => navigate("/start-a-project")}
|
||||
>
|
||||
Start Team Augmentation
|
||||
<ArrowRight className="ml-2 w-4 h-4" />
|
||||
@@ -582,7 +584,7 @@ export const TeamAugmentationServices = () => {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<Footer />
|
||||
{/* <Footer /> */}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user