diff --git a/src/app/page.tsx b/src/app/page.tsx index 73bbea6..30ce08a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-showing-approval-outdoors_23-2148269269.jpg", imageAlt: "Hero image" }, { imageSrc: "http://img.b2bpic.net/free-photo/open-bible-stand-sun-rays-light-faith_169016-71695.jpg", imageAlt: "Construction project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-modern-office_23-2147668769.jpg", imageAlt: "Bathroom remodel" }, - { imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498461.jpg", imageAlt: "Deck build" }, - { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134741.jpg", imageAlt: "Structural work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg", imageAlt: "Carpentry work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-modern-office_23-2147668769.jpg?_wi=1", imageAlt: "Bathroom remodel" }, + { imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498461.jpg?_wi=1", imageAlt: "Deck build" }, + { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134741.jpg?_wi=1", imageAlt: "Structural work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg?_wi=1", imageAlt: "Carpentry work" }, ]} /> @@ -97,10 +97,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Eric M.", handle: "@ericm", testimonial: "Johan exceeded expectations on our full bathroom remodel. The level of care and detail was outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-modern-office_23-2147668769.jpg" }, - { id: "2", name: "Paula T.", handle: "@paulat", testimonial: "He kept me updated daily, was always on time, and delivered excellent work on my deck, fence, and doors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498461.jpg" }, - { id: "3", name: "Colby V.", handle: "@colbyv", testimonial: "They reinforced our home's structure and completed everything in one day. Professional and efficient.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134741.jpg" }, - { id: "4", name: "Meaghan K.", handle: "@meaghank", testimonial: "From framing to electrical to custom doors—everything was done perfectly. Extremely helpful throughout.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg" }, + { id: "1", name: "Eric M.", handle: "@ericm", testimonial: "Johan exceeded expectations on our full bathroom remodel. The level of care and detail was outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-modern-office_23-2147668769.jpg?_wi=2" }, + { id: "2", name: "Paula T.", handle: "@paulat", testimonial: "He kept me updated daily, was always on time, and delivered excellent work on my deck, fence, and doors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498461.jpg?_wi=2" }, + { id: "3", name: "Colby V.", handle: "@colbyv", testimonial: "They reinforced our home's structure and completed everything in one day. Professional and efficient.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134741.jpg?_wi=2" }, + { id: "4", name: "Meaghan K.", handle: "@meaghank", testimonial: "From framing to electrical to custom doors—everything was done perfectly. Extremely helpful throughout.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg?_wi=2" }, ]} />