diff --git a/src/app/page.tsx b/src/app/page.tsx index 75a562c..f7d7b95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { text: "Get Directions", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-birthday-party-objects-table_23-2148578899.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-birthday-party-objects-table_23-2148578899.jpg?_wi=1" imageAlt="Clayt's Corner Tavern Interior" mediaAnimation="blur-reveal" avatars={[ @@ -153,7 +153,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "John D.", handle: "@johnd", testimonial: "Best wings I've ever had, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg"}, + id: "1", name: "John D.", handle: "@johnd", testimonial: "Best wings I've ever had, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg?_wi=1"}, { id: "2", name: "Sarah K.", handle: "@sarahk", testimonial: "Such a warm atmosphere and great prices.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-with-denim-jacket_23-2148856092.jpg"}, { @@ -161,7 +161,7 @@ export default function LandingPage() { { id: "4", name: "Emily B.", handle: "@emilyb", testimonial: "Incredible craft cocktail selection!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-5616.jpg"}, { - id: "5", name: "David L.", handle: "@dl42", testimonial: "A classic spot, always consistent quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg"}, + id: "5", name: "David L.", handle: "@dl42", testimonial: "A classic spot, always consistent quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg?_wi=2"}, ]} title="Patron Stories" description="What our customers are saying about Clayt's." @@ -188,7 +188,7 @@ export default function LandingPage() {