Update src/app/page.tsx
This commit is contained in:
@@ -60,6 +60,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
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."
|
||||
bulletPoints={[
|
||||
@@ -105,9 +106,9 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="bento-grid"
|
||||
title="Hear from Halifax Homeowners"
|
||||
description="Join our growing list of satisfied energy-independent clients across Nova Scotia."
|
||||
gridVariant="bento-grid"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", role: "Homeowner", company: "Halifax", 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">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
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: "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"
|
||||
faqsAnimation="slide-up"
|
||||
title="Common Solar Questions"
|
||||
description="Find answers to help you start your journey toward energy independence."
|
||||
/>
|
||||
@@ -137,6 +138,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Get Your Solar Quote"
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
@@ -144,7 +146,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
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" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user