diff --git a/src/app/page.tsx b/src/app/page.tsx index 154688d..e882f92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { logoText="ArboristPros" description="Healthy Trees, Beautiful Gardens, Expert Care. Professional pruning and garden maintenance for residential and commercial properties. Same-day quotes, licensed arborists, fully insured." buttons={[{ text: "Get Your Free Estimate", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -111,7 +111,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Alice Johnson", date: "Jan 2024", title: "Homeowner", quote: "Professional and quick. My garden looks amazing!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg" }, + { id: "1", name: "Alice Johnson", date: "Jan 2024", title: "Homeowner", quote: "Professional and quick. My garden looks amazing!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg?_wi=2" }, { id: "2", name: "Bob Smith", date: "Dec 2023", title: "Office Manager", quote: "Great contract pricing and reliable service.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/proud-middle-aged-business-man-conference-room_1262-3062.jpg", imageSrc: "http://img.b2bpic.net/free-photo/quality-assurance-clipboard-icon_53876-123828.jpg" }, { id: "3", name: "Charlie Davis", date: "Nov 2023", title: "Homeowner", quote: "Highly recommended for local tree work.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/couple-mixed-race-black-women-talking-park-surrounded-by-flowers-morning-sunlight-film-colors-soft-focus_633478-436.jpg", imageSrc: "http://img.b2bpic.net/free-vector/flat-watch-logo-collection_23-2148948726.jpg" }, { id: "4", name: "Diana Ross", date: "Oct 2023", title: "Homeowner", quote: "Safety first team. Very impressed with the cleanup.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/freelancer-mature-man-casual-clothes-with-laptop-near-brick-wall_259150-58366.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-holding-eco-icon_23-2147826566.jpg" },