Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-03 01:03:43 +00:00

View File

@@ -60,15 +60,15 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
name: "Michael Thompson", handle: "Homeowner, Berlin NH", testimonial: "North Country Contracting transformed our home. Their attention to detail and professionalism were exceptional. Highly recommend!", rating: 5, name: "Michael Thompson", handle: "Homeowner, Berlin NH", testimonial: "North Country Contracting transformed our home. Their attention to detail and professionalism were exceptional. Highly recommend!", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=1" imageSrc: "/placeholders/placeholder1.webp"
}, },
{ {
name: "Sarah Davies", handle: "Property Manager, Conway", testimonial: "We've hired them for multiple commercial projects. They always deliver on time and within budget. Outstanding team!", rating: 5, name: "Sarah Davies", handle: "Property Manager, Conway", testimonial: "We've hired them for multiple commercial projects. They always deliver on time and within budget. Outstanding team!", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=2" imageSrc: "/placeholders/placeholder1.webp"
}, },
{ {
name: "Robert Cole", handle: "Business Owner, Littleton", testimonial: "The quality of their work speaks for itself. Our renovation exceeded expectations. Five stars!", rating: 5, name: "Robert Cole", handle: "Business Owner, Littleton", testimonial: "The quality of their work speaks for itself. Our renovation exceeded expectations. Five stars!", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=3" imageSrc: "/placeholders/placeholder1.webp"
} }
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
@@ -156,7 +156,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
names=[ names=[
"White Mountain Resort", "Conway Town Services", "Berlin Chamber of Commerce", "Littleton Business Alliance", "North Country Development", "Franconia Valley Partners", "Regional Construction Association" "White Mountain Resort", "Conway Town Services", "Berlin Chamber of Commerce", "Littleton Business Alliance", "North Country Development", "Franconia Valley Partners", "Regional Construction Association"
] ]}
speed={40} speed={40}
showCard={true} showCard={true}
/> />