Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 17:52:26 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Quality roof shingles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg", imageAlt: "Expert roof repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageAlt: "Roof inspection services" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg", imageAlt: "Completed roofing project" }
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=1", imageAlt: "Completed roofing project" }
]}
buttons={[
{ text: "Get Free Quote", href: "contact" },
@@ -136,11 +136,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "John Martinez", handle: "@johnm_homeowner", testimonial: "ProRoof replaced my entire roof and the workmanship was exceptional. They were professional, punctual, and the quality exceeded my expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "John Martinez"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "John Martinez"
},
{
id: "2", name: "Sarah Chen", handle: "@sarahchen", testimonial: "After a storm damaged our roof, ProRoof came out the same day. Their emergency repair service saved us from water damage. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Sarah Chen"
},
{
id: "3", name: "Mike Thompson", handle: "@mike_t_business", testimonial: "As a commercial property manager, I've worked with many contractors. ProRoof stands out for reliability, communication, and fair pricing.", rating: 5,
@@ -161,7 +161,7 @@ export default function LandingPage() {
tag="FAQ"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=2"
imageAlt="Completed roofing project"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -201,7 +201,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Tell us about your roofing project or concerns...", rows: 5, required: true }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=3"
imageAlt="Professional roofing project"
mediaAnimation="slide-up"
mediaPosition="right"