From abdb2621c45e6c63bfb880b5fd3d48517d9869c0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:31:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42c6dc2..77a661f 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?_wi=1", imageAlt: "Professional concrete work in progress"}, + 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/builders-unfinished-construction_1098-15482.jpg?_wi=1", imageAlt: "Juan Guevara Concrete team members"}, + imageSrc: "http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg" imageAlt="Juan Guevara Concrete professional team" useInvertedBackground={false} buttons={[{ text: "Learn More", href: "#services" }]} @@ -154,13 +154,13 @@ export default function LandingPage() {