Merge version_1 into main #3
@@ -26,6 +26,7 @@ import {
|
||||
CheckCircle,
|
||||
Star,
|
||||
MapPin,
|
||||
Leaf,
|
||||
} from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
@@ -115,7 +116,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Professional lawn mowing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg",
|
||||
imageAlt: "Manicured lawn maintenance",
|
||||
},
|
||||
],
|
||||
@@ -130,7 +131,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Professional fence installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-tools-leaning-pine-tree-garden-garden-space-cleaning-outdoor-park-copy-space-with-garden-tools-necessary-ongoing-maintenance-park-public-space_166373-8646.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garden-tools-leaning-pine-tree-garden-garden-space-cleaning-outdoor-park-copy-space-with-garden-tools-necessary-ongoing-maintenance-park-public-space_166373-8646.jpg",
|
||||
imageAlt: "Completed fence project",
|
||||
},
|
||||
],
|
||||
@@ -141,11 +142,11 @@ export default function ServicesPage() {
|
||||
icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg",
|
||||
imageAlt: "Garden cleanup service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013552.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013552.jpg",
|
||||
imageAlt: "Clean and prepared garden",
|
||||
},
|
||||
],
|
||||
@@ -160,7 +161,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Grass seeding installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-watering-succulent-plant_23-2147844312.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-watering-succulent-plant_23-2147844312.jpg",
|
||||
imageAlt: "New grass establishment",
|
||||
},
|
||||
],
|
||||
@@ -175,7 +176,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Professional hedge trimming",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-planting-new-plants-nature_23-2149121342.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-planting-new-plants-nature_23-2149121342.jpg",
|
||||
imageAlt: "Trimmed hedges and plants",
|
||||
},
|
||||
],
|
||||
@@ -190,7 +191,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Irrigation system installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-blue-jeans-watering-plant_23-2147948195.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-blue-jeans-watering-plant_23-2147948195.jpg",
|
||||
imageAlt: "Professional watering system",
|
||||
},
|
||||
],
|
||||
@@ -205,7 +206,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Landscape design consultation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013552.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013552.jpg",
|
||||
imageAlt: "Designed landscape project",
|
||||
},
|
||||
],
|
||||
@@ -220,7 +221,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Lawn pest control service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg",
|
||||
imageAlt: "Healthy lawn after treatment",
|
||||
},
|
||||
],
|
||||
@@ -235,7 +236,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Professional mulching service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013552.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013552.jpg",
|
||||
imageAlt: "Garden beds with mulch",
|
||||
},
|
||||
],
|
||||
@@ -250,7 +251,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Professional weed control",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg",
|
||||
imageAlt: "Weed-free lawn",
|
||||
},
|
||||
],
|
||||
@@ -265,7 +266,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Professional tree cutting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-planting-new-plants-nature_23-2149121342.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-planting-new-plants-nature_23-2149121342.jpg",
|
||||
imageAlt: "Tree cutting service",
|
||||
},
|
||||
],
|
||||
@@ -280,7 +281,7 @@ export default function ServicesPage() {
|
||||
imageAlt: "Waste removal service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg",
|
||||
imageAlt: "Clean property after removal",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user