Update src/app/page.tsx

This commit is contained in:
2026-04-27 15:03:07 +00:00
parent dd1bdc585a
commit caab2cc0aa

View File

@@ -68,11 +68,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-pack_23-2149103437.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-pack_23-2149103437.jpg?_wi=1",
imageAlt: "Professional movers team",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg?_wi=1",
imageAlt: "Furniture handling",
},
{
@@ -196,7 +196,7 @@ export default function LandingPage() {
text: "Book Now",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-pack_23-2149103437.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-pack_23-2149103437.jpg?_wi=2",
imageAlt: "Medium shot delivery people",
},
{
@@ -213,7 +213,7 @@ export default function LandingPage() {
text: "Book Now",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg?_wi=2",
imageAlt: "Medium shot delivery people",
},
]}