From 5a14c7d468dd5a9db46685d4f9fcc5ee3b38a018 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 05:05:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4483383..2e4f971 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" imageAlt="friendly barista preparing coffee" - mediaAnimation="slide-up" + mediaAnimation="opacity" 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." faqsAnimation="opacity" @@ -261,6 +261,9 @@ export default function LandingPage() { name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} + multiSelect={{ + name: "inquiryType", label: "Inquiry Type", options: ["Reservation", "Catering", "General Feedback"], + }} textarea={{ name: "message", placeholder: "Your Message", rows: 4, required: true, -- 2.49.1