From 08c08fc5e7bb514e9029b09faff0fabf28f8760d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 11:38:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0af6a93..9c9233b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,11 +166,21 @@ export default function LandingPage() { rating={5} author="Sarah M." avatars={[ - { src: "http://img.b2bpic.net/free-photo/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg", alt: "Sarah M." }, - { src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081855.jpg", alt: "David C." }, - { src: "http://img.b2bpic.net/free-photo/stressed-young-caucasian-woman-showing-empty-hands-shouting-out-loudly-with-closed-eyes-isolated-blue-background_141793-134642.jpg", alt: "Emily R." }, - { src: "http://img.b2bpic.net/free-photo/corporate-young-woman-posing-office_23-2148452662.jpg", alt: "Michael J." }, - { src: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg", alt: "Olivia B." } + { + src: "http://img.b2bpic.net/free-photo/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg", alt: "Sarah M." + }, + { + src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081855.jpg", alt: "David C." + }, + { + src: "http://img.b2bpic.net/free-photo/stressed-young-caucasian-woman-showing-empty-hands-shouting-out-loudly-with-closed-eyes-isolated-blue-background_141793-134642.jpg", alt: "Emily R." + }, + { + src: "http://img.b2bpic.net/free-photo/corporate-young-woman-posing-office_23-2148452662.jpg", alt: "Michael J." + }, + { + src: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg", alt: "Olivia B." + } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up"