Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-02 22:38:10 +00:00

View File

@@ -62,15 +62,15 @@ export default function LandingPage() {
testimonials={[
{
name: "John Martinez", handle: "Homeowner, Residential Client", testimonial: "They replaced our entire roof in just 3 days. Professional, clean, and completed on budget!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1"
},
{
name: "Sarah Chen", handle: "Property Manager, Commercial Client", testimonial: "Outstanding service and fast response times. Highly recommend for any roof maintenance needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1"
},
{
name: "Michael Thompson", handle: "Homeowner, Repair Client", testimonial: "Found us during a storm. They came out same day and fixed the leak professionally.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1"
}
]}
testimonialRotationInterval={5000}
@@ -88,7 +88,7 @@ export default function LandingPage() {
description="Our Team"
subdescription="Licensed Contractors & Local Experts"
icon={Hammer}
imageSrc="http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg"
imageSrc="http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=1"
imageAlt="Our roofing team at work"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -162,22 +162,22 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg"
id: "1", name: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2"
},
{
id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg"
id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2"
},
{
id: "3", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"
id: "3", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2"
},
{
id: "4", name: "Jennifer Adams", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"
},
{
id: "5", name: "Robert Wilson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg"
id: "5", name: "Robert Wilson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=3"
},
{
id: "6", name: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg"
id: "6", name: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=3"
}
]}
cardTitle="Over 1000 satisfied homeowners trust us with their roofing needs"
@@ -204,7 +204,7 @@ export default function LandingPage() {
]
},
{
id: "replacement", title: "Full Roof Replacement", price: "Custom Quote", period: "Based on size", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "New roof installation", button: { text: "Request Quote", href: "contact" },
id: "replacement", title: "Full Roof Replacement", price: "Custom Quote", period: "Based on size", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=2", imageAlt: "New roof installation", button: { text: "Request Quote", href: "contact" },
features: [
"Complete roof replacement", "Multiple material options", "10+ year warranties", "Financing available"
]