Merge version_1 into main #2

Open
bender wants to merge 6 commits from version_1 into main

View File

@@ -61,7 +61,6 @@ export default function LandingPage() {
{ imageSrc: "https://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg", imageAlt: "Emergency leak response and repair" },
{ imageSrc: "https://img.b2bpic.net/free-photo/iceland-landscape-beautiful-plains_23-2149099967.jpg", imageAlt: "Completed roofing project showcasing quality" }
]}
ariaLabel="Skyline Construction hero section with project carousel"
/>
</div>
@@ -69,6 +68,9 @@ export default function LandingPage() {
<FeatureCardNine
title="Services Overview"
description="We specialize in challenging exterior work that other contractors won't take on. From emergency responses to complete system replacements, we handle it all with expertise and care."
textboxLayout="default"
useInvertedBackground="noInvert"
showStepNumbers={false}
features={[
{
id: 1,
@@ -84,17 +86,8 @@ export default function LandingPage() {
id: 3,
title: "Flashing & Waterproofing", description: "Precision flashing installation prevents leaks at vulnerable points. We use quality materials and techniques that last decades.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg" },
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg" }
},
{
id: 4,
title: "Insurance Claim Assistance", description: "We work directly with insurance adjusters to streamline your claim process. No stress, no confusion—we handle the details.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg" },
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/iceland-landscape-beautiful-plains_23-2149099967.jpg" }
}
]}
showStepNumbers={false}
textboxLayout="default"
useInvertedBackground="noInvert"
ariaLabel="Skyline Construction services section"
/>
</div>
@@ -104,6 +97,8 @@ export default function LandingPage() {
description="With over 20 years of family-owned expertise, we've earned the trust of hundreds of satisfied homeowners. Here's what sets us apart."
tag="Our Commitment"
tagIcon={Award}
textboxLayout="default"
useInvertedBackground="invertDefault"
bulletPoints={[
{
title: "We Take On The Tough Jobs", description: "When other contractors say no, we say yes. We specialize in complex roofing challenges and don't shy away from difficult projects.", icon: Zap
@@ -121,12 +116,9 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/iceland-landscape-beautiful-plains_23-2149099967.jpg"
imageAlt="Skyline Construction team on job site"
imagePosition="right"
textboxLayout="default"
useInvertedBackground="invertDefault"
buttons={[
{ text: "Learn More About Us", href: "#team" }
{ text: "Learn More About Us", href: "team" }
]}
ariaLabel="Why choose Skyline Construction section"
/>
</div>
@@ -138,6 +130,8 @@ export default function LandingPage() {
tagIcon={Star}
textboxLayout="default"
useInvertedBackground="noInvert"
animationType="slide-up"
speed={40}
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "Homeowner, San Francisco", testimonial: "When we had a leak, we struggled finding a contractor we could trust. Skyline was a different story. Responsive, professional, and the work is pristine.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Sarah Mitchell"
@@ -158,9 +152,6 @@ export default function LandingPage() {
id: "6", name: "Robert Kaminski", handle: "Homeowner, Mountain View", testimonial: "We didn't have to think twice about who to call for our second project. That's the kind of trust Skyline builds. They're family contractors now.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-smiley-woman-posing_23-2149178089.jpg", imageAlt: "Robert Kaminski"
}
]}
animationType="slide-up"
speed={40}
ariaLabel="Client testimonials carousel"
/>
</div>
@@ -200,7 +191,6 @@ export default function LandingPage() {
]
}
]}
ariaLabel="Skyline Construction team section"
/>
</div>
@@ -270,7 +260,6 @@ export default function LandingPage() {
inputPlaceholder="your@email.com"
buttonText="Schedule Consultation"
termsText="By scheduling, you agree to our Terms and Conditions. We respect your privacy."
ariaLabel="Contact and consultation section"
/>
</div>
@@ -303,7 +292,6 @@ export default function LandingPage() {
}
]}
copyrightText="© 2025 Skyline Construction LLC. All rights reserved. Built with trust and expertise."
ariaLabel="Skyline Construction footer navigation"
/>
</div>
</ThemeProvider>