Update src/app/contact/page.tsx
This commit is contained in:
@@ -45,26 +45,18 @@ export default function ContactPage() {
|
|||||||
description="Have questions about our beers? Want to book a private event? Interested in collaborations? Reach out to us. We're always excited to connect with our community."
|
description="Have questions about our beers? Want to book a private event? Interested in collaborations? Reach out to us. We're always excited to connect with our community."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Tell us what you'd like to discuss. Brewery tours? Events? Just saying hello?", rows: 5,
|
||||||
placeholder: "Tell us what you'd like to discuss. Brewery tours? Events? Just saying hello?",
|
|
||||||
rows: 5,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/isometric-wine-production-flowchart-composition-with-isolated-images-people-serving-appliances-wine-glass-grapes_98292-7604.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-vector/isometric-wine-production-flowchart-composition-with-isolated-images-people-serving-appliances-wine-glass-grapes_98292-7604.jpg"
|
||||||
imageAlt="location map brewery location directions"
|
imageAlt="location map brewery location directions"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
@@ -83,9 +75,10 @@ export default function ContactPage() {
|
|||||||
{ value: "Open Daily", title: "11 AM – 11 PM" },
|
{ value: "Open Daily", title: "11 AM – 11 PM" },
|
||||||
{ value: "Free Parking", title: "Available" },
|
{ value: "Free Parking", title: "Available" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-bartender-pouring-beer_171337-13762.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-bartender-pouring-beer_171337-13762.jpg"
|
||||||
imageAlt="craft brewery taproom beer pour pub interior"
|
imageAlt="craft brewery taproom beer pour pub interior"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user