From 09652ffb0554c720b0cd87dcaf5046b169f464e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:20:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f92b8eb..cf65ba3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function HvacPage() { title="Your Comfort Is Our Priority" description="Professional heating, ventilation, and air conditioning services for homes and businesses. From installations to emergency repairs, we keep your climate perfect year-round." avatars={[ - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Client" }, + { src: "https://pixabay.com/get/gbb524632b9446cd9deb721770899b47130018da853e0d670f01dabf35e282105677aa13771ebd57be5c09917832d7a87778fc13f025650b4638151ec71665554_1280.jpg?id=9230049", alt: "Client" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Client" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" }, ]} -- 2.49.1