From 803073243072de08e873582de5e2e0a0191c5dcf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:20:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce417b6..9094fbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="DevPortfolio" - button={{ text: "Get Started", href: "#contact" }} + button={{ text: "Get Started", href: "mailto:hello@devportfolio.com" }} /> @@ -67,7 +67,7 @@ export default function LandingPage() { tag="Get In Touch" title="Ready to scale?" description="Let's build your next project together. Reach out for a consultation." - buttons={[{ text: "Contact Now", href: "#contact" }]} + buttons={[{ text: "Email Us", href: "mailto:hello@devportfolio.com" }]} background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -88,7 +88,7 @@ export default function LandingPage() { logoText="DevPortfolio" columns={[ { title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Products", href: "#products" }] }, - { title: "Support", items: [{ label: "Contact", href: "#contact" }] } + { title: "Support", items: [{ label: "Contact", href: "mailto:hello@devportfolio.com" }] } ]} /> -- 2.49.1