Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-04 00:25:23 +00:00
4 changed files with 35 additions and 35 deletions

View File

@@ -47,7 +47,7 @@ export default function AboutPage() {
{ value: "15+", title: "Years of Experience" },
{ value: "1000+", title: "Satisfied Customers" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=2"
imageAlt="Countryside Landscaping team at work"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -61,35 +61,35 @@ export default function AboutPage() {
id: "1",
name: "Sarah Johnson",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3",
imageAlt: "Sarah Johnson",
},
{
id: "2",
name: "Michael Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3",
imageAlt: "Michael Chen",
},
{
id: "3",
name: "Emily Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3",
imageAlt: "Emily Rodriguez",
},
{
id: "4",
name: "David Kim",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
"http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=3",
imageAlt: "David Kim",
},
{
id: "5",
name: "Jennifer Martinez",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
"http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2",
imageAlt: "Jennifer Martinez",
},
]}

View File

@@ -61,7 +61,7 @@ export default function ContactPage() {
{ value: "24/7", title: "Customer Support Available" },
{ value: "100%", title: "Satisfaction Guaranteed" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=3"
imageAlt="Countryside Landscaping team"
mediaAnimation="slide-up"
useInvertedBackground={true}

View File

@@ -53,7 +53,7 @@ export default function GalleryPage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg",
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg?_wi=3",
imageAlt: "Beautiful lawn care project",
},
{
@@ -64,7 +64,7 @@ export default function GalleryPage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg",
"http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg?_wi=3",
imageAlt: "Professional mulching service",
},
{
@@ -75,7 +75,7 @@ export default function GalleryPage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg",
"http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=3",
imageAlt: "Custom hardscape design",
},
{
@@ -86,7 +86,7 @@ export default function GalleryPage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg",
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=3",
imageAlt: "Landscape transformation project",
},
{
@@ -97,7 +97,7 @@ export default function GalleryPage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg",
"http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=3",
imageAlt: "Expert lawn care and maintenance",
},
{
@@ -108,7 +108,7 @@ export default function GalleryPage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg",
"http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg?_wi=3",
imageAlt: "Professional landscape design",
},
]}
@@ -122,28 +122,28 @@ export default function GalleryPage() {
id: "1",
name: "Sarah Johnson",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
imageAlt: "Sarah Johnson",
},
{
id: "2",
name: "Michael Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
imageAlt: "Michael Chen",
},
{
id: "3",
name: "Emily Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
imageAlt: "Emily Rodriguez",
},
{
id: "4",
name: "David Kim",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
"http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=2",
imageAlt: "David Kim",
},
]}

View File

@@ -64,34 +64,34 @@ export default function HomePage() {
leftCarouselItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg",
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg?_wi=1",
imageAlt: "Beautiful lawn care project",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg",
"http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg?_wi=1",
imageAlt: "Professional mulching service",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg",
"http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1",
imageAlt: "Custom hardscape design",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg",
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=1",
imageAlt: "Landscape transformation project",
},
]}
rightCarouselItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg",
"http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=1",
imageAlt: "Expert lawn care and maintenance",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg",
"http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg?_wi=1",
imageAlt: "Professional landscape design",
},
{
@@ -120,7 +120,7 @@ export default function HomePage() {
{ value: "5.0", title: "Star Rating with 24+ Reviews" },
{ value: "51+", title: "Quality Project Photos" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1"
imageAlt="Countryside Landscaping team at work"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -194,7 +194,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg",
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg?_wi=2",
imageAlt: "Beautiful lawn care project",
},
{
@@ -205,7 +205,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg",
"http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg?_wi=2",
imageAlt: "Professional mulching service",
},
{
@@ -216,7 +216,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg",
"http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2",
imageAlt: "Custom hardscape design",
},
{
@@ -227,7 +227,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg",
"http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=2",
imageAlt: "Landscape transformation project",
},
{
@@ -238,7 +238,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg",
"http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=2",
imageAlt: "Expert lawn care and maintenance",
},
{
@@ -249,7 +249,7 @@ export default function HomePage() {
rating: 5,
reviewCount: "24+",
imageSrc:
"http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg",
"http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg?_wi=2",
imageAlt: "Professional landscape design",
},
]}
@@ -263,35 +263,35 @@ export default function HomePage() {
id: "1",
name: "Sarah Johnson",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
id: "2",
name: "Michael Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
id: "3",
name: "Emily Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
{
id: "4",
name: "David Kim",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
"http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=1",
imageAlt: "David Kim",
},
{
id: "5",
name: "Jennifer Martinez",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
"http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1",
imageAlt: "Jennifer Martinez",
},
{