Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-bartender-front-table-with-shakers-preparing-drink-yellow-wall-bar-alcohol-night-youth-drink-club_140725-121718.jpg"
|
||||
imageAlt="Lively bar atmosphere at Zay's Place"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -189,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", alt: "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", imageAlt: "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", alt: "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", imageAlt: "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", alt: "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", imageAlt: "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."
|
||||
@@ -226,7 +226,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-enjoying-drinks-bar_23-2147859498.jpg"
|
||||
imageAlt="Cozy and clean bar interior at Zay's Place"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
title="Got Questions? We've Got Answers!"
|
||||
description="Find out more about our services, events, and what makes Zay's Place special."
|
||||
@@ -255,7 +255,7 @@ export default function LandingPage() {
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/defocused-map-with-pinpoints_23-2148232423.jpg"
|
||||
imageAlt="Map of Eugene, OR showing Zay's Place location"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user