Merge version_1 into main #2
560
src/app/page.tsx
560
src/app/page.tsx
@@ -28,403 +28,187 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Suncheck Energy"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Suncheck Energy"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Suncheck Energy Systems"
|
||||
description="Professional electrical and solar installation services for commercial, residential and industrial clients."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/investor-presents-manufacturing-strategies-factory-management-executives_482257-119496.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-69lttgtm.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-a5djh6ru.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-hsw616ed.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-h5l3ls7x.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
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-2178.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-a5djh6ru.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-holding-laptop_23-2149352248.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-h5l3ls7x.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-69lttgtm.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Profile",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-industrial-plant-presenting-solar-cells-materials-investors_482257-123390.jpg",
|
||||
alt: "Engineering team member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/investors-photovoltaics-plant-reviewing-solar-technology-reports_482257-126738.jpg",
|
||||
alt: "Senior energy consultant",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-holding-tablet-check-solar-roof_609648-2148.jpg",
|
||||
alt: "Lead technical installer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192733.jpg",
|
||||
alt: "Site supervisor",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/engineers-talking-about-solar-pannels-medium-shot_23-2149352240.jpg",
|
||||
alt: "Maintenance coordinator",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-environmental-engineer-checking-pannels_23-2149352265.jpg",
|
||||
alt: "Partner 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2148920650.jpg",
|
||||
alt: "Partner 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg",
|
||||
alt: "Partner 3",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Suncheck Energy Systems"
|
||||
description="Professional electrical and solar installation services for commercial, residential and industrial clients."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/investor-presents-manufacturing-strategies-factory-management-executives_482257-119496.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-69lttgtm.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-a5djh6ru.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-hsw616ed.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-h5l3ls7x.jpg" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ 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-2178.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-a5djh6ru.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-holding-laptop_23-2149352248.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-h5l3ls7x.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-69lttgtm.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View Profile", href: "#about" },
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/businesswoman-industrial-plant-presenting-solar-cells-materials-investors_482257-123390.jpg", alt: "Engineering team member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/investors-photovoltaics-plant-reviewing-solar-technology-reports_482257-126738.jpg", alt: "Senior energy consultant" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-holding-tablet-check-solar-roof_609648-2148.jpg", alt: "Lead technical installer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192733.jpg", alt: "Site supervisor" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/engineers-talking-about-solar-pannels-medium-shot_23-2149352240.jpg", alt: "Maintenance coordinator" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-environmental-engineer-checking-pannels_23-2149352265.jpg", alt: "Partner 1" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2148920650.jpg", alt: "Partner 2" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg", alt: "Partner 3" },
|
||||
{ type: "text", text: "Sustainable" },
|
||||
{ type: "text", text: "Reliable" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="About Us"
|
||||
description={[
|
||||
"Suncheck Energy Systems is a professional service provider of comprehensive electrical and solar installation services.",
|
||||
"Our main goal is to deliver customized, reliable energy solutions for commercial, residential and industrial clients or consumers.",
|
||||
"We empower our clients to embrace sustainable energy practices while maximizing energy efficiency.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="About Us"
|
||||
description={[
|
||||
"Suncheck Energy Systems is a professional service provider of comprehensive electrical and solar installation services.", "Our main goal is to deliver customized, reliable energy solutions for commercial, residential and industrial clients or consumers.", "We empower our clients to embrace sustainable energy practices while maximizing energy efficiency."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Residential Solar",
|
||||
description: "Design and install rooftop solar PV systems tailored to individual home needs.",
|
||||
tag: "Home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-solar-panels-cascade-field-florida_181624-60023.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Commercial Solar",
|
||||
description: "Install and maintain solutions for businesses with project management.",
|
||||
tag: "Business",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-photovoltaics-eco-friendly-warehouse-3d-illustration_482257-78152.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Electrical Services",
|
||||
description: "Wide range of electrical, borehole, and aircon installation services.",
|
||||
tag: "General",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66859.jpg",
|
||||
},
|
||||
]}
|
||||
title="Key Services"
|
||||
description="Providing end-to-end solar and electrical solutions."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "1", title: "Residential Solar", description: "Design and install rooftop solar PV systems tailored to individual home needs.", tag: "Home", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-solar-panels-cascade-field-florida_181624-60023.jpg" },
|
||||
{ id: "2", title: "Commercial Solar", description: "Install and maintain solutions for businesses with project management.", tag: "Business", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-photovoltaics-eco-friendly-warehouse-3d-illustration_482257-78152.jpg" },
|
||||
{ id: "3", title: "Electrical Services", description: "Wide range of electrical, borehole, and aircon installation services.", tag: "General", imageSrc: "http://img.b2bpic.net/free-photo/electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66859.jpg" }
|
||||
]}
|
||||
title="Key Services"
|
||||
description="Providing end-to-end solar and electrical solutions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "1.",
|
||||
description: "Sustainability: Promoting renewable energy solutions.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "2.",
|
||||
description: "Customer Focus: Prioritizing exceptional service.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "3.",
|
||||
description: "Innovation: Staying at the forefront of solar technology.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "4.",
|
||||
description: "Quality: Commitment to installation standards.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
value: "5.",
|
||||
description: "Expertise: Certified engineers and technicians.",
|
||||
},
|
||||
]}
|
||||
title="Our Core Values"
|
||||
description="The principles that guide our craft."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", value: "1.", description: "Sustainability: Promoting renewable energy solutions." },
|
||||
{ id: "2", value: "2.", description: "Customer Focus: Prioritizing exceptional service." },
|
||||
{ id: "3", value: "3.", description: "Innovation: Staying at the forefront of solar technology." },
|
||||
{ id: "4", value: "4.", description: "Quality: Commitment to installation standards." },
|
||||
{ id: "5", value: "5.", description: "Expertise: Certified engineers and technicians." }
|
||||
]}
|
||||
title="Our Core Values"
|
||||
description="The principles that guide our craft."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Deye",
|
||||
name: "Inverter System",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-69lttgtm.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Suncheck",
|
||||
name: "Solar Array",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-a5djh6ru.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "PowerStore",
|
||||
name: "Lithium Battery",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-hsw616ed.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Deye",
|
||||
name: "Smart Monitor",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "90",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-h5l3ls7x.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Suncheck",
|
||||
name: "Control Box",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/investor-presents-manufacturing-strategies-factory-management-executives_482257-119496.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Deye",
|
||||
name: "Complete System",
|
||||
price: "Request Quote",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-solar-panels-rooftops-coonabarabran-australia_1308-189364.jpg",
|
||||
},
|
||||
]}
|
||||
title="Solar Hardware"
|
||||
description="High-efficiency systems for all your power needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", brand: "Deye", name: "Inverter System", price: "Request Quote", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-69lttgtm.jpg" },
|
||||
{ id: "2", brand: "Suncheck", name: "Solar Array", price: "Request Quote", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-a5djh6ru.jpg" },
|
||||
{ id: "3", brand: "PowerStore", name: "Lithium Battery", price: "Request Quote", rating: 5, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-hsw616ed.jpg" },
|
||||
{ id: "4", brand: "Deye", name: "Smart Monitor", price: "Request Quote", rating: 5, reviewCount: "90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5wO5fwXXSdqfqU0NPSa1FRNne/uploaded-1779482286838-h5l3ls7x.jpg" },
|
||||
{ id: "5", brand: "Suncheck", name: "Control Box", price: "Request Quote", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/investor-presents-manufacturing-strategies-factory-management-executives_482257-119496.jpg" },
|
||||
{ id: "6", brand: "Deye", name: "Complete System", price: "Request Quote", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-solar-panels-rooftops-coonabarabran-australia_1308-189364.jpg" }
|
||||
]}
|
||||
title="Solar Hardware"
|
||||
description="High-efficiency systems for all your power needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Chemical Plant",
|
||||
quote: "Reliable installation for our facility.",
|
||||
name: "Mike Madhuro",
|
||||
role: "Editek Chemicals",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Educational",
|
||||
quote: "Excellent 22KW system installation.",
|
||||
name: "Mr Marimo",
|
||||
role: "Njube High School",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-eco-friendly-wind-power-project-with-laptop_23-2148847762.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Lodge Project",
|
||||
quote: "Great service on our lodge power systems.",
|
||||
name: "Mr K Ndlovu",
|
||||
role: "Mavuna Lodge",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Residential",
|
||||
quote: "High quality solar setup at home.",
|
||||
name: "Mr R Midzi",
|
||||
role: "Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-work-environment-project_23-2148894018.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Commercial",
|
||||
quote: "Efficient 20KVA system setup.",
|
||||
name: "Mr Honest",
|
||||
role: "Konde Liquor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/investors-solar-panels-plant-office-ensure-adherence-industry-regulations_482257-123434.jpg",
|
||||
},
|
||||
]}
|
||||
title="Trade References"
|
||||
description="Trusted by businesses and homeowners across the region."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Chemical Plant", quote: "Reliable installation for our facility.", name: "Mike Madhuro", role: "Editek Chemicals", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg" },
|
||||
{ id: "2", title: "Educational", quote: "Excellent 22KW system installation.", name: "Mr Marimo", role: "Njube High School", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-eco-friendly-wind-power-project-with-laptop_23-2148847762.jpg" },
|
||||
{ id: "3", title: "Lodge Project", quote: "Great service on our lodge power systems.", name: "Mr K Ndlovu", role: "Mavuna Lodge", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg" },
|
||||
{ id: "4", title: "Residential", quote: "High quality solar setup at home.", name: "Mr R Midzi", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/team-work-environment-project_23-2148894018.jpg" },
|
||||
{ id: "5", title: "Commercial", quote: "Efficient 20KVA system setup.", name: "Mr Honest", role: "Konde Liquor", imageSrc: "http://img.b2bpic.net/free-photo/investors-solar-panels-plant-office-ensure-adherence-industry-regulations_482257-123434.jpg" }
|
||||
]}
|
||||
title="Trade References"
|
||||
description="Trusted by businesses and homeowners across the region."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer residential services?",
|
||||
content: "Yes, we specialize in residential solar and electrical wiring.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can you handle commercial projects?",
|
||||
content: "Absolutely, we manage industrial and large-scale commercial solar projects.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What maintenance services do you provide?",
|
||||
content: "We handle ongoing maintenance and system upgrades for all installations.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-team-evaluating-solar-cells-designs-improve-efficiency_482257-123388.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our services."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you offer residential services?", content: "Yes, we specialize in residential solar and electrical wiring." },
|
||||
{ id: "2", title: "Can you handle commercial projects?", content: "Absolutely, we manage industrial and large-scale commercial solar projects." },
|
||||
{ id: "3", title: "What maintenance services do you provide?", content: "We handle ongoing maintenance and system upgrades for all installations." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-team-evaluating-solar-cells-designs-improve-efficiency_482257-123388.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our services."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Get Started"
|
||||
title="Ready for Sustainable Energy?"
|
||||
description="Reach out to our professional team today for a consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "tel:+263777000000",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Get Started"
|
||||
title="Ready for Sustainable Energy?"
|
||||
description="Reach out to our professional team today for a consultation."
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "tel:+263777000000" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Suncheck Energy Systems"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Electrical",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Suncheck Energy Systems. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Suncheck Energy Systems"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Residential", href: "#features" },
|
||||
{ label: "Commercial", href: "#features" },
|
||||
{ label: "Electrical", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Projects", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Suncheck Energy Systems. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user