Update src/app/projects/page.tsx

This commit is contained in:
2026-03-02 01:07:22 +00:00
parent 95fd86e35b
commit 134d45b3cb

View File

@@ -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"
}}
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}