diff --git a/src/app/page.tsx b/src/app/page.tsx index be47bcc..804c148 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@FoodieSarah", testimonial: "Clucky's fried chicken is absolutely divine! Perfectly crispy, juicy, and so flavorful. My new go-to spot for comfort food!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-outdoors-while-holding-shopping-bags_23-2148673232.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-outdoors-while-holding-shopping-bags_23-2148673232.jpg", imageAlt: "Sarah P. review", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@ChickenLoverMD", testimonial: "I can't believe how good and affordable this chicken is. It's a game-changer! Seriously the best value for incredible taste. ðŸ˜", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205442.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205442.jpg", imageAlt: "Mark D. review", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@HappyEats", testimonial: "The atmosphere is as warm as the chicken! Such a friendly place with amazing food. You have to try their spicy tenders!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-3707.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-3707.jpg", imageAlt: "Emily R. review", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@TasteBuds", testimonial: "Finally, a place that gets fried chicken right. Every bite is a burst of flavor. Plus, the staff are super nice!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David L. review", }, ]} @@ -110,6 +110,7 @@ export default function LandingPage() { href: "#", }, ]} + buttonAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-girl-against-unfocused-building_1187-5171.jpg", @@ -157,6 +158,7 @@ export default function LandingPage() {