Merge version_3 into main #10

Merged
bender merged 1 commits from version_3 into main 2026-03-08 13:33:52 +00:00

View File

@@ -11,13 +11,13 @@ import { Star } from "lucide-react";
const testimonials = [
{
id: "1", name: "John Martinez", role: "Homeowner, Downtown", testimonial: "Lavelle Roofing fixed our roof after a storm. They were professional, honest, and finished on time. Highly recommended!", imageSrc: "/testimonials/john-martinez.jpg", imageAlt: "John Martinez"
id: "1", name: "John Martinez", role: "Homeowner, Downtown", testimonial: "Lavelle Roofing fixed our roof after a storm. They were professional, honest, and finished on time. Highly recommended!", imageSrc: "/testimonials/john-martinez.jpg?_wi=1", imageAlt: "John Martinez"
},
{
id: "2", name: "Sarah Chen", role: "Property Manager", testimonial: "We manage 15 commercial properties. Lavelle Roofing is our go-to contractor. Their quality and reliability are unmatched.", imageSrc: "/testimonials/sarah-chen.jpg", imageAlt: "Sarah Chen"
id: "2", name: "Sarah Chen", role: "Property Manager", testimonial: "We manage 15 commercial properties. Lavelle Roofing is our go-to contractor. Their quality and reliability are unmatched.", imageSrc: "/testimonials/sarah-chen.jpg?_wi=1", imageAlt: "Sarah Chen"
},
{
id: "3", name: "Michael Thompson", role: "Business Owner", testimonial: "Emergency roof repair at 2 AM. They responded immediately and saved us from major water damage. Exceptional service!", imageSrc: "/testimonials/michael-thompson.jpg", imageAlt: "Michael Thompson"
id: "3", name: "Michael Thompson", role: "Business Owner", testimonial: "Emergency roof repair at 2 AM. They responded immediately and saved us from major water damage. Exceptional service!", imageSrc: "/testimonials/michael-thompson.jpg?_wi=1", imageAlt: "Michael Thompson"
},
{
id: "4", name: "Jennifer Rodriguez", role: "Homeowner, Suburbs", testimonial: "Got three quotes for a full roof replacement. Lavelle's price was fair and their workmanship is outstanding. 5 stars!", imageSrc: "/testimonials/jennifer-rodriguez.jpg", imageAlt: "Jennifer Rodriguez"
@@ -30,15 +30,15 @@ const testimonials = [
const heroTestimonials = [
{
name: "John Martinez", handle: "Homeowner, Downtown", testimonial: "Lavelle Roofing fixed our roof after a storm. Professional and on time!", rating: 5,
imageSrc: "/testimonials/john-martinez.jpg", imageAlt: "John Martinez"
imageSrc: "/testimonials/john-martinez.jpg?_wi=2", imageAlt: "John Martinez"
},
{
name: "Sarah Chen", handle: "Property Manager", testimonial: "Their quality and reliability are unmatched. Our go-to contractor.", rating: 5,
imageSrc: "/testimonials/sarah-chen.jpg", imageAlt: "Sarah Chen"
imageSrc: "/testimonials/sarah-chen.jpg?_wi=2", imageAlt: "Sarah Chen"
},
{
name: "Michael Thompson", handle: "Business Owner", testimonial: "Emergency response saved us from major water damage. Exceptional!", rating: 5,
imageSrc: "/testimonials/michael-thompson.jpg", imageAlt: "Michael Thompson"
imageSrc: "/testimonials/michael-thompson.jpg?_wi=2", imageAlt: "Michael Thompson"
}
];