Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-30 04:14:52 +00:00

View File

@@ -34,29 +34,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="NRJ Roofing Services"
/>
@@ -68,11 +56,9 @@ export default function LandingPage() {
description="NRJ Roofing delivers quality roof installations, repairs, and replacements with 24hour service and a 47star reputation in Bethesda. From inspection to completion, we handle every detail so you don't have to."
buttons={[
{
text: "Get Your Free Inspection",
href: "#contact",
},
text: "Get Your Free Inspection", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg"
imageAlt="Professional roofer on a residential roof"
showDimOverlay={true}
/>
@@ -83,24 +69,15 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Your Trusted Roofing Partner in ",
},
type: "text", content: "Your Trusted Roofing Partner in "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/full-shot-man-playing-guitar_23-2149223663.jpg",
alt: "NRJ Roofing team on a roof",
},
type: "image", src: "http://img.b2bpic.net/free-photo/full-shot-man-playing-guitar_23-2149223663.jpg", alt: "NRJ Roofing team on a roof"},
{
type: "text",
content: "Bethesda & Beyond",
},
type: "text", content: "Bethesda & Beyond"},
]}
buttons={[
{
text: "Learn More About Us",
href: "#services",
},
text: "Learn More About Us", href: "#services"},
]}
/>
</div>
@@ -112,52 +89,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "24-Hour Emergency Service",
description: "Roof damage can't wait. Our rapid response team is available around the clock to secure your property.",
bentoComponent: "reveal-icon",
icon: Clock,
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261266.jpg",
imageAlt: "24 hour emergency roof repair",
title: "24-Hour Emergency Service", description: "Roof damage can't wait. Our rapid response team is available around the clock to secure your property.", bentoComponent: "reveal-icon", icon: Clock
},
{
title: "4.7-Star Reputation",
description: "Our customers consistently rate us highly for professionalism, quality work, and transparent communication.",
bentoComponent: "reveal-icon",
icon: Star,
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=2",
imageAlt: "24 hour emergency roof repair",
title: "4.7-Star Reputation", description: "Our customers consistently rate us highly for professionalism, quality work, and transparent communication.", bentoComponent: "reveal-icon", icon: Star
},
{
title: "Quality Workmanship",
description: "With experienced craftsmen and premium materials, we ensure every roof we touch is built to last.",
bentoComponent: "reveal-icon",
icon: Cog,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-guitar_23-2149223663.jpg",
imageAlt: "24 hour emergency roof repair",
title: "Quality Workmanship", description: "With experienced craftsmen and premium materials, we ensure every roof we touch is built to last.", bentoComponent: "reveal-icon", icon: Cog
},
{
title: "Comprehensive Warranties",
description: "We stand by our work with industry-leading warranties, giving you peace of mind for years to come.",
bentoComponent: "reveal-icon",
icon: ShieldCheck,
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg",
imageAlt: "24 hour emergency roof repair",
title: "Comprehensive Warranties", description: "We stand by our work with industry-leading warranties, giving you peace of mind for years to come.", bentoComponent: "reveal-icon", icon: ShieldCheck
},
{
title: "Residential & Commercial",
description: "From cozy homes to large commercial complexes, our expertise covers all types of roofing projects.",
bentoComponent: "reveal-icon",
icon: Building,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-young-woman-showing-blank-clipboard_93675-133247.jpg",
imageAlt: "24 hour emergency roof repair",
title: "Residential & Commercial", description: "From cozy homes to large commercial complexes, our expertise covers all types of roofing projects.", bentoComponent: "reveal-icon", icon: Building
},
{
title: "Free, No-Obligation Inspections",
description: "Get a detailed assessment and transparent quote without any commitment. We believe in honest service from the start.",
bentoComponent: "reveal-icon",
icon: Search,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg?_wi=1",
imageAlt: "24 hour emergency roof repair",
title: "Free, No-Obligation Inspections", description: "Get a detailed assessment and transparent quote without any commitment. We believe in honest service from the start.", bentoComponent: "reveal-icon", icon: Search
},
]}
title="Why Choose NRJ Roofing?"
@@ -172,20 +119,11 @@ export default function LandingPage() {
tag="Driven by Excellence"
metrics={[
{
id: "1",
value: "4.7 / 5",
description: "Average Customer Rating",
},
id: "1", value: "4.7 / 5", description: "Average Customer Rating"},
{
id: "2",
value: "1200+",
description: "Projects Completed",
},
id: "2", value: "1200+", description: "Projects Completed"},
{
id: "3",
value: "24/7",
description: "Emergency Availability",
},
id: "3", value: "24/7", description: "Emergency Availability"},
]}
metricsAnimation="slide-up"
/>
@@ -199,47 +137,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "residential-roofing",
name: "Residential Roofing",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg?_wi=2",
imageAlt: "Residential roof on a modern house",
},
id: "residential-roofing", name: "Residential Roofing", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg", imageAlt: "Residential roof on a modern house"},
{
id: "commercial-roofing",
name: "Commercial Roofing",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-side-view_23-2149870330.jpg",
imageAlt: "Commercial flat roof on a large building",
},
id: "commercial-roofing", name: "Commercial Roofing", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-with-cancer-side-view_23-2149870330.jpg", imageAlt: "Commercial flat roof on a large building"},
{
id: "roof-repair",
name: "Roof Repair",
price: "Starting at $199",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg",
imageAlt: "Worker repairing a damaged roof",
},
id: "roof-repair", name: "Roof Repair", price: "Starting at $199", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Worker repairing a damaged roof"},
{
id: "new-installations",
name: "New Installations",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/rows-seats_1398-4403.jpg",
imageAlt: "New roof being installed on a building",
},
id: "new-installations", name: "New Installations", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/rows-seats_1398-4403.jpg", imageAlt: "New roof being installed on a building"},
{
id: "roof-maintenance",
name: "Roof Maintenance",
price: "Starting at $149",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg",
imageAlt: "Roofer cleaning gutters on a roof",
},
id: "roof-maintenance", name: "Roof Maintenance", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg", imageAlt: "Roofer cleaning gutters on a roof"},
{
id: "free-inspections",
name: "Free Inspections",
price: "Free",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg",
imageAlt: "Drone inspecting a roof for damages",
},
id: "free-inspections", name: "Free Inspections", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", imageAlt: "Drone inspecting a roof for damages"},
]}
title="Comprehensive Roofing Solutions"
description="From minor repairs to full installations, we've got your roof covered."
@@ -251,41 +159,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-orange-t-shirt-looking-happy-front-view_176474-93526.jpg",
imageAlt: "Sarah Johnson, a happy homeowner",
},
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-orange-t-shirt-looking-happy-front-view_176474-93526.jpg", imageAlt: "Sarah Johnson, a happy homeowner"},
{
id: "2",
name: "Michael C.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1609.jpg",
imageAlt: "Michael Chen, a satisfied property manager",
},
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1609.jpg", imageAlt: "Michael Chen, a satisfied property manager"},
{
id: "3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-dancing-together_23-2149390954.jpg",
imageAlt: "Emily Rodriguez, a pleased resident",
},
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-dancing-together_23-2149390954.jpg", imageAlt: "Emily Rodriguez, a pleased resident"},
{
id: "4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-planning-their-new-apartment_329181-2662.jpg",
imageAlt: "David Kim, a commercial client",
},
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-planning-their-new-apartment_329181-2662.jpg", imageAlt: "David Kim, a commercial client"},
{
id: "5",
name: "Jessica L.",
imageSrc: "http://img.b2bpic.net/free-photo/concept-new-year-party-celebration-lifestyle-portrait-excited-handsome-businessman-form_1258-145353.jpg",
imageAlt: "Jessica Lee, a satisfied business owner",
},
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/concept-new-year-party-celebration-lifestyle-portrait-excited-handsome-businessman-form_1258-145353.jpg", imageAlt: "Jessica Lee, a satisfied business owner"},
{
id: "6",
name: "Chris B.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-using-digital-tablet_1170-373.jpg",
imageAlt: "Chris Brown, a happy homeowner",
},
id: "6", name: "Chris B.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-using-digital-tablet_1170-373.jpg", imageAlt: "Chris Brown, a happy homeowner"},
]}
cardTitle="What Our Clients Say"
cardTag="Trusted by Homeowners & Businesses"
@@ -298,14 +182,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Google",
"Microsoft",
"Amazon",
"Apple",
"Meta",
"Tesla",
"SAP",
]}
"Google", "Microsoft", "Amazon", "Apple", "Meta", "Tesla", "SAP"]}
title="Our Valued Partners"
description="We are proud to work with leading organizations and suppliers."
/>
@@ -317,30 +194,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "What areas do you serve?",
content: "We primarily serve Bethesda, Maryland, and the surrounding DMV area. Contact us to confirm service availability in your specific location.",
},
id: "1", title: "What areas do you serve?", content: "We primarily serve Bethesda, Maryland, and the surrounding DMV area. Contact us to confirm service availability in your specific location."},
{
id: "2",
title: "Do you offer free estimates?",
content: "Yes, we provide free, no-obligation roof inspections and detailed estimates for all our services. Schedule yours today!",
},
id: "2", title: "Do you offer free estimates?", content: "Yes, we provide free, no-obligation roof inspections and detailed estimates for all our services. Schedule yours today!"},
{
id: "3",
title: "Are you licensed and insured?",
content: "Absolutely. NRJ Roofing Services is fully licensed, bonded, and insured for your peace of mind and protection.",
},
id: "3", title: "Are you licensed and insured?", content: "Absolutely. NRJ Roofing Services is fully licensed, bonded, and insured for your peace of mind and protection."},
{
id: "4",
title: "What types of roofing do you specialize in?",
content: "We specialize in a wide range of residential and commercial roofing, including asphalt shingles, metal roofing, flat roofs, and more.",
},
id: "4", title: "What types of roofing do you specialize in?", content: "We specialize in a wide range of residential and commercial roofing, including asphalt shingles, metal roofing, flat roofs, and more."},
{
id: "5",
title: "How long does a roof replacement take?",
content: "The duration of a roof replacement depends on the size and complexity of the roof, but most projects are completed within 1-3 days.",
},
id: "5", title: "How long does a roof replacement take?", content: "The duration of a roof replacement depends on the size and complexity of the roof, but most projects are completed within 1-3 days."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our roofing services."
@@ -352,8 +214,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Request Your Free Inspection Today"
description="Fill out the form below or call us directly to schedule your no-obligation roof inspection and estimate."
@@ -371,58 +232,35 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Residential Roofing",
href: "#services",
},
label: "Residential Roofing", href: "#services"},
{
label: "Commercial Roofing",
href: "#services",
},
label: "Commercial Roofing", href: "#services"},
{
label: "Roof Repair",
href: "#services",
},
label: "Roof Repair", href: "#services"},
{
label: "New Installations",
href: "#services",
},
label: "New Installations", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}