From 0ed26eeae9e6fb6f7606ca0c511984d33d11b617 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:35:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5a9a40..4392b53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,9 +91,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Hardscape Design", description: "Custom patios, walkways, and retaining walls.", imageSrc: "https://pixabay.com/get/g668f3c8c4750b420b51138acbb6a77500b4615072e2b5ba9bee20ab232b9bb659eb471e51cb18fc94aa769500132705ef3fa7dbb97f257aca8fba32b7aa3a833_1280.jpg", buttonIcon: Zap }, - { title: "Lawn Care", description: "Precision mowing, edging, and nutrient programs.", imageSrc: "https://pixabay.com/get/gc509d89480430a520b829602d7ac7f8e29ae7a3896952546e4d1b2f715e730794baaf9a150b984403dfdfd90382ef242f87fd25431b5b26f851e32f86381732b_1280.jpg", buttonIcon: Zap }, - { title: "Irrigation Systems", description: "Water-efficient systems for a healthy garden.", imageSrc: "https://pixabay.com/get/gd682e58c3080007e5716b80bb8df5507b34b5574f92b006ad8b8b77bd07130486513768912729fded3172b4354246e20549c4ce7b32db1a5be4085c7dbf7d712_1280.jpg", buttonIcon: Zap }, + { title: "Hardscape Design", description: "Custom patios, walkways, and retaining walls.", imageSrc: "https://pixabay.com/get/g668f3c8c4750b420b51138acbb6a77500b4615072e2b5ba9bee20ab232b9bb659eb471e51cb18fc94aa769500132705ef3fa7dbb97f257aca8fba32b7aa3a833_1280.jpg?_wi=1", buttonIcon: Zap }, + { title: "Lawn Care", description: "Precision mowing, edging, and nutrient programs.", imageSrc: "https://pixabay.com/get/gc509d89480430a520b829602d7ac7f8e29ae7a3896952546e4d1b2f715e730794baaf9a150b984403dfdfd90382ef242f87fd25431b5b26f851e32f86381732b_1280.jpg?_wi=1", buttonIcon: Zap }, + { title: "Irrigation Systems", description: "Water-efficient systems for a healthy garden.", imageSrc: "https://pixabay.com/get/gd682e58c3080007e5716b80bb8df5507b34b5574f92b006ad8b8b77bd07130486513768912729fded3172b4354246e20549c4ce7b32db1a5be4085c7dbf7d712_1280.jpg?_wi=1", buttonIcon: Zap }, { title: "Tree & Shrub Care", description: "Pruning, planting, and overall plant health management.", imageSrc: "https://pixabay.com/get/gb48cb6b5224ac0540cbc6eff2ee5887138c82d104d2a7321db067f2950b6a39f5f0ca54226fc7fa56663d2e873f509a0ae4d3c1fb5fad8026ebd5f9b700709fe_1280.jpg", buttonIcon: Zap }, ]} title="Our Landscaping Services" @@ -107,9 +107,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "1", value: "500+", title: "Gardens Transformed", description: "Beautiful spaces created for local homeowners.", imageSrc: "https://pixabay.com/get/g668f3c8c4750b420b51138acbb6a77500b4615072e2b5ba9bee20ab232b9bb659eb471e51cb18fc94aa769500132705ef3fa7dbb97f257aca8fba32b7aa3a833_1280.jpg" }, - { id: "2", value: "15+", title: "Years Experience", description: "Decades of dedicated landscaping service.", imageSrc: "https://pixabay.com/get/gc509d89480430a520b829602d7ac7f8e29ae7a3896952546e4d1b2f715e730794baaf9a150b984403dfdfd90382ef242f87fd25431b5b26f851e32f86381732b_1280.jpg" }, - { id: "3", value: "98%", title: "Client Satisfaction", description: "Our customers are our biggest advocates.", imageSrc: "https://pixabay.com/get/gd682e58c3080007e5716b80bb8df5507b34b5574f92b006ad8b8b77bd07130486513768912729fded3172b4354246e20549c4ce7b32db1a5be4085c7dbf7d712_1280.jpg" }, + { id: "1", value: "500+", title: "Gardens Transformed", description: "Beautiful spaces created for local homeowners.", imageSrc: "https://pixabay.com/get/g668f3c8c4750b420b51138acbb6a77500b4615072e2b5ba9bee20ab232b9bb659eb471e51cb18fc94aa769500132705ef3fa7dbb97f257aca8fba32b7aa3a833_1280.jpg?_wi=2" }, + { id: "2", value: "15+", title: "Years Experience", description: "Decades of dedicated landscaping service.", imageSrc: "https://pixabay.com/get/gc509d89480430a520b829602d7ac7f8e29ae7a3896952546e4d1b2f715e730794baaf9a150b984403dfdfd90382ef242f87fd25431b5b26f851e32f86381732b_1280.jpg?_wi=2" }, + { id: "3", value: "98%", title: "Client Satisfaction", description: "Our customers are our biggest advocates.", imageSrc: "https://pixabay.com/get/gd682e58c3080007e5716b80bb8df5507b34b5574f92b006ad8b8b77bd07130486513768912729fded3172b4354246e20549c4ce7b32db1a5be4085c7dbf7d712_1280.jpg?_wi=2" }, ]} title="Our Impact in Numbers" description="Our work speaks for itself through long-term client satisfaction and garden health." -- 2.49.1