diff --git a/src/app/page.tsx b/src/app/page.tsx index 473f84c..65f1e49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,16 +166,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageAlt: "Sophia L."}, { id: "2", name: "Marco G.", role: "Local Resident", company: "Community Favorite", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1725.jpg", alt: "Marco G."}, + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1725.jpg", imageAlt: "Marco G."}, { id: "3", name: "Elena R.", role: "Travel Blogger", company: "Wanderlust Eats", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", alt: "Elena R."}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", imageAlt: "Elena R."}, { id: "4", name: "David C.", role: "Restaurant Owner", company: "The Italian Kitchen", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-restaurant_23-2149390958.jpg", alt: "David C."}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-restaurant_23-2149390958.jpg", imageAlt: "David C."}, { id: "5", name: "Isabella V.", role: "Gourmand", company: "Private Dining Club", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187240.jpg", alt: "Isabella V."}, + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187240.jpg", imageAlt: "Isabella V."}, ]} kpiItems={[ { @@ -231,7 +231,7 @@ export default function LandingPage() { { text: "View Location", href: "#"}, ]} - animationType="entrance-slide" + animationType="slide-up" />