Merge version_2 into main #2

Merged
bender merged 3 commits from version_2 into main 2026-06-08 04:16:10 +00:00
3 changed files with 83 additions and 294 deletions

View File

@@ -89,7 +89,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Values Drive Our Work"
description={[
"At Legacy, we believe in integrity, quality, and community. Every project is approached with a commitment to these core principles, ensuring not just a beautiful outcome but a trustworthy partnership. We're building a legacy, one home at a time.", "Our foundation is built on delivering superior craftsmanship and fostering lasting relationships with our clients. We stand behind our work with robust warranties and a promise of exceptional service from start to finish."]}
"At Legacy, we believe in integrity, quality, and community. Every project is approached with a commitment to these core principles, ensuring not just a beautiful outcome but a trustworthy partnership. We're building a legacy, one home at a time.", "Our foundation is built on delivering superior craftsmanship and fostering lasting relationships with our clients. We stand behind our work with robust warranties and a promise of exceptional service from start to finish." demise."]}
showBorder={false}
/>
</div>
@@ -142,4 +142,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Testimonials",
id: "/testimonials",
},
name: "Testimonials", id: "/testimonials"},
{
name: "Contact Us",
id: "/contact",
},
name: "Contact Us", id: "/contact"},
]}
brandName="Legacy Roofing & Exteriors"
button={{
text: "Get a Free Quote",
href: "/contact",
}}
text: "Get a Free Quote", href: "/contact"}}
/>
</div>
@@ -58,14 +46,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Ready to enhance your home's exterior? Contact Legacy Roofing & Exteriors today for a free consultation and estimate. Our team is eager to assist you with any questions or project needs."
buttons={[
{
text: "Request a Free Quote",
href: "#",
},
text: "Request a Free Quote", href: "#"},
]}
/>
</div>
@@ -76,20 +61,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "area",
title: "What is your service area?",
content: "Legacy Roofing & Exteriors proudly serves [Your City], [Nearby City 1], [Nearby City 2], and the surrounding regions. Please contact us to confirm if your location is within our service range.",
},
id: "area", title: "What is your service area?", content: "Legacy Roofing & Exteriors proudly serves [Your City], [Nearby City 1], [Nearby City 2], and the surrounding regions. Please contact us to confirm if your location is within our service range."},
{
id: "scheduling",
title: "How do I schedule a consultation?",
content: "You can schedule a free, no-obligation consultation by calling us directly, filling out the contact form on our website, or sending us an email. Our team will get back to you promptly to set up an appointment.",
},
id: "scheduling", title: "How do I schedule a consultation?", content: "You can schedule a free, no-obligation consultation by calling us directly, filling out the contact form on our website, or sending us an email. Our team will get back to you promptly to set up an appointment."},
{
id: "payment",
title: "What payment options do you accept?",
content: "We accept various payment methods, including major credit cards, bank transfers, and personal checks. We also offer flexible financing options to help make your home exterior project more affordable. Details can be discussed during your consultation.",
},
id: "payment", title: "What payment options do you accept?", content: "We accept various payment methods, including major credit cards, bank transfers, and personal checks. We also offer flexible financing options to help make your home exterior project more affordable. Details can be discussed during your consultation."},
]}
imageSrc="http://img.b2bpic.net/free-photo/productive-teamwork-office-main-engineer-spectacles-listening-new-ideas-his-colleague-caucasian-man-pointing-finger-schematic-drawings-coworkers-approving-his-offer-with-smile_273609-5761.jpg"
imageAlt="Customer service representative assisting a client"
@@ -107,65 +83,39 @@ export default function LandingPage() {
{
items: [
{
label: "Residential Roofing",
href: "/services#residential-roofing",
},
label: "Residential Roofing", href: "/services#residential-roofing"},
{
label: "Commercial Roofing",
href: "/services#commercial-roofing",
},
label: "Commercial Roofing", href: "/services#commercial-roofing"},
{
label: "Siding",
href: "/services#siding",
},
label: "Siding", href: "/services#siding"},
{
label: "Gutters",
href: "/services#gutters",
},
label: "Gutters", href: "/services#gutters"},
{
label: "Windows",
href: "/services#windows",
},
label: "Windows", href: "/services#windows"},
],
},
{
items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Our Team",
href: "/about#team",
},
label: "Our Team", href: "/about#team"},
{
label: "Testimonials",
href: "/testimonials",
},
label: "Testimonials", href: "/testimonials"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
{
label: "FAQ",
href: "/contact#faq",
},
label: "FAQ", href: "/contact#faq"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -175,4 +125,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -29,149 +29,85 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Testimonials",
id: "/testimonials",
},
name: "Testimonials", id: "/testimonials"},
{
name: "Contact Us",
id: "/contact",
},
name: "Contact Us", id: "/contact"},
]}
brandName="Legacy Roofing & Exteriors"
button={{
text: "Get a Free Quote",
href: "/contact",
}}
text: "Get a Free Quote", href: "/contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "rotated-rays-static-grid",
}}
variant: "rotated-rays-static-grid"}}
title="Elevating Homes with Superior Roofing & Exteriors"
description="Protecting your investment with quality craftsmanship and reliable service, built to last for generations."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg",
imageAlt: "Professional roof installation on a modern home",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg", imageAlt: "Professional roof installation on a modern home"},
{
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13150.jpg",
imageAlt: "Siding replacement on a house exterior",
},
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13150.jpg", imageAlt: "Siding replacement on a house exterior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13113.jpg",
imageAlt: "Seamless gutter system installation",
},
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13113.jpg", imageAlt: "Seamless gutter system installation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg",
imageAlt: "Commercial flat roof construction",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg", imageAlt: "Commercial flat roof construction"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-away_23-2148309006.jpg",
imageAlt: "Energy efficient window replacement",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-away_23-2148309006.jpg", imageAlt: "Energy efficient window replacement"},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575712.jpg",
imageAlt: "Professional exterior house painting",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575712.jpg", imageAlt: "Professional exterior house painting"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261185.jpg",
imageAlt: "Roofer inspecting damaged roof for repairs",
},
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261185.jpg", imageAlt: "Roofer inspecting damaged roof for repairs"},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-holding-tool_23-2149328045.jpg",
imageAlt: "Home exterior insulation installation",
},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-holding-tool_23-2149328045.jpg", imageAlt: "Home exterior insulation installation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg",
imageAlt: "Skylight installation on a new roof",
},
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Skylight installation on a new roof"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bonfire-flame_23-2148506933.jpg",
imageAlt: "Chimney repair and masonry work",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bonfire-flame_23-2148506933.jpg", imageAlt: "Chimney repair and masonry work"},
{
imageSrc: "http://img.b2bpic.net/free-photo/shaped-wooden-background_1421-298.jpg",
imageAlt: "Deck construction in a backyard",
},
imageSrc: "http://img.b2bpic.net/free-photo/shaped-wooden-background_1421-298.jpg", imageAlt: "Deck construction in a backyard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530688.jpg",
imageAlt: "Power washing a house exterior",
},
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530688.jpg", imageAlt: "Power washing a house exterior"},
]}
tag="Home Exterior Experts"
buttons={[
{
text: "Get a Free Estimate",
href: "/contact",
},
text: "Get a Free Estimate", href: "/contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cute-young-woman-reading-book-sofa_7502-7285.jpg",
alt: "Happy client 1",
},
src: "http://img.b2bpic.net/free-photo/cute-young-woman-reading-book-sofa_7502-7285.jpg", alt: "Happy client 1"},
{
src: "http://img.b2bpic.net/free-photo/mom-spending-time-with-her-kid_23-2149495942.jpg",
alt: "Happy client 2",
},
src: "http://img.b2bpic.net/free-photo/mom-spending-time-with-her-kid_23-2149495942.jpg", alt: "Happy client 2"},
{
src: "http://img.b2bpic.net/free-photo/calm-beautiful-business-lady-doing-report-home_1262-4711.jpg",
alt: "Happy client 3",
},
src: "http://img.b2bpic.net/free-photo/calm-beautiful-business-lady-doing-report-home_1262-4711.jpg", alt: "Happy client 3"},
{
src: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-couch_23-2149418021.jpg",
alt: "Happy client 4",
},
src: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-couch_23-2149418021.jpg", alt: "Happy client 4"},
{
src: "http://img.b2bpic.net/free-photo/lovely-couple-love-embracing-near-building_8353-7509.jpg",
alt: "Happy client 5",
},
src: "http://img.b2bpic.net/free-photo/lovely-couple-love-embracing-near-building_8353-7509.jpg", alt: "Happy client 5"},
]}
avatarText="Trusted by over 1,500 homeowners"
marqueeItems={[
{
type: "image",
src: "asset://hero-logo-1",
alt: "Acme Roofing logo",
},
type: "image", src: "asset://hero-logo-1", alt: "Acme Roofing logo"},
{
type: "image",
src: "asset://hero-logo-2",
alt: "Elite Exteriors logo",
},
type: "image", src: "asset://hero-logo-2", alt: "Elite Exteriors logo"},
{
type: "image",
src: "asset://hero-logo-3",
alt: "Premier Home logo",
},
type: "image", src: "asset://hero-logo-3", alt: "Premier Home logo"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/hand-drawn-construction-company-logo-template_23-2150009918.jpg",
alt: "Apex Builders logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/hand-drawn-construction-company-logo-template_23-2150009918.jpg", alt: "Apex Builders logo"},
{
type: "image",
src: "asset://hero-logo-5",
alt: "Solid Structures logo",
},
type: "image", src: "asset://hero-logo-5", alt: "Solid Structures logo"},
]}
/>
</div>
@@ -181,14 +117,10 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Trusted Craftsmanship, Lasting Legacy"
description={[
"For over 20 years, Legacy Roofing & Exteriors has been dedicated to providing unparalleled roofing and exterior solutions. We combine traditional values with modern techniques to deliver projects that not only protect but also enhance your property's value and curb appeal. Our commitment to excellence is evident in every shingle we lay and every siding panel we install.",
"Our experienced team is fully licensed and insured, ensuring peace of mind throughout the entire process. We pride ourselves on transparent communication, timely project completion, and a meticulous attention to detail that guarantees your satisfaction. Choose Legacy for a home exterior built on trust and quality.",
]}
"For over 20 years, Legacy Roofing & Exteriors has been dedicated to providing unparalleled roofing and exterior solutions. We combine traditional values with modern techniques to deliver projects that not only protect but also enhance your property's value and curb appeal. Our commitment to excellence is evident in every shingle we lay and every siding panel we install.", "Our experienced team is fully licensed and insured, ensuring peace of mind throughout the entire process. We pride ourselves on transparent communication, timely project completion, and a meticulous attention to detail that guarantees your satisfaction. Choose Legacy for a home exterior built on trust and quality."]}
buttons={[
{
text: "Learn More About Us",
href: "/about",
},
text: "Learn More About Us", href: "/about"},
]}
showBorder={false}
/>
@@ -200,29 +132,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "Roofing",
title: "Superior Roof Installation & Repair",
subtitle: "Protecting your home with top-tier materials and expert techniques.",
description: "Whether you need a full roof replacement, repair, or new installation, our certified team delivers durable and aesthetically pleasing results that stand the test of time.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg",
imageAlt: "Close-up of new asphalt shingles on a residential roof",
},
tag: "Roofing", title: "Superior Roof Installation & Repair", subtitle: "Protecting your home with top-tier materials and expert techniques.", description: "Whether you need a full roof replacement, repair, or new installation, our certified team delivers durable and aesthetically pleasing results that stand the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg", imageAlt: "Close-up of new asphalt shingles on a residential roof"},
{
tag: "Siding",
title: "Beautiful Siding for Enhanced Curb Appeal",
subtitle: "Transforming your home's look and durability with quality siding.",
description: "Upgrade your home's exterior with our wide selection of siding options, from vinyl to fiber cement. We provide expert installation for a flawless finish and lasting protection.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg",
imageAlt: "Modern home exterior with new siding installation",
},
tag: "Siding", title: "Beautiful Siding for Enhanced Curb Appeal", subtitle: "Transforming your home's look and durability with quality siding.", description: "Upgrade your home's exterior with our wide selection of siding options, from vinyl to fiber cement. We provide expert installation for a flawless finish and lasting protection.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg", imageAlt: "Modern home exterior with new siding installation"},
{
tag: "Gutters",
title: "Efficient Gutter Systems & Installation",
subtitle: "Ensuring optimal water management to protect your foundation.",
description: "Our seamless gutter solutions are designed to efficiently channel water away from your home, preventing damage to your foundation, landscaping, and exterior. Custom-fit and professionally installed.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13116.jpg",
imageAlt: "Newly installed seamless gutters on a house",
},
tag: "Gutters", title: "Efficient Gutter Systems & Installation", subtitle: "Ensuring optimal water management to protect your foundation.", description: "Our seamless gutter solutions are designed to efficiently channel water away from your home, preventing damage to your foundation, landscaping, and exterior. Custom-fit and professionally installed.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13116.jpg", imageAlt: "Newly installed seamless gutters on a house"},
]}
title="Comprehensive Exterior Solutions"
description="From durable roofing to elegant siding, we cover all your exterior needs with precision and care."
@@ -234,14 +148,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Owens Corning",
"GAF",
"CertainTeed",
"Tamko Building Products",
"Malarkey Roofing Products",
"IKO",
"Atlas Roofing",
]}
"Owens Corning", "GAF", "CertainTeed", "Tamko Building Products", "Malarkey Roofing Products", "IKO", "Atlas Roofing"]}
title="Partnerships Built on Trust"
description="We collaborate with industry-leading manufacturers and suppliers to ensure the highest quality materials for your home."
showCard={false}
@@ -256,59 +163,17 @@ export default function LandingPage() {
description="Discover why homeowners and businesses trust Legacy Roofing & Exteriors for their projects."
testimonials={[
{
id: "1",
title: "Exceptional Roof Replacement",
quote: "The Legacy team provided an exceptional roof replacement service. From the initial quote to the final cleanup, everything was handled with professionalism and care. Our new roof looks amazing!",
name: "Jessica L.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/young-blond-businesswoman-writing-touchscreen_93675-133179.jpg",
imageAlt: "Portrait of Jessica L., homeowner",
},
id: "1", title: "Exceptional Roof Replacement", quote: "The Legacy team provided an exceptional roof replacement service. From the initial quote to the final cleanup, everything was handled with professionalism and care. Our new roof looks amazing!", name: "Jessica L.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-businesswoman-writing-touchscreen_93675-133179.jpg", imageAlt: "Portrait of Jessica L., homeowner"},
{
id: "2",
title: "Seamless Siding Installation",
quote: "We are incredibly pleased with the new siding Legacy Roofing & Exteriors installed. It has completely transformed the look of our business and the installation was efficient and high-quality.",
name: "Mark T.",
role: "Business Owner",
imageSrc: "http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg",
imageAlt: "Portrait of Mark T., business owner",
},
id: "2", title: "Seamless Siding Installation", quote: "We are incredibly pleased with the new siding Legacy Roofing & Exteriors installed. It has completely transformed the look of our business and the installation was efficient and high-quality.", name: "Mark T.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/older-man-having-cup-coffee-outdoors-city_23-2148991134.jpg", imageAlt: "Portrait of Mark T., business owner"},
{
id: "3",
title: "Reliable Gutter System",
quote: "Our old gutters were constantly overflowing. Legacy installed a seamless gutter system that works perfectly. No more worries about water damage, and the team was a pleasure to work with.",
name: "Sophia R.",
role: "Residential Client",
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg",
imageAlt: "Portrait of Sophia R., residential client",
},
id: "3", title: "Reliable Gutter System", quote: "Our old gutters were constantly overflowing. Legacy installed a seamless gutter system that works perfectly. No more worries about water damage, and the team was a pleasure to work with.", name: "Sophia R.", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg", imageAlt: "Portrait of Sophia R., residential client"},
{
id: "4",
title: "Outstanding Exterior Paint Job",
quote: "Legacy took care of our exterior house painting, and the results exceeded our expectations. The attention to detail was impressive, and our home feels brand new. Highly recommend!",
name: "David and Emily H.",
role: "Homeowners",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg",
imageAlt: "Portrait of David and Emily H., homeowners",
},
id: "4", title: "Outstanding Exterior Paint Job", quote: "Legacy took care of our exterior house painting, and the results exceeded our expectations. The attention to detail was impressive, and our home feels brand new. Highly recommend!", name: "David and Emily H.", role: "Homeowners", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg", imageAlt: "Portrait of David and Emily H., homeowners"},
{
id: "5",
title: "Professional Window Replacement",
quote: "The energy-efficient windows installed by Legacy have made a noticeable difference in our home's comfort and utility bills. The entire process was smooth, and the crew was very respectful.",
name: "Carlos M.",
role: "Property Manager",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-with-paint-tools_23-2147758700.jpg",
imageAlt: "Portrait of Carlos M., property manager",
},
id: "5", title: "Professional Window Replacement", quote: "The energy-efficient windows installed by Legacy have made a noticeable difference in our home's comfort and utility bills. The entire process was smooth, and the crew was very respectful.", name: "Carlos M.", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-with-paint-tools_23-2147758700.jpg", imageAlt: "Portrait of Carlos M., property manager"},
{
id: "6",
title: "Trustworthy & Skilled Team",
quote: "From consultation to completion, Legacy Roofing & Exteriors proved to be a trustworthy and highly skilled team. They kept us informed every step of the way, and our new roof is flawless.",
name: "Amanda G.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-redecorate-house_23-2148814625.jpg",
imageAlt: "Portrait of Amanda G., homeowner",
},
id: "6", title: "Trustworthy & Skilled Team", quote: "From consultation to completion, Legacy Roofing & Exteriors proved to be a trustworthy and highly skilled team. They kept us informed every step of the way, and our new roof is flawless.", name: "Amanda G.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-redecorate-house_23-2148814625.jpg", imageAlt: "Portrait of Amanda G., homeowner"},
]}
/>
</div>
@@ -319,65 +184,39 @@ export default function LandingPage() {
{
items: [
{
label: "Residential Roofing",
href: "/services#residential-roofing",
},
label: "Residential Roofing", href: "/services#residential-roofing"},
{
label: "Commercial Roofing",
href: "/services#commercial-roofing",
},
label: "Commercial Roofing", href: "/services#commercial-roofing"},
{
label: "Siding",
href: "/services#siding",
},
label: "Siding", href: "/services#siding"},
{
label: "Gutters",
href: "/services#gutters",
},
label: "Gutters", href: "/services#gutters"},
{
label: "Windows",
href: "/services#windows",
},
label: "Windows", href: "/services#windows"},
],
},
{
items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Our Team",
href: "/about#team",
},
label: "Our Team", href: "/about#team"},
{
label: "Testimonials",
href: "/testimonials",
},
label: "Testimonials", href: "/testimonials"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
{
label: "FAQ",
href: "/contact#faq",
},
label: "FAQ", href: "/contact#faq"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -387,4 +226,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}