Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 15:51:29 +00:00

View File

@@ -29,18 +29,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Services",
id: "services",
},
{
name: "Why Us",
id: "why-us",
},
{
name: "Contact",
id: "contact",
},
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
{ name: "Contact", id: "contact" },
]}
brandName="Lee Roofing"
/>
@@ -51,38 +42,17 @@ export default function LandingPage() {
title="Roofing Done Right. First Time."
description="Trusted local roofing specialists for repairs, replacements, and emergency callouts. Quality work, guaranteed."
buttons={[
{
text: "Get Free Quote",
href: "#contact",
},
{
text: "Call Now",
href: "tel:+1000000000",
},
{ text: "Get Free Quote", href: "#contact" },
{ text: "Call Now", href: "tel:+1000000000" },
]}
imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg"
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg",
alt: "Happy Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
alt: "Happy Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg",
alt: "Happy Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg",
alt: "Happy Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328313.jpg",
alt: "Happy Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg", alt: "Happy Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", alt: "Happy Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg", alt: "Happy Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg", alt: "Happy Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328313.jpg", alt: "Happy Customer 5" },
]}
avatarText="Trusted by over 500+ local homeowners."
/>
@@ -95,46 +65,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Roof Repairs",
description: "Quick fixes for leaks and storm damage.",
phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3&_wi=1",
imageAlt: "Icon",
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3&_wi=2",
imageAlt: "Icon",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2",
imageAlt: "professional roofer working on house roof",
title: "Roof Repairs", description: "Quick fixes for leaks and storm damage.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3", imageAlt: "Icon" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3", imageAlt: "Icon" },
},
{
title: "New Installations",
description: "Full roof replacements for long-term security.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg?_wi=1",
imageAlt: "Icon",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg?_wi=2",
imageAlt: "Icon",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3&_wi=3",
imageAlt: "roof repair icon simple flat",
title: "New Installations", description: "Full roof replacements for long-term security.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg", imageAlt: "Icon" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg", imageAlt: "Icon" },
},
{
title: "Gutters & Chimneys",
description: "Complete care for your home drainage and venting.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg?_wi=1",
imageAlt: "Icon",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg?_wi=2",
imageAlt: "Icon",
},
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg?_wi=3",
imageAlt: "roof replacement icon simple flat",
title: "Gutters & Chimneys", description: "Complete care for your home drainage and venting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg", imageAlt: "Icon" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg", imageAlt: "Icon" },
},
]}
showStepNumbers={false}
@@ -148,13 +88,8 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Why Choose Lee Roofing?"
description="We keep things simple: quality work, honest pricing, and no shortcuts. We are the local team you can trust for your most valuable asset."
buttons={[
{
text: "Get Free Quote Today",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3"
buttons={[{ text: "Get Free Quote Today", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg"
imageAlt="Professional roof inspection in progress"
/>
</div>
@@ -166,26 +101,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "01",
description: "Request a free quote",
},
{
id: "m2",
value: "02",
description: "Professional inspection",
},
{
id: "m3",
value: "03",
description: "Transparent pricing",
},
{
id: "m4",
value: "04",
description: "Job done right",
},
{ id: "m1", value: "01", description: "Request a free quote" },
{ id: "m2", value: "02", description: "Professional inspection" },
{ id: "m3", value: "03", description: "Transparent pricing" },
{ id: "m4", value: "04", description: "Job done right" },
]}
title="Simple. Fast. Reliable."
description="Our proven 4-step process ensures a stress-free experience for every homeowner."
@@ -198,41 +117,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
handle: "Homeowner",
testimonial: "Excellent service and fast repair. My roof is like new!",
imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg?_wi=1",
},
{
id: "t2",
name: "Mark Jones",
handle: "Landlord",
testimonial: "Honest pricing and reliable work. Very happy with the team.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
},
{
id: "t3",
name: "Emily Davis",
handle: "Homeowner",
testimonial: "Professional, clean, and quick. Highly recommend Lee Roofing.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg",
},
{
id: "t4",
name: "David Wilson",
handle: "Property Manager",
testimonial: "Great attention to detail and very fair estimates.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg",
},
{
id: "t5",
name: "Jessica Lee",
handle: "Homeowner",
testimonial: "Fixed my leak immediately during storm season. Lifesavers.",
imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328313.jpg",
},
{ id: "t1", name: "Sarah Miller", handle: "Homeowner", testimonial: "Excellent service and fast repair. My roof is like new!", imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg" },
{ id: "t2", name: "Mark Jones", handle: "Landlord", testimonial: "Honest pricing and reliable work. Very happy with the team.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg" },
{ id: "t3", name: "Emily Davis", handle: "Homeowner", testimonial: "Professional, clean, and quick. Highly recommend Lee Roofing.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg" },
{ id: "t4", name: "David Wilson", handle: "Property Manager", testimonial: "Great attention to detail and very fair estimates.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg" },
{ id: "t5", name: "Jessica Lee", handle: "Homeowner", testimonial: "Fixed my leak immediately during storm season. Lifesavers.", imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328313.jpg" },
]}
title="Trusted by Local Homeowners"
description="Don't just take our word for it — see what our neighbors are saying."
@@ -245,45 +134,20 @@ export default function LandingPage() {
title="Got a Leak? Don't Wait."
description="Roof problems only get worse over time. Reach out today for a free inspection."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{
name: "message",
placeholder: "Describe your roofing issue...",
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg?_wi=2"
textarea={{ name: "message", placeholder: "Describe your roofing issue...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Lee Roofing Contractors"
leftLink={{
text: "Call Now: 000-000-0000",
href: "tel:+1000000000",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
leftLink={{ text: "Call Now: 000-000-0000", href: "tel:+1000000000" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>