Update src/app/page.tsx

This commit is contained in:
2026-05-12 21:50:08 +00:00
parent 5fe66b9379
commit c7698b4753

View File

@@ -60,6 +60,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<SplitAbout <SplitAbout
useInvertedBackground={false} useInvertedBackground={false}
textboxLayout="default"
title="Why Choose ClearSky Solar?" title="Why Choose ClearSky Solar?"
description="We are Halifax's premier solar installation partner, committed to quality, efficiency, and exceptional service for Nova Scotia residents. Our mission is to make renewable energy accessible and affordable for every home, providing long-term cost savings and environmental benefits." description="We are Halifax's premier solar installation partner, committed to quality, efficiency, and exceptional service for Nova Scotia residents. Our mission is to make renewable energy accessible and affordable for every home, providing long-term cost savings and environmental benefits."
bulletPoints={[ bulletPoints={[
@@ -105,9 +106,9 @@ export default function LandingPage() {
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
gridVariant="bento-grid"
title="Hear from Halifax Homeowners" title="Hear from Halifax Homeowners"
description="Join our growing list of satisfied energy-independent clients across Nova Scotia." description="Join our growing list of satisfied energy-independent clients across Nova Scotia."
gridVariant="bento-grid"
testimonials={[ testimonials={[
{ id: "1", name: "Sarah Miller", role: "Homeowner", company: "Halifax", rating: 5 }, { id: "1", name: "Sarah Miller", role: "Homeowner", company: "Halifax", rating: 5 },
{ id: "2", name: "James Henderson", role: "Homeowner", company: "Dartmouth", rating: 5 }, { id: "2", name: "James Henderson", role: "Homeowner", company: "Dartmouth", rating: 5 },
@@ -118,13 +119,13 @@ export default function LandingPage() {
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqSplitMedia
textboxLayout="split" textboxLayout="split"
faqsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "1", title: "Does solar work in winter?", content: "Absolutely! Nova Scotia experiences long daylight hours in summer that offset winter production effectively." }, { id: "1", title: "Does solar work in winter?", content: "Absolutely! Nova Scotia experiences long daylight hours in summer that offset winter production effectively." },
{ id: "2", title: "What's the expected lifespan?", content: "Our systems are engineered for 25+ years of reliable, clean energy generation." }, { id: "2", title: "What's the expected lifespan?", content: "Our systems are engineered for 25+ years of reliable, clean energy generation." },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2148920650.jpg" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2148920650.jpg"
faqsAnimation="slide-up"
title="Common Solar Questions" title="Common Solar Questions"
description="Find answers to help you start your journey toward energy independence." description="Find answers to help you start your journey toward energy independence."
/> />
@@ -137,6 +138,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
title="Get Your Solar Quote" title="Get Your Solar Quote"
description="Start saving on your energy bills. Contact us for a free site assessment today." description="Start saving on your energy bills. Contact us for a free site assessment today."
buttons={[{ text: "Submit Inquiry", href: "#" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdpfhWQglZNo6dRoN1TnHJSjGk/uploaded-1778622387033-uo3llwk0.jpg?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdpfhWQglZNo6dRoN1TnHJSjGk/uploaded-1778622387033-uo3llwk0.jpg?_wi=2"
/> />
</div> </div>
@@ -144,7 +146,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="ClearSky Solar" logoText="ClearSky Solar"
copyrightText="© 2025 ClearSky Solar | Halifax, NS" leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
socialLinks={[{ icon: Twitter, href: "#", ariaLabel: "Twitter" }, { icon: Instagram, href: "#", ariaLabel: "Instagram" }]} socialLinks={[{ icon: Twitter, href: "#", ariaLabel: "Twitter" }, { icon: Instagram, href: "#", ariaLabel: "Instagram" }]}
/> />
</div> </div>