diff --git a/src/app/page.tsx b/src/app/page.tsx index c24554c..60120f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { description="Professional, reliable lawn mowing and garden maintenance tailored to keep your yard looking its best year-round." buttons={[{ text: "Get a Quote", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-driving-lawn-mower_23-2149382199.jpg", imageAlt: "Professional mowing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-large-plants-leaves-forest_181624-3383.jpg", imageAlt: "Well maintained lawn" }, - { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-gardener-with-modern-weedwacker_329181-20635.jpg", imageAlt: "Gardening equipment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-driving-lawn-mower_23-2149382199.jpg?_wi=1", imageAlt: "Professional mowing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-large-plants-leaves-forest_181624-3383.jpg?_wi=1", imageAlt: "Well maintained lawn" }, + { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-gardener-with-modern-weedwacker_329181-20635.jpg?_wi=1", imageAlt: "Gardening equipment" }, { imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-weedwacker-garden_329181-20572.jpg", imageAlt: "Landscaping service" }, { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-yard_23-2148580100.jpg", imageAlt: "Trimmed grass" }, { imageSrc: "http://img.b2bpic.net/free-photo/concentrated-gardener-growing-evergreen-plants-grey-haired-man-eyeglasses-wearing-blue-shirt-apron-caring-small-thujas-greenhouse-commercial-gardening-activity-summer-concept_74855-12740.jpg", imageAlt: "Equipment truck" } @@ -77,7 +77,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Mowing & Edging", description: "Professional weekly or bi-weekly mowing service.", media: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-driving-lawn-mower_23-2149382199.jpg", imageAlt: "Mowing" }, + title: "Mowing & Edging", description: "Professional weekly or bi-weekly mowing service.", media: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-driving-lawn-mower_23-2149382199.jpg?_wi=2", imageAlt: "Mowing" }, items: [ { icon: CheckCircle, text: "Precision cut" }, { icon: CheckCircle, text: "Clean edge" } @@ -85,7 +85,7 @@ export default function LandingPage() { reverse: false }, { - title: "Garden Cleanup", description: "Spring and fall seasonal cleanups.", media: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-large-plants-leaves-forest_181624-3383.jpg", imageAlt: "Cleanup" }, + title: "Garden Cleanup", description: "Spring and fall seasonal cleanups.", media: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-large-plants-leaves-forest_181624-3383.jpg?_wi=2", imageAlt: "Cleanup" }, items: [ { icon: CheckCircle, text: "Debris removal" }, { icon: CheckCircle, text: "Leaf removal" } @@ -93,7 +93,7 @@ export default function LandingPage() { reverse: true }, { - title: "Hedge Trimming", description: "Expert shaping for shrubs and bushes.", media: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-gardener-with-modern-weedwacker_329181-20635.jpg", imageAlt: "Trimming" }, + title: "Hedge Trimming", description: "Expert shaping for shrubs and bushes.", media: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-gardener-with-modern-weedwacker_329181-20635.jpg?_wi=2", imageAlt: "Trimming" }, items: [ { icon: CheckCircle, text: "Uniform shape" }, { icon: CheckCircle, text: "Health trim" }