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."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us what you'd like to discuss. Brewery tours? Events? Just saying hello?",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us what you'd like to discuss. Brewery tours? Events? Just saying hello?", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
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"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -83,9 +75,10 @@ export default function ContactPage() {
|
||||
{ value: "Open Daily", title: "11 AM – 11 PM" },
|
||||
{ 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"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user