diff --git a/src/app/page.tsx b/src/app/page.tsx index 77a661f..42c6dc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg", imageAlt: "Professional concrete work in progress"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg?_wi=1", imageAlt: "Professional concrete work in progress"}, { - imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", imageAlt: "Juan Guevara Concrete team members"}, + imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg?_wi=1", imageAlt: "Juan Guevara Concrete team members"}, ]} mediaAnimation="slide-up" rating={5} @@ -71,7 +71,7 @@ export default function LandingPage() { title="Quality Concrete Work You Can Trust" description="Juan Guevara Concrete has been serving the community with excellence for over 10 years. We specialize in residential and commercial concrete projects, combining traditional craftsmanship with modern techniques. Our commitment to quality and customer satisfaction has made us a trusted name in the industry." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg" + imageSrc="http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg?_wi=2" imageAlt="Juan Guevara Concrete professional team" useInvertedBackground={false} buttons={[{ text: "Learn More", href: "#services" }]} @@ -154,13 +154,13 @@ export default function LandingPage() {