Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3f2a58993 | |||
| fdefb60e8f | |||
| d11bfea4e1 |
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Get in Touch"
|
||||
description="We're here to help you grow. Call, email, or visit us in person."
|
||||
description="We're here to help you grow. Call, email, or visit us in person at 2777 500th St SW, Iowa City, IA 52240, United States."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
@@ -159,4 +159,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user