From d70146bef39b809de1c04ee7fba18cb45d6c70d6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:16:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e45932..6583a86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,12 +160,12 @@ export default function LandingPage() { rating={5} author="Keisha Johnson, Professional Stylist" avatars={[ - { src: "http://img.b2bpic.net/free-photo/beauty-young-latin-woman-with-ideal-skin_633478-419.jpg?id=26076169", alt: "Customer 1" }, - { src: "http://img.b2bpic.net/free-photo/beauty-young-latin-woman-with-ideal-skin_633478-419.jpg?id=26076169", alt: "Customer 2" }, - { src: "http://img.b2bpic.net/free-photo/beauty-young-latin-woman-with-ideal-skin_633478-419.jpg?id=26076169", alt: "Customer 3" }, - { src: "http://img.b2bpic.net/free-photo/beauty-young-latin-woman-with-ideal-skin_633478-419.jpg?id=26076169", alt: "Customer 4" }, - { src: "http://img.b2bpic.net/free-photo/beauty-young-latin-woman-with-ideal-skin_633478-419.jpg?id=26076169", alt: "Customer 5" }, - { src: "http://img.b2bpic.net/free-photo/beauty-young-latin-woman-with-ideal-skin_633478-419.jpg?id=26076169", alt: "Customer 6" }, + { src: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?id=22810379", alt: "Customer 1" }, + { src: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?id=22810379", alt: "Customer 2" }, + { src: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?id=22810379", alt: "Customer 3" }, + { src: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?id=22810379", alt: "Customer 4" }, + { src: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?id=22810379", alt: "Customer 5" }, + { src: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?id=22810379", alt: "Customer 6" }, ]} ratingAnimation="opacity" avatarsAnimation="slide-up" -- 2.49.1