Merge version_1 into main #2

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

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboardScroll
title="Built on Hard Work. Rooted in the Forest."
description="Professional timber logging, firewood delivery, and land clearing services by Young Logging Ltd. Three decades of heritage, family values, and uncompromising quality."
background="downward-rays-static-grid"
background={{ variant: "downward-rays-static-grid" }}
tag="Heritage Logging Operation"
tagIcon={Trees}
tagAnimation="slide-up"
@@ -129,27 +129,27 @@ export default function LandingPage() {
testimonials={[
{
id: "testimonial-1", name: "Ken Raymond - Verified Customer", handle: "@verified_customer", testimonial: "Top notch outfit. Dorothy is more than a pleasure to deal with, she is just plain nice! Justin delivered the logs and he was also a pleasant young lad. Best load of logs I have received in 25 years of buying wood. They are honestly a great family to deal with.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=1", imageAlt: "Verified Customer Review"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Verified Customer Review"
},
{
id: "testimonial-2", name: "Michael Thompson", handle: "@contractor_pro", testimonial: "Young Logging delivered 10 cords for our construction project on time and in perfect condition. Ken's team is professional, reliable, and the quality is unmatched. Will definitely use them again.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=2", imageAlt: "Contractor testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Contractor testimonial"
},
{
id: "testimonial-3", name: "Sarah Mitchell", handle: "@homeowner_satisfied", testimonial: "We hired Young Logging for land clearing and they transformed our property. From initial consultation to final cleanup, their team was courteous, efficient, and detail-oriented. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=3", imageAlt: "Homeowner testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Homeowner testimonial"
},
{
id: "testimonial-4", name: "David Chen", handle: "@contractor_solutions", testimonial: "Been working with Young Logging for 5 years. Consistent quality, fair pricing, and they always go the extra mile. Best logging company I've worked with. Absolutely professional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=4", imageAlt: "Long-term contractor testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Long-term contractor testimonial"
},
{
id: "testimonial-5", name: "Patricia Rodriguez", handle: "@estate_owner", testimonial: "Their timber harvesting service was exceptional. They respected our property, cleared everything efficiently, and the firewood delivered was premium quality. Worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=5", imageAlt: "Estate owner testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Estate owner testimonial"
},
{
id: "testimonial-6", name: "James Wilson", handle: "@builder_local", testimonial: "Partnered with Young Logging on multiple large projects. Their reliability, professionalism, and commitment to quality set them apart. Highly respected in the industry.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=6", imageAlt: "Builder testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Builder testimonial"
}
]}
showRating={true}
@@ -179,7 +179,7 @@ export default function LandingPage() {
}
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Young Logging Ltd metrics and statistics"
/>