diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index f05f754..0d3e754 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -31,10 +31,10 @@ export default function ProjectsPage() { { name: "Portfolio", id: "/" }, { name: "About", id: "/" }, { name: "Projects", id: "/projects" }, - { name: "Contact", id: "/" } + { name: "Contact", id: "/contact" } ]} button={{ - text: "Get Started", href: "mailto:hello@webild.ee" + text: "Get Started", href: "/contact" }} /> @@ -185,7 +185,7 @@ export default function ProjectsPage() { title="Let's Create Your Success Story" description="Just like we transformed this e-commerce platform, we can help your business achieve remarkable results. Our proven methodology, expert team, and commitment to excellence ensure project success." buttons={[ - { text: "Start Your Project", href: "mailto:hello@webild.ee" }, + { text: "Start Your Project", href: "/contact" }, { text: "View More Projects", href: "/" } ]} background={{ variant: "plain" }} @@ -206,4 +206,4 @@ export default function ProjectsPage() { ); -} +} \ No newline at end of file