From db65f7555f21bdabc10c99a93d71a1abe7e83e51 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:50:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0244bc..74e6762 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Sarah J.", role: "Active Attender", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16129.jpg" }, - { id: "2", name: "Michael B.", role: "New Visitor", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-cheering-with-coffee-mugs-office-meeting_23-2148817072.jpg" }, + { id: "2", name: "Michael B.", role: "New Visitor", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/top-view-people-cheering-with-coffee-mugs-office-meeting_23-2148817072.jpg" }, { id: "3", name: "Emily R.", role: "Small Group Leader", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mother-carrying-tray-cups-with-defocused-father-son_23-2148414874.jpg" }, { id: "4", name: "David K.", role: "Parent", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256930.jpg" }, { id: "5", name: "Jennifer L.", role: "Volunteer", company: "Cloverdale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-that-s-coming_23-2149144064.jpg" } @@ -162,6 +162,7 @@ export default function LandingPage() { title="Plan Your Visit" description="Let us know you're coming, and we'll save you a seat at our 10:15 AM service." inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]} + textarea={{ name: "notes", placeholder: "Do you have any specific questions or accessibility needs we should know about?", rows: 3 }} imageSrc="http://img.b2bpic.net/free-photo/interior-design-beautiful-castle_23-2151010518.jpg" /> -- 2.49.1