From 134d45b3cbd85e51032bcec59e6beba25523800b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 01:07:22 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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