diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fbd256..0cdc843 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Same-Day Service Available" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg?_wi=1" imageAlt="Professional service team ready to help" mediaAnimation="none" useInvertedBackground={false} @@ -80,7 +80,7 @@ export default function LandingPage() { tag="20+ Years of Excellence" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg?_wi=2" imageAlt="Trusted local service professionals" useInvertedBackground={true} buttons={[{ text: "Learn More", href: "#services" }]} @@ -112,10 +112,10 @@ export default function LandingPage() {