Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db68a97c0f | |||
| 5a14c7d468 | |||
| f950e1f58e | |||
| e829acce36 |
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway-o_1258-138307.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway-o_1258-138307.jpg"
|
||||||
imageAlt="friendly barista preparing coffee"
|
imageAlt="friendly barista preparing coffee"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="opacity"
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Got questions about our cafe, menu, or services? We've got answers! Browse our FAQs or reach out directly if you need more assistance."
|
description="Got questions about our cafe, menu, or services? We've got answers! Browse our FAQs or reach out directly if you need more assistance."
|
||||||
faqsAnimation="opacity"
|
faqsAnimation="opacity"
|
||||||
@@ -261,6 +261,9 @@ export default function LandingPage() {
|
|||||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
multiSelect={{
|
||||||
|
name: "inquiryType", label: "Inquiry Type", options: ["Reservation", "Catering", "General Feedback"],
|
||||||
|
}}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Your Message", rows: 4,
|
name: "message", placeholder: "Your Message", rows: 4,
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user