Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 20:34:03 +00:00

View File

@@ -55,16 +55,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Margaret Johnson", handle: "Homeowner, Central Valley", testimonial: "They protected my entire home with precision tarping before even starting. The attention to detail was extraordinary.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1"},
{
name: "David Chen", handle: "Property Manager", testimonial: "Zero shortcuts. Their honest communication and structural expertise gave me complete confidence in the work.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=1"},
{
name: "Patricia Martinez", handle: "Homeowner, Suburban Estate", testimonial: "After a bad experience with another contractor, Fonseca & Sons restored my faith in quality craftsmanship.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=2"},
{
name: "Robert Williams", handle: "Business Owner", testimonial: "Professional from estimate to final walkthrough. This is how roofing should be done.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
buttons={[{ text: "Get Your Free Estimate", href: "contact" }]}
@@ -82,7 +82,7 @@ export default function LandingPage() {
description="Founded on Family Principles"
subdescription="Fonseca & Sons has built a reputation on transparency, structural integrity, and the protective practices that safeguard homes for decades."
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1"
imageAlt="Protective tarping installation detail"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -100,7 +100,7 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Roof Replacements", description: "Complete roof system replacements with protective tarping, structural assessment, and premium materials installed to last decades.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg"},
title: "Roof Replacements", description: "Complete roof system replacements with protective tarping, structural assessment, and premium materials installed to last decades.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2"},
{
id: 2,
title: "Metal Roofing Systems", description: "Durable, weather-resistant metal roofing solutions engineered for long-term protection and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg"},
@@ -124,22 +124,22 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Inspection & Assessment", description: "Detailed structural evaluation to identify vulnerabilities, estimate needs accurately, and communicate findings with complete transparency.", imageSrc: "http://img.b2bpic.net/free-photo/man-builder-uniform-holding-older-looking-building-plan_1157-50926.jpg"},
title: "Inspection & Assessment", description: "Detailed structural evaluation to identify vulnerabilities, estimate needs accurately, and communicate findings with complete transparency.", imageSrc: "http://img.b2bpic.net/free-photo/man-builder-uniform-holding-older-looking-building-plan_1157-50926.jpg?_wi=1"},
{
id: 2,
title: "Honest Estimate", description: "Clear, itemized pricing with no hidden fees. We explain what's needed and why—empowering your decision.", imageSrc: "http://img.b2bpic.net/free-photo/man-builder-uniform-holding-older-looking-building-plan_1157-50926.jpg"},
title: "Honest Estimate", description: "Clear, itemized pricing with no hidden fees. We explain what's needed and why—empowering your decision.", imageSrc: "http://img.b2bpic.net/free-photo/man-builder-uniform-holding-older-looking-building-plan_1157-50926.jpg?_wi=2"},
{
id: 3,
title: "Protection First", description: "Protective tarping and containment systems deployed before work begins to shield your home and surrounding property.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg"},
title: "Protection First", description: "Protective tarping and containment systems deployed before work begins to shield your home and surrounding property.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3"},
{
id: 4,
title: "Expert Installation", description: "Precision installation following industry best practices, with attention to every detail and proper material handling.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15645.jpg"},
{
id: 5,
title: "Clean Job Site", description: "Complete cleanup and debris removal, leaving your property pristine and the work professional-grade.", imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg"},
title: "Clean Job Site", description: "Complete cleanup and debris removal, leaving your property pristine and the work professional-grade.", imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg?_wi=1"},
{
id: 6,
title: "Final Walkthrough", description: "We walk through with you, explaining the work completed, warranties provided, and maintenance recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg"},
title: "Final Walkthrough", description: "We walk through with you, explaining the work completed, warranties provided, and maintenance recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg?_wi=2"},
]}
animationType="blur-reveal"
useInvertedBackground={true}
@@ -156,17 +156,17 @@ export default function LandingPage() {
textboxLayout="default"
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Homeowner, Suburban Area", testimonial: "After a terrible experience with another contractor, Fonseca & Sons restored my faith. Their protective tarping alone showed me they cared about my home as much as I do.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg"},
id: "1", name: "Sarah Mitchell", role: "Homeowner, Suburban Area", testimonial: "After a terrible experience with another contractor, Fonseca & Sons restored my faith. Their protective tarping alone showed me they cared about my home as much as I do.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2"},
{
id: "2", name: "James Rodriguez", role: "Property Manager", testimonial: "Managing multiple properties, I need contractors I can trust. Fonseca & Sons delivers on every promise—no shortcuts, professional communication, quality results.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg"},
id: "2", name: "James Rodriguez", role: "Property Manager", testimonial: "Managing multiple properties, I need contractors I can trust. Fonseca & Sons delivers on every promise—no shortcuts, professional communication, quality results.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=3"},
{
id: "3", name: "Ellen Kaplan", role: "Homeowner, Premium Neighborhood", testimonial: "The honesty in their estimate blew me away. They didn't upsell. They explained exactly what my roof needed and why. That's integrity.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg"},
id: "3", name: "Ellen Kaplan", role: "Homeowner, Premium Neighborhood", testimonial: "The honesty in their estimate blew me away. They didn't upsell. They explained exactly what my roof needed and why. That's integrity.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=4"},
{
id: "4", name: "Michael Chen", role: "Homeowner, Historic Home", testimonial: "Structural expertise meets old-school craftsmanship. They understood my historic home's needs and executed with precision. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"},
id: "4", name: "Michael Chen", role: "Homeowner, Historic Home", testimonial: "Structural expertise meets old-school craftsmanship. They understood my historic home's needs and executed with precision. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2"},
{
id: "5", name: "Linda Garcia", role: "Homeowner, Family Estate", testimonial: "The protective practices they employ show they understand that your home is your family's sanctuary. Peace of mind was worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg"},
id: "5", name: "Linda Garcia", role: "Homeowner, Family Estate", testimonial: "The protective practices they employ show they understand that your home is your family's sanctuary. Peace of mind was worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=5"},
{
id: "6", name: "Thomas Wright", role: "Business Owner", testimonial: "Professional from first call to final walkthrough. This is how service should work. I've referred them to all my neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg"},
id: "6", name: "Thomas Wright", role: "Business Owner", testimonial: "Professional from first call to final walkthrough. This is how service should work. I've referred them to all my neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=6"},
]}
animationType="slide-up"
useInvertedBackground={false}