diff --git a/src/app/page.tsx b/src/app/page.tsx index d2fe223..1924ee8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Get a Quote", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/three-architects-with-plans_23-2147702498.jpg" + imageSrc="http://img.b2bpic.net/free-photo/three-architects-with-plans_23-2147702498.jpg?_wi=1" imageAlt="Construction project site" mediaAnimation="slide-up" avatars={[ @@ -91,7 +91,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Trusted Local Experts" description="Based in Liverpool, we pride ourselves on delivering high-quality craftsmanship across every project. From bespoke home renovations to commercial developments, we handle your needs with care." - imageSrc="http://img.b2bpic.net/free-photo/smiling-construction-worker-with-plans-laptop_329181-11782.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-construction-worker-with-plans-laptop_329181-11782.jpg?_wi=1" /> @@ -159,13 +159,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Miller", date: "March 2024", title: "Great Build", quote: "Excellent team. Very professional and tidy.", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plans_23-2147702498.jpg", imageAlt: "happy homeowner portrait"}, + id: "1", name: "Sarah Miller", date: "March 2024", title: "Great Build", quote: "Excellent team. Very professional and tidy.", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plans_23-2147702498.jpg?_wi=2", imageAlt: "happy homeowner portrait"}, { - id: "2", name: "Mark D.", date: "Jan 2024", title: "Fantastic Service", quote: "High-quality result and finished on time.", tag: "Extension", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-architect_23-2147839905.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-construction-worker-with-plans-laptop_329181-11782.jpg", imageAlt: "happy homeowner portrait"}, + id: "2", name: "Mark D.", date: "Jan 2024", title: "Fantastic Service", quote: "High-quality result and finished on time.", tag: "Extension", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-architect_23-2147839905.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-construction-worker-with-plans-laptop_329181-11782.jpg?_wi=2", imageAlt: "happy homeowner portrait"}, { id: "3", name: "John E.", date: "Dec 2023", title: "Very Happy", quote: "Highly recommended for any building work.", tag: "New Build", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-composition-with-different-expressions_23-2148857199.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg", imageAlt: "happy homeowner portrait"}, { - id: "4", name: "Linda K.", date: "Nov 2023", title: "Stunning work", quote: "The team was reliable and very helpful.", tag: "Kitchen", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-couple-renovating-remodeling-their-new-apartment-man-is-painting-walls-with-roller-woman-is-connecting-with-laptop_496169-761.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-city-from-moving-subway-train_23-2148757035.jpg", imageAlt: "happy homeowner portrait"}, + id: "4", name: "Linda K.", date: "Nov 2023", title: "Stunning work", quote: "The team was reliable and very helpful.", tag: "Kitchen", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-couple-renovating-remodeling-their-new-apartment-man-is-painting-walls-with-roller-woman-is-connecting-with-laptop_496169-761.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-city-from-moving-subway-train_23-2148757035.jpg?_wi=1", imageAlt: "happy homeowner portrait"}, { id: "5", name: "David W.", date: "Oct 2023", title: "Solid quality", quote: "Professional throughout the whole process.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/three-architects-talking-front-glass-buidling_23-2147702508.jpg", imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-shaking-hands_23-2147702491.jpg", imageAlt: "happy homeowner portrait"}, ]} @@ -209,7 +209,7 @@ export default function LandingPage() {