Update src/app/page.tsx

This commit is contained in:
2026-06-10 11:38:53 +00:00
parent 62020564c0
commit 08c08fc5e7

View File

@@ -166,11 +166,21 @@ export default function LandingPage() {
rating={5} rating={5}
author="Sarah M." author="Sarah M."
avatars={[ 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/sensual-blond-female-dressed-purple-jacket-isolated-dark-grey-background_613910-141.jpg", alt: "Sarah M."
{ 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/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" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"