5 Commits

Author SHA1 Message Date
e16fb27ab4 Update src/app/page.tsx 2026-03-12 20:26:52 +00:00
7d30cf63ba Merge version_2 into main
Merge version_2 into main
2026-03-12 20:25:42 +00:00
6235e8d3eb Update src/app/page.tsx 2026-03-12 20:25:38 +00:00
baae4f78e1 Merge version_1 into main
Merge version_1 into main
2026-03-12 20:24:09 +00:00
95d9159e38 Merge version_1 into main
Merge version_1 into main
2026-03-12 20:23:46 +00:00

View File

@@ -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 }