From 37944553f8e18aa392f23e999332ceedf5a9124f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 18:07:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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" -- 2.49.1