Update src/app/page.tsx

This commit is contained in:
2026-04-17 23:50:58 +00:00
parent f81ca9c012
commit 2bace358ec

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{
text: "Call Ray", href: "tel:5555555555"},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-worker-raising-hands-helpless-manner-uniform-looking-upset-front-view_176474-21722.jpg?_wi=1"
imageSrc="https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=800&auto=format&fit=crop"
mediaAnimation="slide-up"
avatars={[
{
@@ -159,8 +159,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Commitment to Quality"
description="Ray has dedicated his career to honest service. Every job is an opportunity to prove why local expertise matters."
imageSrc="http://img.b2bpic.net/free-photo/young-worker-raising-hands-helpless-manner-uniform-looking-upset-front-view_176474-21722.jpg?_wi=2"
imageAlt="Ray at work"
imageSrc="https://images.unsplash.com/photo-1534347628048-617573ede396?q=80&w=800&auto=format&fit=crop"
imageAlt="Professional HVAC technician performing maintenance"
/>
</div>
@@ -192,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}