From 0c7afb6f5d7c0d9ad740bf3fdf2fe81eae3ab738 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:39:16 +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 2e1326f..7b25e68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,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 } @@ -113,7 +113,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} /> @@ -123,7 +123,7 @@ export default function LandingPage() {