From 8bb57587a351c02e41aae60ae9cb5fdf7d09f863 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:03:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ca7e6c..41daf50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,16 +58,16 @@ export default function LandingPage() { id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-standing-ladder-while-reaching-cardboard-box-african-american-warehouse-loader-wearing-safery-hard-hat-overall-workwear-unloading-shelf-with-heavy-parcels_482257-62734.jpg", imageAlt: "Professional moving team" }, { - id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/happy-car-mechanic-using-digital-tablet-while-working-auto-repair-shop_637285-7606.jpg", imageAlt: "Expert assembly service" + id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/happy-car-mechanic-using-digital-tablet-while-working-auto-repair-shop_637285-7606.jpg?_wi=1", imageAlt: "Expert assembly service" }, { - id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086866.jpg", imageAlt: "Careful relocation" + id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086866.jpg?_wi=1", imageAlt: "Careful relocation" }, { - id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-silk-pajamas-ruffles-hair-dressing-room-cheerful-woman-striped-shirt-smil_197531-33622.jpg", imageAlt: "Professional disassembly" + id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-silk-pajamas-ruffles-hair-dressing-room-cheerful-woman-striped-shirt-smil_197531-33622.jpg?_wi=1", imageAlt: "Professional disassembly" }, { - id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-businesspeople-having-meeting_1098-1699.jpg", imageAlt: "Skilled team" + id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-businesspeople-having-meeting_1098-1699.jpg?_wi=1", imageAlt: "Skilled team" }, { id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-4760.jpg", imageAlt: "Affordable pricing" @@ -94,15 +94,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Residential Moving", description: "Full-service moving for homes of any size. We handle packing, loading, transportation, and unpacking with professionalism and care.", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086866.jpg", imageAlt: "Residential moving service" + title: "Residential Moving", description: "Full-service moving for homes of any size. We handle packing, loading, transportation, and unpacking with professionalism and care.", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086866.jpg?_wi=2", imageAlt: "Residential moving service" }, { id: 2, - title: "Furniture Assembly", description: "Expert assembly of IKEA, custom, and designer furniture. We ensure everything is assembled correctly and safely.", imageSrc: "http://img.b2bpic.net/free-photo/happy-car-mechanic-using-digital-tablet-while-working-auto-repair-shop_637285-7606.jpg", imageAlt: "Furniture assembly service" + title: "Furniture Assembly", description: "Expert assembly of IKEA, custom, and designer furniture. We ensure everything is assembled correctly and safely.", imageSrc: "http://img.b2bpic.net/free-photo/happy-car-mechanic-using-digital-tablet-while-working-auto-repair-shop_637285-7606.jpg?_wi=2", imageAlt: "Furniture assembly service" }, { id: 3, - title: "Disassembly & Reassembly", description: "Professional disassembly of furniture for safe transport, then reassembly at your new location.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-silk-pajamas-ruffles-hair-dressing-room-cheerful-woman-striped-shirt-smil_197531-33622.jpg", imageAlt: "Furniture disassembly service" + title: "Disassembly & Reassembly", description: "Professional disassembly of furniture for safe transport, then reassembly at your new location.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-silk-pajamas-ruffles-hair-dressing-room-cheerful-woman-striped-shirt-smil_197531-33622.jpg?_wi=2", imageAlt: "Furniture disassembly service" } ]} ariaLabel="Our services section" @@ -150,7 +150,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Schedule Now", href: "#contact" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/group-happy-businesspeople-having-meeting_1098-1699.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-happy-businesspeople-having-meeting_1098-1699.jpg?_wi=2" imageAlt="Professional team" mediaAnimation="slide-up" textboxLayout="default" -- 2.49.1