Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-05 18:48:57 +00:00

View File

@@ -53,15 +53,15 @@ export default function LandingPage() {
testimonials={[
{
name: "John Smith", handle: "Homeowner", testimonial: "Very respectful and prices were fair. They did an amazing job on my yard.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
},
{
name: "Maria Garcia", handle: "Builder", testimonial: "Professional crew, reliable schedule, quality equipment. Exactly what we needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1"
},
{
name: "Robert Wilson", handle: "Property Developer", testimonial: "Completed our site prep ahead of schedule. Outstanding attention to detail.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
}
]}
buttons={[
@@ -108,7 +108,7 @@ export default function LandingPage() {
description="Nolley Construction Company, LLC"
subdescription="Local contractor serving Texas with quality, reliability, and fair pricing"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/close-up-worker-backhoe-working-construction-site_640221-302.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-worker-backhoe-working-construction-site_640221-302.jpg?_wi=1"
imageAlt="Professional excavation team"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -147,7 +147,7 @@ export default function LandingPage() {
id: "3", category: "Grading", title: "Site Grading & Leveling", excerpt: "Complete grading project with precision leveling and drainage solutions.", imageSrc: "http://img.b2bpic.net/free-photo/tourist-desert-landscape_23-2148129815.jpg", imageAlt: "Grading work", authorName: "Nolley Construction", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Recent Project"
},
{
id: "4", category: "Site Prep", title: "Commercial Site Preparation", excerpt: "Full site preparation for commercial construction project. Excavation and debris removal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-backhoe-working-construction-site_640221-302.jpg", imageAlt: "Commercial site prep", authorName: "Nolley Construction", authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", date: "Recent Project"
id: "4", category: "Site Prep", title: "Commercial Site Preparation", excerpt: "Full site preparation for commercial construction project. Excavation and debris removal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-backhoe-working-construction-site_640221-302.jpg?_wi=2", imageAlt: "Commercial site prep", authorName: "Nolley Construction", authorAvatar: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", date: "Recent Project"
}
]}
textboxLayout="default"
@@ -164,16 +164,16 @@ export default function LandingPage() {
tagIcon={Quote}
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Very respectful and prices were fair and they did an amazing job on my yard. I would definitely recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Very respectful and prices were fair and they did an amazing job on my yard. I would definitely recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", role: "Local Builder", testimonial: "Professional crew, reliable schedule, quality equipment. Exactly what we needed for our site prep.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"
id: "2", name: "Michael Chen", role: "Local Builder", testimonial: "Professional crew, reliable schedule, quality equipment. Exactly what we needed for our site prep.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", role: "Property Owner", testimonial: "Completed our land clearing ahead of schedule. Outstanding attention to detail and fair pricing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"
id: "3", name: "Emily Rodriguez", role: "Property Owner", testimonial: "Completed our land clearing ahead of schedule. Outstanding attention to detail and fair pricing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Williams", role: "Contractor", testimonial: "Been working with Nolley Construction for years. Reliable, professional, and always delivers quality work.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Williams"
id: "4", name: "David Williams", role: "Contractor", testimonial: "Been working with Nolley Construction for years. Reliable, professional, and always delivers quality work.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "David Williams"
}
]}
textboxLayout="default"