Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c22caf30f8 | |||
| e16fb27ab4 | |||
| 7d30cf63ba | |||
| 6235e8d3eb | |||
| baae4f78e1 | |||
| 95d9159e38 |
@@ -45,8 +45,8 @@ export default function LandingPage() {
|
||||
logoText="DSGN ARTS"
|
||||
description="We help businesses communicate clearly and confidently through strategic visual branding"
|
||||
buttons={[
|
||||
{ text: "View Portfolio", href: "#portfolio" },
|
||||
{ text: "Get Started", href: "#contact" }
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Explore Our Work", href: "#portfolio" }
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg?_wi=1", imageAlt: "Brand Identity Project" },
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Let's Create Something Extraordinary"
|
||||
description="Ready to elevate your brand? Share your vision with our team and let's explore how we can help you communicate with confidence and clarity."
|
||||
description="Ready to elevate your brand? Share your vision with our team and let's explore how we can help you communicate with confidence and clarity. Average response time: 24 hours | Dedicated creative consultant assigned to your project."
|
||||
inputs={[
|
||||
{ name: "company", type: "text", placeholder: "Company Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
||||
|
||||
Reference in New Issue
Block a user