From 351b54ceb882309536d8bf8f0fe2d5c896c5ac12 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 22:22:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b7bb22..6c76cf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,11 +107,11 @@ export default function LandingPage() { rating={5} author="Sarah Miller" avatars={[ - { src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Sarah" }, - { src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "John" }, - { src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Mike" }, - { src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Anna" }, - { src: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669840.jpg", alt: "Chris" } + { src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "happy customer portrait" }, + { src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "happy customer portrait" }, + { src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "happy customer portrait" }, + { src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "happy customer portrait" }, + { src: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669840.jpg", alt: "happy customer portrait" } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up"