Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-26 19:23:48 +00:00

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",
},
]}