Update src/app/page.tsx
This commit is contained in:
@@ -91,8 +91,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Ready to get started?"
|
||||
description="Tell us about your project requirements and we'll reach out to discuss the next steps."
|
||||
title="Contact Us"
|
||||
description="We're available via email at ijr.pixelpilot@gmail.com, phone at 678-934-1093, or via the form below. Calling hours are 5pm-7:30pm Eastern Standard Time."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
|
||||
Reference in New Issue
Block a user