Merge version_4 into main #6
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user