From 0db5e4aedf18d1bac1e8af7c3628ba903f207021 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 20:31:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 97 +++++++++++------------------------------------- 1 file changed, 21 insertions(+), 76 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82c57cb..7f0ed40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,38 +45,19 @@ export default function LandingPage() {
@@ -144,25 +106,15 @@ export default function LandingPage() { author="Sarah Johnson, CEO of TechCorp" avatars={[ { - src: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg", - alt: "Client 1", - }, + src: "http://img.b2bpic.net/free-photo/man-browsing-digital-tablet-office_329181-15802.jpg", alt: "Client 1"}, { - src: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg", - alt: "Client 2", - }, + src: "http://img.b2bpic.net/free-photo/creative-way-photograph-product_23-2148970208.jpg", alt: "Client 2"}, { - src: "http://img.b2bpic.net/free-photo/man-focused-while-working-computer_329181-16283.jpg", - alt: "Client 3", - }, + src: "http://img.b2bpic.net/free-photo/man-focused-while-working-computer_329181-16283.jpg", alt: "Client 3"}, { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", - alt: "Client 4", - }, + src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Client 4"}, { - src: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg", - alt: "Client 5", - }, + src: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg", alt: "Client 5"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -173,16 +125,13 @@ export default function LandingPage() {
@@ -191,13 +140,9 @@ export default function LandingPage() {