Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 17:46:18 +00:00

View File

@@ -67,16 +67,16 @@ export default function HomePage() {
rightCarouselItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg", imageAlt: "Yard care and landscaping"},
"http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=1", imageAlt: "Yard care and landscaping"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454508.jpg", imageAlt: "Professional cleaning services"},
"http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454508.jpg?_wi=1", imageAlt: "Professional cleaning services"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-construction-worker-with-mobile-phone_329181-3750.jpg", imageAlt: "Expert handyman repairs"},
"http://img.b2bpic.net/free-photo/close-up-construction-worker-with-mobile-phone_329181-3750.jpg?_wi=1", imageAlt: "Expert handyman repairs"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-people-working-office_23-2149721923.jpg", imageAlt: "Property inspection services"},
"http://img.b2bpic.net/free-photo/side-view-people-working-office_23-2149721923.jpg?_wi=1", imageAlt: "Property inspection services"},
]}
buttons={[
{
@@ -121,19 +121,19 @@ export default function HomePage() {
features={[
{
title: "Yard Care", description: "Professional lawn maintenance, yard cleanup, and property exterior care services.", imageSrc:
"http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg", imageAlt: "Yard care and landscaping", buttonIcon: ArrowRight,
"http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=2", imageAlt: "Yard care and landscaping", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Maid Services", description: "Comprehensive professional home cleaning services for residential properties.", imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454508.jpg", imageAlt: "Professional cleaning services", buttonIcon: ArrowRight,
"http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454508.jpg?_wi=2", imageAlt: "Professional cleaning services", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Handyman Services", description: "Expert general repairs and home improvement work by skilled professionals.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-construction-worker-with-mobile-phone_329181-3750.jpg", imageAlt: "Expert handyman repairs", buttonIcon: ArrowRight,
"http://img.b2bpic.net/free-photo/close-up-construction-worker-with-mobile-phone_329181-3750.jpg?_wi=2", imageAlt: "Expert handyman repairs", buttonIcon: ArrowRight,
buttonHref: "/services"},
{
title: "Inspection Services", description: "Thorough property condition inspections and specialized inspection services.", imageSrc:
"http://img.b2bpic.net/free-photo/side-view-people-working-office_23-2149721923.jpg", imageAlt: "Property inspection services", buttonIcon: ArrowRight,
"http://img.b2bpic.net/free-photo/side-view-people-working-office_23-2149721923.jpg?_wi=2", imageAlt: "Property inspection services", buttonIcon: ArrowRight,
buttonHref: "/services"},
]}
textboxLayout="default"