diff --git a/src/app/page.tsx b/src/app/page.tsx index 0944399..f117938 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,18 +44,18 @@ export default function LandingPage() { title="Expert Fencing Solutions Built to Last" description="From installation to repairs, The Fence Man delivers quality craftsmanship and honest service to homeowners and businesses. Get a free estimate today." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-fence-home_1150-5910.jpg", imageAlt: "Professional fence installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg", imageAlt: "Commercial fencing project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-fence-home_1150-5910.jpg", imageAlt: "Residential gate installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg", imageAlt: "Backyard fence repair" }, - { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-fence-home_1150-5910.jpg", imageAlt: "Custom wood fence" }, + { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-fence-home_1150-5910.jpg?_wi=1", imageAlt: "Professional fence installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg?_wi=1", imageAlt: "Commercial fencing project" }, + { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-fence-home_1150-5910.jpg?_wi=2", imageAlt: "Residential gate installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg?_wi=2", imageAlt: "Backyard fence repair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-fence-home_1150-5910.jpg?_wi=3", imageAlt: "Custom wood fence" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg", imageAlt: "Fence installation expert" }, - { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-fence-home_1150-5910.jpg", imageAlt: "Beautiful privacy fence" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg", imageAlt: "Modern metal gate" }, - { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-fence-home_1150-5910.jpg", imageAlt: "Backyard fence renovation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg", imageAlt: "Industrial perimeter fencing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg?_wi=3", imageAlt: "Fence installation expert" }, + { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-fence-home_1150-5910.jpg?_wi=4", imageAlt: "Beautiful privacy fence" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg?_wi=4", imageAlt: "Modern metal gate" }, + { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-painting-fence-home_1150-5910.jpg?_wi=5", imageAlt: "Backyard fence renovation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg?_wi=5", imageAlt: "Industrial perimeter fencing" }, ]} buttons={[{ text: "Request Free Quote", href: "#contact" }]} avatars={[ @@ -92,22 +92,22 @@ export default function LandingPage() { { title: "Residential Wood Fencing", description: "Premium wood installations providing privacy, aesthetic appeal, and long-term durability for your home.", icon: Building2, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg?_wi=2" }, ], }, { title: "Commercial Metal Fencing", description: "Robust security perimeters designed for business premises requiring strength and professional maintenance.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg?_wi=2" }, ], }, { title: "Repair & Replacement", description: "Expert diagnostic services and repairs for storm damage, wear, or complete fence system updates.", icon: RefreshCw, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg?_wi=3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg?_wi=3" }, ], }, ]}