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() {