From 9f5110a4b69ff2bfde21ec05aad4edb8341a6978 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 08:58:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 254 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 972f2e2..e09d88d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,66 +32,27 @@ export default function LandingPage() {
@@ -253,26 +142,11 @@ export default function LandingPage() { rating={5} author="Sarah M." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-glasses_23-2149927582.jpg", - alt: "Sarah", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-sitting-couch_23-2148751504.jpg", - alt: "Mark", - }, - { - src: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg", - alt: "Emma", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-talking-mobile-phone_171337-3992.jpg", - alt: "John", - }, - { - src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", - alt: "Lisa", - }, + { src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-glasses_23-2149927582.jpg", alt: "Sarah" }, + { src: "http://img.b2bpic.net/free-photo/woman-sitting-couch_23-2148751504.jpg", alt: "Mark" }, + { src: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg", alt: "Emma" }, + { src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-talking-mobile-phone_171337-3992.jpg", alt: "John" }, + { src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", alt: "Lisa" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -283,21 +157,9 @@ export default function LandingPage() {
@@ -337,29 +185,15 @@ export default function LandingPage() {