From 947d2f37c2c6ab6277985dfd2115ff16fd0f37db Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 02:51:31 +0000 Subject: [PATCH 1/6] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fe4b7a..3a784e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -226,7 +226,7 @@ export default function LandingPage() { { id: "4", title: "Post-Project Support", subtitle: "Final inspection and warranty. We come back if you ever need us. That's our commitment.", category: "Step 4", value: "Long-Term Care" } - ] + ]} /> -- 2.49.1 From f46ed90e4187e85b5a27acf7b1537e12b829d0d3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 02:53:48 +0000 Subject: [PATCH 2/6] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a784e7..0fe4b7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -226,7 +226,7 @@ export default function LandingPage() { { id: "4", title: "Post-Project Support", subtitle: "Final inspection and warranty. We come back if you ever need us. That's our commitment.", category: "Step 4", value: "Long-Term Care" } - ]} + ] /> -- 2.49.1 From 8558508c8c3ecc34b8eda9a0e48d7cf4e96ad68a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 03:03:26 +0000 Subject: [PATCH 3/6] Update src/app/page.tsx --- src/app/page.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fe4b7a..43fac8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -94,7 +93,6 @@ export default function LandingPage() { showStepNumbers={false} textboxLayout="default" useInvertedBackground="noInvert" - ariaLabel="Skyline Construction services section" /> @@ -126,7 +124,6 @@ export default function LandingPage() { buttons={[ { text: "Learn More About Us", href: "#team" } ]} - ariaLabel="Why choose Skyline Construction section" /> @@ -160,7 +157,6 @@ export default function LandingPage() { ]} animationType="slide-up" speed={40} - ariaLabel="Client testimonials carousel" /> @@ -200,7 +196,6 @@ export default function LandingPage() { ] } ]} - ariaLabel="Skyline Construction team section" /> @@ -270,7 +265,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" /> @@ -303,7 +297,6 @@ export default function LandingPage() { } ]} copyrightText="© 2025 Skyline Construction LLC. All rights reserved. Built with trust and expertise." - ariaLabel="Skyline Construction footer navigation" /> -- 2.49.1 From 337095d8391e0c936627a9f23f304bf5a430a19e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 03:05:37 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43fac8d..0fbea01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,11 +83,6 @@ 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} -- 2.49.1 From 410f5043296ae5aa47b6368f4e39fa240c0c4cf2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 03:07:52 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fbea01..9879142 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground="invertDefault" buttons={[ - { text: "Learn More About Us", href: "#team" } + { text: "Learn More About Us", href: "team" } ]} /> -- 2.49.1 From 8b2e2288c4cbd912aec8d678a239c7d6a451cc19 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Feb 2026 03:10:07 +0000 Subject: [PATCH 6/6] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9879142..19a123c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,6 +68,9 @@ export default function LandingPage() { @@ -97,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 @@ -114,8 +116,6 @@ 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" } ]} @@ -130,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" @@ -150,8 +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} /> -- 2.49.1