Update src/app/page.tsx
This commit is contained in:
@@ -109,6 +109,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Meet the Team", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -188,11 +189,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "3", name: "Randy", role: "Local Guide", testimonial: "This place was fun and centrally located on West 11th. My beer was always kept full and bartenders are friendly. I did not eat and menu is very basic but makes sense that way. I have been back and will go back again. Parking can be a little tight here at times.", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-dancing-friends_1098-22146.jpg", imageAlt: "Portrait of Randy"},
|
||||
{
|
||||
id: "4", name: "Sarah Johnson", role: "Regular Customer", testimonial: "Awesome atmosphere, great food and the staff are the absolute best!! Always a fantastic experience at Zay's Place.", imageSrc: "http://img.b2bpic.net/free-photo/men-using-mobile-phone-meeting-pub_329181-18328.jpg", imageAlt: "Portrait of Sarah Johnson"},
|
||||
id: "4", name: "Sarah Johnson", role: "Regular Customer", testimonial: "Awesome atmosphere, great food and the staff are the absolute best!! Always a fantastic experience at Zay's Place.", imageSrc: "http://img.b2bpic.net/free-photo/men-using-mobile-phone-meeting-pub_329181-18328.jpg", alt: "Portrait of Sarah Johnson"},
|
||||
{
|
||||
id: "5", name: "Emily Watson", role: "Event Organizer", testimonial: "Super clean with great bartenders and tasty panini‘s. Held our group event here and everyone loved the vibe and the service!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Portrait of Emily Watson"},
|
||||
id: "5", name: "Emily Watson", role: "Event Organizer", testimonial: "Super clean with great bartenders and tasty panini‘s. Held our group event here and everyone loved the vibe and the service!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Portrait of Emily Watson"},
|
||||
{
|
||||
id: "6", name: "David Lee", role: "Local Resident", testimonial: "Bike night, fund raising, monthly organization meeting place. Zay's Place is truly a pillar of the community, highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149833016.jpg", imageAlt: "Portrait of David Lee"},
|
||||
id: "6", name: "David Lee", role: "Local Resident", testimonial: "Bike night, fund raising, monthly organization meeting place. Zay's Place is truly a pillar of the community, highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149833016.jpg", alt: "Portrait of David Lee"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Proud of our 5.0-star rating and the wonderful community we've built. Hear directly from our happy customers."
|
||||
@@ -204,7 +205,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"5.0 Star Rating", "27 Google Reviews", "Local Favorite", "Community Hub", "Women-Owned Business", "LGBTQ+ Friendly", "Eugene Spotlight"]}
|
||||
"5.0 Star Rating", "27 Google Reviews", "Local Favorite", ""Community Hub", "Women-Owned Business", "LGBTQ+ Friendly", "Eugene Spotlight"]}
|
||||
title="Loved by Locals & Visitors Alike"
|
||||
description="Our outstanding reviews and commitment to community speak for themselves. Come see why Zay's Place is a neighborhood gem."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user