Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-14 00:38:40 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Ember Roofing"
/>
@@ -62,70 +52,38 @@ export default function LandingPage() {
description="Dedicated professionals committed to top-notch residential and commercial roofing, solar, and more."
testimonials={[
{
name: "John Doe",
handle: "@john.doe",
testimonial: "Excellent service and professional team!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg",
},
name: "John Doe", handle: "@john.doe", testimonial: "Excellent service and professional team!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg"},
{
name: "Sarah Smith",
handle: "@sarah.s",
testimonial: "Top-notch roofing quality, highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg",
},
name: "Sarah Smith", handle: "@sarah.s", testimonial: "Top-notch roofing quality, highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"},
{
name: "Mike Johnson",
handle: "@mike.j",
testimonial: "Responsive, quick, and high-quality results.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg",
},
name: "Mike Johnson", handle: "@mike.j", testimonial: "Responsive, quick, and high-quality results.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg"},
{
name: "Alex Rivera",
handle: "@alex.r",
testimonial: "Professional and fast, my new roof looks great.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
},
name: "Alex Rivera", handle: "@alex.r", testimonial: "Professional and fast, my new roof looks great.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"},
{
name: "Chloe Bennett",
handle: "@c.bennett",
testimonial: "They handled everything, including solar installation seamlessly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg",
},
name: "Chloe Bennett", handle: "@c.bennett", testimonial: "They handled everything, including solar installation seamlessly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg"},
]}
buttons={[
{
text: "Call Now",
href: "tel:+16824301261",
},
text: "Call Now", href: "tel:+16824301261"},
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343664.jpg"
imageAlt="Ember Roofing contractor team"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg",
alt: "Client profile 1",
},
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg", alt: "Client profile 1"},
{
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg",
alt: "Client profile 2",
},
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", alt: "Client profile 2"},
{
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
alt: "Client profile 3",
},
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg", alt: "Client profile 3"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
alt: "Client profile 4",
},
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Client profile 4"},
{
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
alt: "Client profile 5",
},
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", alt: "Client profile 5"},
]}
avatarText="Trusted by 500+ Local Homeowners"
/>
@@ -136,9 +94,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Journey"
description={[
"Our journey began with a simple goal to make a positive impact on the communities we serve by providing expert roofing and solar solutions.",
"We are a team of dedicated professionals, passionate about providing top-notch residential and commercial services.",
]}
"Our journey began with a simple goal to make a positive impact on the communities we serve by providing expert roofing and solar solutions.", "We are a team of dedicated professionals, passionate about providing top-notch residential and commercial services."]}
/>
</div>
@@ -149,32 +105,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Residential Roofing",
tags: [
"New roofs",
"Repair",
],
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof-together_23-2149343676.jpg",
},
id: "f1", title: "Residential Roofing", tags: [
"New roofs", "Repair"],
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof-together_23-2149343676.jpg"},
{
id: "f2",
title: "Commercial Services",
tags: [
"Maintenance",
"Inspection",
],
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",
},
id: "f2", title: "Commercial Services", tags: [
"Maintenance", "Inspection"],
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"},
{
id: "f3",
title: "Solar Installation",
tags: [
"Sustainable",
"Energy",
],
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951211.jpg",
},
id: "f3", title: "Solar Installation", tags: [
"Sustainable", "Energy"],
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-house-roof_23-2151951211.jpg"},
]}
title="Our Services"
description="We specialize in professional roofing, solar, and maintenance services."
@@ -188,20 +129,11 @@ export default function LandingPage() {
tag="Excellence"
metrics={[
{
id: "m1",
value: "5.0",
description: "Google Rating",
},
id: "m1", value: "5.0", description: "Google Rating"},
{
id: "m2",
value: "5k+",
description: "Reviews",
},
id: "m2", value: "5k+", description: "Reviews"},
{
id: "m3",
value: "10+",
description: "Years Experience",
},
id: "m3", value: "10+", description: "Years Experience"},
]}
metricsAnimation="slide-up"
/>
@@ -214,40 +146,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "CEO",
testimonial: "Amazing work on our home roof, very professional.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg",
},
id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "Amazing work on our home roof, very professional.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13338.jpg"},
{
id: "2",
name: "Michael Chen",
role: "CTO",
testimonial: "Reliable and expert service, highly satisfied.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg",
},
id: "2", name: "Michael Chen", role: "CTO", testimonial: "Reliable and expert service, highly satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-mother-home_23-2148321636.jpg"},
{
id: "3",
name: "Emily Rodriguez",
role: "Marketing Director",
testimonial: "Great experience, would recommend to anyone.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
},
id: "3", name: "Emily Rodriguez", role: "Marketing Director", testimonial: "Great experience, would recommend to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg"},
{
id: "4",
name: "David Kim",
role: "Product Manager",
testimonial: "Quality work and very efficient installation.",
imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498451.jpg",
},
id: "4", name: "David Kim", role: "Product Manager", testimonial: "Quality work and very efficient installation.", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498451.jpg"},
{
id: "5",
name: "Jessica Lee",
role: "Architect",
testimonial: "Professional communication and high quality.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg",
},
id: "5", name: "Jessica Lee", role: "Architect", testimonial: "Professional communication and high quality.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg"},
]}
title="Client Reviews"
description="See why our clients trust us with their roofing needs."
@@ -259,14 +166,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
names={[
"RoofCo",
"SunEnergize",
"BuildSmart",
"UrbanRoof",
"CityEnergy",
"GlobalRoof",
"ProSolar",
]}
"RoofCo", "SunEnergize", "BuildSmart", "UrbanRoof", "CityEnergy", "GlobalRoof", "ProSolar"]}
title="Trusted Partners"
description="Working with industry-leading partners to deliver quality service."
/>
@@ -278,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer warranties?",
content: "Yes, we provide comprehensive warranties on all roofing work.",
},
id: "1", title: "Do you offer warranties?", content: "Yes, we provide comprehensive warranties on all roofing work."},
{
id: "2",
title: "Are you licensed?",
content: "Absolutely, our team is fully licensed and insured.",
},
id: "2", title: "Are you licensed?", content: "Absolutely, our team is fully licensed and insured."},
{
id: "3",
title: "Can I request a free quote?",
content: "Yes, call us or fill out the contact form for a free quote.",
},
id: "3", title: "Can I request a free quote?", content: "Yes, call us or fill out the contact form for a free quote."},
]}
title="Frequently Asked Questions"
description="Get quick answers to common questions about our services."
@@ -301,10 +192,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Get In Touch"
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Contact Us"
description="Need a quote or have questions? Get in touch today."
imageSrc="http://img.b2bpic.net/free-photo/top-view-spiral-notebook-house-shaped-wood-blocks-good-idea-written-notebook-black-table_140725-144645.jpg"
@@ -317,29 +208,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call Us",
href: "tel:+16824301261",
},
label: "Call Us", href: "tel:+16824301261"},
{
label: "Inquire",
href: "#contact",
},
label: "Inquire", href: "#contact"},
],
},
]}