diff --git a/src/app/page.tsx b/src/app/page.tsx index 95c1e0c..15e848d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -193,27 +95,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Irrigation Management", - description: "Expert irrigation setup and efficiency tuning.", - imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-grabbing-some-tools-from-toolb_181624-36737.jpg", - titleIconSrc: "Droplets", - buttonText: "Learn More", - }, - { - title: "Custom Hardscaping", - description: "Beautiful patios, walkways, and masonry.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12409.jpg", - titleIconSrc: "Hammer", - buttonText: "Learn More", - }, - { - title: "Seasonal Maintenance", - description: "Keep your yard pristine year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/nature-lover-working-greenhouse_23-2149037329.jpg", - titleIconSrc: "Leaf", - buttonText: "Learn More", - }, + { title: "Irrigation Management", description: "Expert irrigation setup and efficiency tuning.", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-grabbing-some-tools-from-toolb_181624-36737.jpg", titleIconSrc: "Droplets", buttonText: "Learn More" }, + { title: "Custom Hardscaping", description: "Beautiful patios, walkways, and masonry.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12409.jpg", titleIconSrc: "Hammer", buttonText: "Learn More" }, + { title: "Seasonal Maintenance", description: "Keep your yard pristine year-round.", imageSrc: "http://img.b2bpic.net/free-photo/nature-lover-working-greenhouse_23-2149037329.jpg", titleIconSrc: "Leaf", buttonText: "Learn More" } ]} title="Comprehensive Landscape Services" description="Professional maintenance and design services tailored for Tolleson landscapes." @@ -224,15 +108,7 @@ export default function LandingPage() { @@ -240,50 +116,16 @@ export default function LandingPage() {
@@ -372,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file