Merge version_1 into main #1
191
src/app/page.tsx
191
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Absolute Solar"
|
||||
/>
|
||||
@@ -58,38 +48,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Professional Solar Solutions for Stellenbosch & Winelands"
|
||||
description="Beat load-shedding with expert installation, honest pricing & support. Trust our 4.9-star rated service."
|
||||
tag="Est. 2023 | 18+ Verified Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Your Free Consultation", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15560.jpg",
|
||||
imageAlt: "solar panels on roof house",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15560.jpg", imageAlt: "solar panels on roof house"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192706.jpg",
|
||||
imageAlt: "solar installer working",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969823.jpg",
|
||||
imageAlt: "Agriculture healthy food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-reviewing-solar-panel-design-close-up_482257-123492.jpg",
|
||||
imageAlt: "Photovoltaics factory expert reviewing solar panel design close up",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29994.jpg",
|
||||
imageAlt: "Man with white helmet near a solar panel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192706.jpg", imageAlt: "solar installer working"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,17 +75,11 @@ export default function LandingPage() {
|
||||
description="At Absolute Solar and Maintenance, Robert and the team are dedicated to providing the Winelands with reliable, honest, and high-quality energy solutions that last."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.9★",
|
||||
title: "Verified Rating",
|
||||
},
|
||||
value: "4.9★", title: "Verified Rating"},
|
||||
{
|
||||
value: "18+",
|
||||
title: "Happy Clients",
|
||||
},
|
||||
value: "18+", title: "Happy Clients"},
|
||||
{
|
||||
value: "24hr",
|
||||
title: "Response Time",
|
||||
},
|
||||
value: "24hr", title: "Response Time"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-technician-checks-maintenance-solar-panels-group-three-black-engineers-meeting-solar-station_627829-4822.jpg"
|
||||
imageAlt="solar energy team group"
|
||||
@@ -129,29 +94,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Solar",
|
||||
description: "High-efficiency home systems to secure your energy independence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-installation-rooftop_23-2152021003.jpg",
|
||||
imageAlt: "residential solar panels installation",
|
||||
},
|
||||
title: "Residential Solar", description: "High-efficiency home systems to secure your energy independence.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panel-installation-rooftop_23-2152021003.jpg", imageAlt: "residential solar panels installation"},
|
||||
{
|
||||
title: "Commercial Solar",
|
||||
description: "Power your business efficiently and reduce operational costs significantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-salt-salt-farm-ready-harvest-thailand_335224-1050.jpg",
|
||||
imageAlt: "commercial solar installation",
|
||||
},
|
||||
title: "Commercial Solar", description: "Power your business efficiently and reduce operational costs significantly.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-salt-salt-farm-ready-harvest-thailand_335224-1050.jpg", imageAlt: "commercial solar installation"},
|
||||
{
|
||||
title: "Inverters & Batteries",
|
||||
description: "Advanced storage solutions tailored for modern home load-shedding protection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-pointing-blank-sign_1156-344.jpg",
|
||||
imageAlt: "solar battery storage system",
|
||||
},
|
||||
title: "Inverters & Batteries", description: "Advanced storage solutions tailored for modern home load-shedding protection.", imageSrc: "http://img.b2bpic.net/free-photo/house-pointing-blank-sign_1156-344.jpg", imageAlt: "solar battery storage system"},
|
||||
{
|
||||
title: "Maintenance & Repairs",
|
||||
description: "Diagnostic and ongoing support to ensure your system performs perfectly forever.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24219.jpg",
|
||||
imageAlt: "solar panel inspection",
|
||||
},
|
||||
title: "Maintenance & Repairs", description: "Diagnostic and ongoing support to ensure your system performs perfectly forever.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24219.jpg", imageAlt: "solar panel inspection"},
|
||||
]}
|
||||
title="Comprehensive Energy Services"
|
||||
description="Customized solar solutions designed for your unique needs in Stellenbosch."
|
||||
@@ -165,56 +114,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Essential Back-up",
|
||||
period: "One-time",
|
||||
price: "Request Quote",
|
||||
features: [
|
||||
"Consultation",
|
||||
"Battery Setup",
|
||||
"24hr Support",
|
||||
],
|
||||
id: "basic", title: "Essential Back-up", period: "One-time", price: "Request Quote", features: [
|
||||
"Consultation", "Battery Setup", "24hr Support"],
|
||||
button: {
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/machinery-with-control-panels-buttons-switches-warehouse-3d-render_482257-84396.jpg",
|
||||
imageAlt: "solar battery backup unit",
|
||||
},
|
||||
text: "Inquire", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/machinery-with-control-panels-buttons-switches-warehouse-3d-render_482257-84396.jpg", imageAlt: "solar battery backup unit"},
|
||||
{
|
||||
id: "standard",
|
||||
title: "Full Solar Kit",
|
||||
period: "One-time",
|
||||
price: "Request Quote",
|
||||
features: [
|
||||
"Full Panels",
|
||||
"Inverter",
|
||||
"Professional Install",
|
||||
],
|
||||
id: "standard", title: "Full Solar Kit", period: "One-time", price: "Request Quote", features: [
|
||||
"Full Panels", "Inverter", "Professional Install"],
|
||||
button: {
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-generating-electricity-with-copy-space_23-2148895411.jpg",
|
||||
imageAlt: "solar inverter kit",
|
||||
},
|
||||
text: "Inquire", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-generating-electricity-with-copy-space_23-2148895411.jpg", imageAlt: "solar inverter kit"},
|
||||
{
|
||||
id: "premium",
|
||||
title: "Commercial Solution",
|
||||
period: "One-time",
|
||||
price: "Request Quote",
|
||||
features: [
|
||||
"Scalable System",
|
||||
"Efficiency Audit",
|
||||
"Priority Maint.",
|
||||
],
|
||||
id: "premium", title: "Commercial Solution", period: "One-time", price: "Request Quote", features: [
|
||||
"Scalable System", "Efficiency Audit", "Priority Maint."],
|
||||
button: {
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-florist-working-green-house_1303-29960.jpg",
|
||||
imageAlt: "commercial inverter system",
|
||||
},
|
||||
text: "Inquire", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-florist-working-green-house_1303-29960.jpg", imageAlt: "commercial inverter system"},
|
||||
]}
|
||||
title="Transparent Pricing Plans"
|
||||
description="No hidden costs, just honest, professional quotes tailored for you."
|
||||
@@ -229,25 +145,15 @@ export default function LandingPage() {
|
||||
author="Janis Van Der Westhuizen"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg",
|
||||
alt: "happy client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg", alt: "happy client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
|
||||
alt: "happy client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", alt: "happy client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
alt: "happy client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "happy client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg",
|
||||
alt: "happy client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", alt: "happy client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430633.jpg",
|
||||
alt: "happy client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430633.jpg", alt: "happy client portrait"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -260,25 +166,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long for a quote?",
|
||||
content: "We provide a thorough onsite inspection to ensure your quote is honest and accurate, typically within 48 hours.",
|
||||
},
|
||||
id: "f1", title: "How long for a quote?", content: "We provide a thorough onsite inspection to ensure your quote is honest and accurate, typically within 48 hours."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can you fix existing systems?",
|
||||
content: "Absolutely. We are experts at diagnosing and rectifying issues from previous installers.",
|
||||
},
|
||||
id: "f2", title: "Can you fix existing systems?", content: "Absolutely. We are experts at diagnosing and rectifying issues from previous installers."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How long does installation take?",
|
||||
content: "Most residential installs are completed professionally and on-time within 2-4 weeks.",
|
||||
},
|
||||
id: "f3", title: "How long does installation take?", content: "Most residential installs are completed professionally and on-time within 2-4 weeks."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Do you provide after-sales?",
|
||||
content: "Yes, we pride ourselves on being always available for ongoing support and maintenance.",
|
||||
},
|
||||
id: "f4", title: "Do you provide after-sales?", content: "Yes, we pride ourselves on being always available for ongoing support and maintenance."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about solar energy in Stellenbosch."
|
||||
@@ -290,18 +184,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
text="Ready to beat load-shedding? Contact Robert today for your free consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Robert: 079 574 8078",
|
||||
href: "tel:0795748078",
|
||||
},
|
||||
text: "Call Robert: 079 574 8078", href: "tel:0795748078"},
|
||||
{
|
||||
text: "Message via WhatsApp",
|
||||
href: "https://wa.me/27795748078",
|
||||
},
|
||||
text: "Message via WhatsApp", href: "https://wa.me/27795748078"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user