From 6ba85423b9cc5b81e0aedd4eb33762235bb0f610 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:04:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c7bc74..064df71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,19 +118,19 @@ export default function LandingPage() { author="Sarah & Michael, Wedding Couple" avatars={[ { - src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + src: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", alt: "Sarah" }, { - src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", alt: "Client testimonial" }, { - src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + src: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", alt: "Happy customer" }, { - src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", + src: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", alt: "Kviten client" } ]}