diff --git a/src/app/page.tsx b/src/app/page.tsx index 91b3983..782ab47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,16 +150,11 @@ export default function LandingPage() { rating={5} author="Laura Gómez, Diseñadora Gráfica" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", alt: "Avatar of customer 1"}, - { - src: "http://img.b2bpic.net/free-photo/cheerful-female-model-with-happy-expression-smiles-gladfully-uses-laptop-computer-surf-social-networks-recieves-messages-from-friends-uses-wireless-internet-connection-technology-concept_176532-8276.jpg", alt: "Avatar of customer 2"}, - { - src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "Avatar of customer 3"}, - { - src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", alt: "Avatar of customer 4"}, - { - src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg", alt: "Avatar of customer 5"}, + { src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", alt: "Avatar of customer 1" }, + { src: "http://img.b2bpic.net/free-photo/cheerful-female-model-with-happy-expression-smiles-gladfully-uses-laptop-computer-surf-social-networks-recieves-messages-from-friends-uses-wireless-internet-connection-technology-concept_176532-8276.jpg", alt: "Avatar of customer 2" }, + { src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "Avatar of customer 3" }, + { src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", alt: "Avatar of customer 4" }, + { src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg", alt: "Avatar of customer 5" } ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up"