Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cca43cd12b | |||
| db65f7555f | |||
| e765cac079 |
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user