Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52dce6725f | |||
| b93b1f4a47 | |||
| cb2997c150 | |||
| 805a3cab05 |
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Visit Us"
|
title="Visit Us"
|
||||||
description="Come experience the Kafeiin magic. We are located at the heart of the city."
|
description="Come experience the Kafeiin magic. 3865 Venture Dr A, Duluth, GA 30096 | +14704799132"
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||||
{ name: "email", type: "email", placeholder: "Your Email" }
|
{ name: "email", type: "email", placeholder: "Your Email" }
|
||||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect", items: [
|
title: "Connect", items: [
|
||||||
{ label: "Instagram", href: "#" },
|
{ label: "Instagram", href: "http://www.instagram.com/kafeiin.coffee" },
|
||||||
{ label: "Twitter", href: "#" }
|
{ label: "Twitter", href: "#" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user