diff --git a/src/app/page.tsx b/src/app/page.tsx index 330412f..a100389 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { testimonials={[ { name: "John Doe", handle: "@johndoe", testimonial: "SolidBuild exceeded all my expectations. The quality of work is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-rusted-building_23-2148269811.jpg", imageAlt: "construction site professional project"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-rusted-building_23-2148269811.jpg?_wi=1", imageAlt: "construction site professional project"}, { name: "Jane Smith", handle: "@janesmith", testimonial: "Very professional and always on schedule. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-working-outdoors-with-project_53876-47045.jpg", imageAlt: "construction site professional project"}, { name: "Mike Ross", handle: "@mikeross", testimonial: "Great attention to detail and clear communication throughout the project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/architect-checking-project-office_23-2148242937.jpg", imageAlt: "construction site professional project"}, + imageSrc: "http://img.b2bpic.net/free-photo/architect-checking-project-office_23-2148242937.jpg?_wi=1", imageAlt: "construction site professional project"}, { name: "Sarah Lee", handle: "@sarahlee", testimonial: "Honest pricing and excellent craftmanship. My home looks beautiful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-with-plans_329181-3732.jpg", imageAlt: "construction site professional project"}, @@ -61,7 +61,7 @@ export default function LandingPage() { name: "Tom Baker", handle: "@tombaker", testimonial: "A reliable team that gets the job done right. Very impressed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086838.jpg", imageAlt: "construction site professional project"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-rusted-building_23-2148269811.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-rusted-building_23-2148269811.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-taking-notes_23-2149546195.jpg", alt: "Client" }, { src: "http://img.b2bpic.net/free-photo/cheerful-architectural-designer-enjoying-work-process_1262-18386.jpg", alt: "Client" }, @@ -156,7 +156,7 @@ export default function LandingPage() { { id: "f2", title: "Are you fully licensed and insured?", content: "Yes, we maintain full licensing and comprehensive insurance coverage for all projects." }, { id: "f3", title: "Do you provide estimates?", content: "Absolutely, we offer transparent and detailed estimates before starting any work." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/architect-checking-project-office_23-2148242937.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architect-checking-project-office_23-2148242937.jpg?_wi=2" mediaAnimation="slide-up" title="Frequently Asked Questions" description="Have questions? We're here to provide clear answers regarding our process, services, and timelines."