Update src/app/page.tsx

This commit is contained in:
2026-04-26 19:23:44 +00:00
parent 06b623ad02
commit 86a2ebbb4b

View File

@@ -67,12 +67,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=1",
imageAlt: "Roof repair service",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg?_wi=1",
imageAlt: "Carpentry craftsmanship",
},
{
@@ -127,7 +127,7 @@ export default function LandingPage() {
title: "Pest Prevention",
description: "Securing your home by sealing entry points and fortifying wooden structures against pests.",
tag: "Protection",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=2",
imageAlt: "Medium shot men working together",
},
{
@@ -135,7 +135,7 @@ export default function LandingPage() {
title: "General Carpentry",
description: "Custom woodwork, structural framing, and home renovation services tailored to your needs.",
tag: "Craft",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-making-design-from-wood_23-2148640298.jpg?_wi=2",
imageAlt: "Medium shot men working together",
},
]}