diff --git a/src/app/page.tsx b/src/app/page.tsx index 83b582a..a5cf96b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,25 +53,25 @@ export default function LandingPage() { testimonials={[ { name: "S-TAC Team", handle: "Quality Contractors", testimonial: "Precision and reliability on every project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/clean-wall-texture_1194-8399.jpg", imageAlt: "fresh concrete pour driveway construction"}, + imageSrc: "http://img.b2bpic.net/free-photo/clean-wall-texture_1194-8399.jpg?_wi=1", imageAlt: "fresh concrete pour driveway construction"}, { name: "Quality Focus", handle: "Construction Standard", testimonial: "Building solid foundations for your needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431492.jpg", imageAlt: "contractor team pouring concrete slab"}, { name: "Local Service", handle: "SLC Proud", testimonial: "Serving Salt Lake County with skill.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg", imageAlt: "new concrete driveway residential construction"}, + imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=1", imageAlt: "new concrete driveway residential construction"}, { name: "Professionalism", handle: "Trade Excellence", testimonial: "Clear communication, timely completion.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg", imageAlt: "backyard concrete patio construction"}, + imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=2", imageAlt: "backyard concrete patio construction"}, { name: "Durability", handle: "Expert Craft", testimonial: "Durable work built to last years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg", imageAlt: "concrete foundation wall pouring construction"}, + imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg?_wi=1", imageAlt: "concrete foundation wall pouring construction"}, ]} buttons={[ { text: "Contact Us", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/clean-wall-texture_1194-8399.jpg" + imageSrc="http://img.b2bpic.net/free-photo/clean-wall-texture_1194-8399.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { @@ -122,27 +122,27 @@ export default function LandingPage() { title: "Driveways & Patios", description: "Upgrade your home's curb appeal with professional-grade driveways and patio installations.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg", imageAlt: "Driveway work"}, + imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=3", imageAlt: "Driveway work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg", imageAlt: "Patio work"}, + imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=4", imageAlt: "Patio work"}, ], }, { title: "Foundations & Sidewalks", description: "Solid foundations for your projects and durable walkways built for longevity.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg", imageAlt: "Foundation work"}, + imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg?_wi=2", imageAlt: "Foundation work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg", imageAlt: "Sidewalk work"}, + imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=5", imageAlt: "Sidewalk work"}, ], }, { title: "Retaining Walls", description: "Precision retaining walls designed to blend structural integrity with site aesthetics.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg", imageAlt: "Wall construction"}, + imageSrc: "http://img.b2bpic.net/free-photo/construction-building-workers-working-site-cloudy-day_1268-16199.jpg?_wi=3", imageAlt: "Wall construction"}, { - imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg", imageAlt: "Concrete textures"}, + imageSrc: "http://img.b2bpic.net/free-photo/crossfit-concept-with-wheel_23-2147671857.jpg?_wi=6", imageAlt: "Concrete textures"}, ], }, ]}