Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-12 03:52:58 +00:00

View File

@@ -55,11 +55,11 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg", imageAlt: "well maintained lawn landscape garden" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg", imageAlt: "lawn mowing grass cutting service" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg", imageAlt: "landscape design garden creation" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-digging-soil-with-hoe_23-2148165244.jpg", imageAlt: "mulch landscaping garden ground cover" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg", imageAlt: "tree trimming pruning service outdoor" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500819.jpg", imageAlt: "professional landscaping team outdoor" }
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg?_wi=1", imageAlt: "lawn mowing grass cutting service" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=1", imageAlt: "landscape design garden creation" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-digging-soil-with-hoe_23-2148165244.jpg?_wi=1", imageAlt: "mulch landscaping garden ground cover" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg?_wi=1", imageAlt: "tree trimming pruning service outdoor" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500819.jpg?_wi=1", imageAlt: "professional landscaping team outdoor" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -76,7 +76,7 @@ export default function LandingPage() {
description="Veteran-Owned Excellence in Landscaping"
subdescription="Serving Augusta and surrounding communities with pride and commitment"
icon={Sprout}
imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500819.jpg"
imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500819.jpg?_wi=2"
imageAlt="Carpe Diem Services landscape team at work"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -102,25 +102,25 @@ export default function LandingPage() {
id: "mowing", title: "Lawn Mowing & Maintenance", descriptions: [
"Regular grass cutting and lawn maintenance", "Professional equipment and attention to detail", "Customized schedules for your property"
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg", imageAlt: "Professional lawn mowing service"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg?_wi=2", imageAlt: "Professional lawn mowing service"
},
{
id: "landscaping", title: "Landscape Design & Installation", descriptions: [
"Custom landscape design and outdoor spaces", "Hardscaping, plantings, and outdoor features", "Complete property transformation"
],
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg", imageAlt: "Beautiful landscape design installation"
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=2", imageAlt: "Beautiful landscape design installation"
},
{
id: "mulch", title: "Mulch & Ground Cover", descriptions: [
"Professional mulch installation and maintenance", "Weed control and soil protection", "Year-round ground cover solutions"
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-digging-soil-with-hoe_23-2148165244.jpg", imageAlt: "Mulch installation and ground cover"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-digging-soil-with-hoe_23-2148165244.jpg?_wi=2", imageAlt: "Mulch installation and ground cover"
},
{
id: "trimming", title: "Tree & Hedge Trimming", descriptions: [
"Professional tree and shrub care", "Pruning for health and aesthetics", "Safe removal and maintenance"
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg", imageAlt: "Professional tree trimming service"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg?_wi=2", imageAlt: "Professional tree trimming service"
}
]}
gridVariant="four-items-2x2-equal-grid"