diff --git a/src/app/page.tsx b/src/app/page.tsx index 77681f7..030ad8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { { text: "Contact Us", href: "#contact" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/flowers-park_1127-3024.jpg", imageAlt: "Professional landscaping project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg", imageAlt: "Lawn care maintenance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2951.jpg", imageAlt: "Paver patio installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg", imageAlt: "Tree maintenance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500826.jpg", imageAlt: "Professional landscaping crew" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flowers-park_1127-3024.jpg?_wi=1", imageAlt: "Professional landscaping project" }, + { imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg?_wi=1", imageAlt: "Lawn care maintenance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2951.jpg?_wi=1", imageAlt: "Paver patio installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg?_wi=1", imageAlt: "Tree maintenance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500826.jpg?_wi=1", imageAlt: "Professional landscaping crew" }, ]} /> @@ -67,16 +67,16 @@ export default function LandingPage() { description="Comprehensive outdoor solutions to enhance and maintain your property's value year-round." features={[ { - title: "Lawn & Garden Care", description: "Full-service seeding, sod installation, and regular lawn maintenance for a pristine yard.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg", imageAlt: "Lawn maintenance" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flowers-park_1127-3024.jpg", imageAlt: "Green garden" } + title: "Lawn & Garden Care", description: "Full-service seeding, sod installation, and regular lawn maintenance for a pristine yard.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg?_wi=2", imageAlt: "Lawn maintenance" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flowers-park_1127-3024.jpg?_wi=2", imageAlt: "Green garden" } }, { - title: "Hardscaping & Pavers", description: "Custom paver installation and walkway grading to transform your outdoor living space.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2951.jpg", imageAlt: "Paver design" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flowers-park_1127-3024.jpg", imageAlt: "Walkway completion" } + title: "Hardscaping & Pavers", description: "Custom paver installation and walkway grading to transform your outdoor living space.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2951.jpg?_wi=2", imageAlt: "Paver design" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flowers-park_1127-3024.jpg?_wi=3", imageAlt: "Walkway completion" } }, { - title: "Tree & Property Maintenance", description: "Reliable tree removal, pruning, and storm cleanup services by experienced professionals.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg", imageAlt: "Tree services" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500826.jpg", imageAlt: "Cleanup work" } + title: "Tree & Property Maintenance", description: "Reliable tree removal, pruning, and storm cleanup services by experienced professionals.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg?_wi=2", imageAlt: "Tree services" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500826.jpg?_wi=2", imageAlt: "Cleanup work" } } ]} /> @@ -130,13 +130,13 @@ export default function LandingPage() { { name: "phone", type: "tel", placeholder: "Phone Number", required: true }, ]} textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 4, required: true }} - imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500826.jpg" + imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500826.jpg?_wi=3" />