From 34ba6bd20c51d10f89b070f1602ff1b9510cb34e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:39:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3126b98..b0efd59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { imageAlt="Luxury home construction" mediaAnimation="blur-reveal" avatars={[ - { src: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-while-drinking-wine-kitchen_637285-3748.jpg?id=25777457", alt: "Client 1" }, - { src: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-while-drinking-wine-kitchen_637285-3748.jpg?id=25777457", alt: "Client 2" }, - { src: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-while-drinking-wine-kitchen_637285-3748.jpg?id=25777457", alt: "Client 3" }, - { src: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-while-drinking-wine-kitchen_637285-3748.jpg?id=25777457", alt: "Client 4" }, - { src: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-while-drinking-wine-kitchen_637285-3748.jpg?id=25777457", alt: "Client 5" } + { src: "http://img.b2bpic.net/premium-photo/picture-couple-front-house_470178-28303.jpg?id=297507457", alt: "Client 1" }, + { src: "http://img.b2bpic.net/premium-photo/picture-couple-front-house_470178-28303.jpg?id=297507457", alt: "Client 2" }, + { src: "http://img.b2bpic.net/premium-photo/picture-couple-front-house_470178-28303.jpg?id=297507457", alt: "Client 3" }, + { src: "http://img.b2bpic.net/premium-photo/picture-couple-front-house_470178-28303.jpg?id=297507457", alt: "Client 4" }, + { src: "http://img.b2bpic.net/premium-photo/picture-couple-front-house_470178-28303.jpg?id=297507457", alt: "Client 5" } ]} avatarText="Trusted by 80+ local homeowners" marqueeItems={[{ type: "text", text: "Licensed & Insured" }, { type: "text", text: "Expert Craftsmanship" }, { type: "text", text: "San Diego Based" }, { type: "text", text: "4.9 Star Rating" }, { type: "text", text: "Free Estimates" }]} -- 2.49.1