diff --git a/src/app/page.tsx b/src/app/page.tsx index b88f796..0aac9b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -93,40 +71,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hardscaping & Patios", - description: "Custom stone paths, patios, and retaining walls designed for function and style.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-footpath-made-stone-tiles-surrounded-by-green-grass_181624-29097.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-gardener-shaping-overgrown-boxwood-bush-by-hedge-trimmer-garden-front-view_7502-10139.jpg?_wi=2", - imageAlt: "stone patio construction installation", + title: "Hardscaping & Patios", description: "Custom stone paths, patios, and retaining walls designed for function and style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-footpath-made-stone-tiles-surrounded-by-green-grass_181624-29097.jpg", imageAlt: "stone patio construction installation" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg", imageAlt: "stone patio construction installation" } }, { - title: "Irrigation Systems", - description: "High-efficiency watering systems that keep your landscape healthy all season long.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-with-garden-outdoor-view_74190-351.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966136.jpg", - imageAlt: "stone patio construction installation", + title: "Irrigation Systems", description: "High-efficiency watering systems that keep your landscape healthy all season long.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-with-garden-outdoor-view_74190-351.jpg", imageAlt: "stone patio construction installation" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg", imageAlt: "stone patio construction installation" } }, { - title: "Tree Care & Pruning", - description: "Expert tree health care and aesthetic shaping for healthy, beautiful greenery.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-after-plants-greenhouse_23-2147768520.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1", - imageAlt: "stone patio construction installation", + title: "Tree Care & Pruning", description: "Expert tree health care and aesthetic shaping for healthy, beautiful greenery.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-looking-after-plants-greenhouse_23-2147768520.jpg", imageAlt: "stone patio construction installation" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg", imageAlt: "stone patio construction installation" } }, ]} showStepNumbers={false} @@ -139,44 +93,15 @@ export default function LandingPage() {