From 1aa15e4f545289a818ebc52c27c3690922219348 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:37:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b2718f..80b7110 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { background={{ variant: "aurora" }} dashboard={{ title: "Our Expertise in Landscaping", logoIcon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg", searchPlaceholder: "Browse our services...", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg?_wi=1", searchPlaceholder: "Browse our services...", sidebarItems: [ { icon: Sprout, active: true }, { icon: Hammer, active: false }, { icon: Droplet, active: false } @@ -107,7 +107,7 @@ export default function LandingPage() { { text: "Licensed & Insured", href: "#" }, { text: "Schedule Consultation", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg?_wi=2" imageAlt="Rangel & Sons landscape design team at work" useInvertedBackground={false} /> @@ -125,7 +125,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Lawn Care & Maintenance", description: "Professional mowing, edging, and seasonal treatments keep your lawn pristine and healthy year-round.", media: { imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg" }, + id: "1", title: "Lawn Care & Maintenance", description: "Professional mowing, edging, and seasonal treatments keep your lawn pristine and healthy year-round.", media: { imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg?_wi=3" }, items: [ { icon: Sprout, text: "Weekly or bi-weekly service" }, { icon: CheckCircle, text: "Seasonal cleanup included" }, @@ -134,7 +134,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Landscape Design", description: "Custom design services bringing your dream outdoor space to life with creativity and attention to detail.", media: { imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg" }, + id: "2", title: "Landscape Design", description: "Custom design services bringing your dream outdoor space to life with creativity and attention to detail.", media: { imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=1" }, items: [ { icon: Palette, text: "Custom concept designs" }, { icon: Leaf, text: "Plant selection & placement" }, @@ -143,7 +143,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Hardscaping & Irrigation", description: "Expert installation of patios, walkways, retaining walls, and smart irrigation systems for lasting beauty.", media: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127952.jpg" }, + id: "3", title: "Hardscaping & Irrigation", description: "Expert installation of patios, walkways, retaining walls, and smart irrigation systems for lasting beauty.", media: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127952.jpg?_wi=1" }, items: [ { icon: Hammer, text: "Patios & walkways" }, { icon: Droplet, text: "Irrigation systems" }, @@ -167,13 +167,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Desert Oasis Patio Project", price: "Custom Design", variant: "Hardscape & Landscape", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Beautiful patio with landscape design" + id: "1", name: "Desert Oasis Patio Project", price: "Custom Design", variant: "Hardscape & Landscape", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=2", imageAlt: "Beautiful patio with landscape design" }, { id: "2", name: "Complete Lawn Transformation", price: "Maintenance Plan", variant: "Cleanup & Care", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-s-hand-cutting-plant-with-secateurs_23-2148165259.jpg", imageAlt: "Lush green lawn after professional care" }, { - id: "3", name: "Irrigation System Installation", price: "System Included", variant: "Efficient Watering", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127952.jpg", imageAlt: "Modern irrigation system in landscape" + id: "3", name: "Irrigation System Installation", price: "System Included", variant: "Efficient Watering", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127952.jpg?_wi=2", imageAlt: "Modern irrigation system in landscape" } ]} /> -- 2.49.1