Merge version_1 into main #1
@@ -86,7 +86,7 @@ export default function AboutPage() {
|
||||
icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=3"
|
||||
imageAlt="Creative Minds Landscaping professional crew at work"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
|
||||
@@ -68,12 +68,12 @@ export default function ContactPage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg",
|
||||
"http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg?_wi=4",
|
||||
imageAlt: "Premium stone patio installation",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8436.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8436.jpg?_wi=4",
|
||||
imageAlt: "Completed hardscape project with seating area",
|
||||
},
|
||||
],
|
||||
@@ -86,12 +86,12 @@ export default function ContactPage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stone-brick-wall-texture_23-2147960212.jpg",
|
||||
"http://img.b2bpic.net/free-photo/stone-brick-wall-texture_23-2147960212.jpg?_wi=4",
|
||||
imageAlt: "Professionally built retaining wall",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756582.jpg",
|
||||
"http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756582.jpg?_wi=4",
|
||||
imageAlt: "Stone retaining wall with landscaping",
|
||||
},
|
||||
],
|
||||
@@ -104,12 +104,12 @@ export default function ContactPage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/comfortable-sunbeds-with-red-cushions_1203-1655.jpg",
|
||||
"http://img.b2bpic.net/free-photo/comfortable-sunbeds-with-red-cushions_1203-1655.jpg?_wi=4",
|
||||
imageAlt: "Beautiful pool patio design",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7916.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7916.jpg?_wi=4",
|
||||
imageAlt: "Pool surround with water features",
|
||||
},
|
||||
],
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -150,7 +150,7 @@ export default function HomePage() {
|
||||
icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=1"
|
||||
imageAlt="Creative Minds Landscaping professional crew at work"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -179,11 +179,11 @@ export default function HomePage() {
|
||||
icon: Hammer,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg?_wi=1",
|
||||
imageAlt: "Premium stone patio installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8436.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8436.jpg?_wi=1",
|
||||
imageAlt: "Completed hardscape project with seating area",
|
||||
},
|
||||
],
|
||||
@@ -194,11 +194,11 @@ export default function HomePage() {
|
||||
icon: Layers,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-brick-wall-texture_23-2147960212.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-brick-wall-texture_23-2147960212.jpg?_wi=1",
|
||||
imageAlt: "Professionally built retaining wall",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756582.jpg?_wi=1",
|
||||
imageAlt: "Stone retaining wall with landscaping",
|
||||
},
|
||||
],
|
||||
@@ -209,11 +209,11 @@ export default function HomePage() {
|
||||
icon: Droplet,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-sunbeds-with-red-cushions_1203-1655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-sunbeds-with-red-cushions_1203-1655.jpg?_wi=1",
|
||||
imageAlt: "Beautiful pool patio design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7916.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7916.jpg?_wi=1",
|
||||
imageAlt: "Pool surround with water features",
|
||||
},
|
||||
],
|
||||
@@ -224,11 +224,11 @@ export default function HomePage() {
|
||||
icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=1",
|
||||
imageAlt: "Full yard transformation project",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-gardener-working-garden_23-2148165266.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-gardener-working-garden_23-2148165266.jpg?_wi=1",
|
||||
imageAlt: "Landscaped garden beds and planting",
|
||||
},
|
||||
],
|
||||
@@ -239,11 +239,11 @@ export default function HomePage() {
|
||||
icon: Scissors,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-mature-man-garden_329181-4627.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-mature-man-garden_329181-4627.jpg?_wi=1",
|
||||
imageAlt: "Professional lawn and garden maintenance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27364.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27364.jpg?_wi=1",
|
||||
imageAlt: "Seasonal property cleanup",
|
||||
},
|
||||
],
|
||||
@@ -254,11 +254,11 @@ export default function HomePage() {
|
||||
icon: Wind,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261275.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261275.jpg?_wi=1",
|
||||
imageAlt: "Professional snow removal services",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-senior-man-cleaning-sidewalk-with-leaf-blower-october-low-angle-view-smiling-bearded_7502-10259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-senior-man-cleaning-sidewalk-with-leaf-blower-october-low-angle-view-smiling-bearded_7502-10259.jpg?_wi=1",
|
||||
imageAlt: "Clear driveway after snow removal",
|
||||
},
|
||||
],
|
||||
|
||||
@@ -135,11 +135,11 @@ export default function ProjectsPage() {
|
||||
icon: Hammer,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg?_wi=3",
|
||||
imageAlt: "Premium stone patio installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8436.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8436.jpg?_wi=3",
|
||||
imageAlt: "Completed hardscape project with seating area",
|
||||
},
|
||||
],
|
||||
@@ -150,11 +150,11 @@ export default function ProjectsPage() {
|
||||
icon: Layers,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-brick-wall-texture_23-2147960212.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-brick-wall-texture_23-2147960212.jpg?_wi=3",
|
||||
imageAlt: "Professionally built retaining wall",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756582.jpg?_wi=3",
|
||||
imageAlt: "Stone retaining wall with landscaping",
|
||||
},
|
||||
],
|
||||
@@ -165,11 +165,11 @@ export default function ProjectsPage() {
|
||||
icon: Droplet,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-sunbeds-with-red-cushions_1203-1655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-sunbeds-with-red-cushions_1203-1655.jpg?_wi=3",
|
||||
imageAlt: "Beautiful pool patio design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7916.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7916.jpg?_wi=3",
|
||||
imageAlt: "Pool surround with water features",
|
||||
},
|
||||
],
|
||||
|
||||
@@ -136,7 +136,7 @@ export default function ReviewsPage() {
|
||||
icon: Award,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=2"
|
||||
imageAlt="Creative Minds Landscaping professional crew at work"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
|
||||
@@ -70,12 +70,12 @@ export default function ServicesPage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg",
|
||||
"http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg?_wi=2",
|
||||
imageAlt: "Premium stone patio installation",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8436.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8436.jpg?_wi=2",
|
||||
imageAlt: "Completed hardscape project with seating area",
|
||||
},
|
||||
],
|
||||
@@ -88,12 +88,12 @@ export default function ServicesPage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stone-brick-wall-texture_23-2147960212.jpg",
|
||||
"http://img.b2bpic.net/free-photo/stone-brick-wall-texture_23-2147960212.jpg?_wi=2",
|
||||
imageAlt: "Professionally built retaining wall",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756582.jpg",
|
||||
"http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756582.jpg?_wi=2",
|
||||
imageAlt: "Stone retaining wall with landscaping",
|
||||
},
|
||||
],
|
||||
@@ -106,12 +106,12 @@ export default function ServicesPage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/comfortable-sunbeds-with-red-cushions_1203-1655.jpg",
|
||||
"http://img.b2bpic.net/free-photo/comfortable-sunbeds-with-red-cushions_1203-1655.jpg?_wi=2",
|
||||
imageAlt: "Beautiful pool patio design",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7916.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7916.jpg?_wi=2",
|
||||
imageAlt: "Pool surround with water features",
|
||||
},
|
||||
],
|
||||
@@ -124,12 +124,12 @@ export default function ServicesPage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg",
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=2",
|
||||
imageAlt: "Full yard transformation project",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-male-female-gardener-working-garden_23-2148165266.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-male-female-gardener-working-garden_23-2148165266.jpg?_wi=2",
|
||||
imageAlt: "Landscaped garden beds and planting",
|
||||
},
|
||||
],
|
||||
@@ -142,12 +142,12 @@ export default function ServicesPage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/hard-working-mature-man-garden_329181-4627.jpg",
|
||||
"http://img.b2bpic.net/free-photo/hard-working-mature-man-garden_329181-4627.jpg?_wi=2",
|
||||
imageAlt: "Professional lawn and garden maintenance",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27364.jpg",
|
||||
"http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27364.jpg?_wi=2",
|
||||
imageAlt: "Seasonal property cleanup",
|
||||
},
|
||||
],
|
||||
@@ -160,12 +160,12 @@ export default function ServicesPage() {
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261275.jpg",
|
||||
"http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261275.jpg?_wi=2",
|
||||
imageAlt: "Professional snow removal services",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/focused-senior-man-cleaning-sidewalk-with-leaf-blower-october-low-angle-view-smiling-bearded_7502-10259.jpg",
|
||||
"http://img.b2bpic.net/free-photo/focused-senior-man-cleaning-sidewalk-with-leaf-blower-october-low-angle-view-smiling-bearded_7502-10259.jpg?_wi=2",
|
||||
imageAlt: "Clear driveway after snow removal",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user