Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-28 00:20:33 +00:00

View File

@@ -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" }}
/>
</div>
@@ -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" }] }
]}
/>
</div>