diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bb3b66..8b1bb5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { title="Eco-Conscious Care for a Greener Lawn" description="We nurture your lawn with organic, sustainable practices that keep it healthy, lush, and safe for your family." buttons={[{ text: "Get a Quote", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-green-wheat-fields-ukraine-green-wheat-sprouts-field-close-up-concept-ecology-protection-explore-world-s-beauty_169016-15541.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-green-wheat-fields-ukraine-green-wheat-sprouts-field-close-up-concept-ecology-protection-explore-world-s-beauty_169016-15541.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/attractive-man-with-papaer-sheet-glasshouse_23-2147768482.jpg", alt: "Customer Sarah" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-surrounded-by-plants_23-2150522503.jpg", alt: "Customer James" }, @@ -78,16 +78,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Organic Fertilization", description: "Custom blends that improve soil health naturally without harmful synthetics.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-beside-tools-gardening_23-2148672673.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-unrecognizable-person-analysing-financial-chart-smartphone_1098-18935.jpg" } + title: "Organic Fertilization", description: "Custom blends that improve soil health naturally without harmful synthetics.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-beside-tools-gardening_23-2148672673.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-unrecognizable-person-analysing-financial-chart-smartphone_1098-18935.jpg?_wi=1" } }, { - title: "Eco-Friendly Weed Control", description: "Targeted, chemical-free strategies for managing weeds effectively.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-beside-tools-gardening_23-2148672673.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-unrecognizable-person-analysing-financial-chart-smartphone_1098-18935.jpg" } + title: "Eco-Friendly Weed Control", description: "Targeted, chemical-free strategies for managing weeds effectively.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-beside-tools-gardening_23-2148672673.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-unrecognizable-person-analysing-financial-chart-smartphone_1098-18935.jpg?_wi=2" } }, { - title: "Sustainable Mowing", description: "Proper cutting heights and mulching techniques for water retention.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-beside-tools-gardening_23-2148672673.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-unrecognizable-person-analysing-financial-chart-smartphone_1098-18935.jpg" } + title: "Sustainable Mowing", description: "Proper cutting heights and mulching techniques for water retention.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-beside-tools-gardening_23-2148672673.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-unrecognizable-person-analysing-financial-chart-smartphone_1098-18935.jpg?_wi=3" } }, ]} showStepNumbers={true} @@ -129,7 +129,7 @@ export default function LandingPage() {