Merge version_1 into main #2
152
src/app/page.tsx
152
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Assessment",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Assessment", id: "contact" },
|
||||
]}
|
||||
brandName="A4&T Power"
|
||||
/>
|
||||
@@ -56,17 +44,11 @@ export default function LandingPage() {
|
||||
logoText="Tired of NEPA Failing You? Switch to 24/7 Solar Power Today."
|
||||
description="Join 100+ Lagos homes enjoying uninterrupted electricity with A4&T Power Solutions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+2348000000000",
|
||||
},
|
||||
{ text: "Get Free Consultation", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:+2348000000000" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15593.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15593.jpg"
|
||||
imageAlt="Modern solar panel installation in Lagos"
|
||||
/>
|
||||
</div>
|
||||
@@ -79,21 +61,13 @@ export default function LandingPage() {
|
||||
description="Unreliable power isn't just an inconvenience; it's a drain on your finances and your well-being. Don't let power instability dictate the quality of your home life or business productivity."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Damaged Appliances",
|
||||
description: "Protect your expensive equipment from power surges and unstable current.",
|
||||
},
|
||||
title: "Damaged Appliances", description: "Protect your expensive equipment from power surges and unstable current."},
|
||||
{
|
||||
title: "Sleepless Nights",
|
||||
description: "Ensure your home remains cool and comfortable, no matter what.",
|
||||
},
|
||||
title: "Sleepless Nights", description: "Ensure your home remains cool and comfortable, no matter what."},
|
||||
{
|
||||
title: "Business Losses",
|
||||
description: "Keep your operations running seamlessly without costly downtime.",
|
||||
},
|
||||
title: "Business Losses", description: "Keep your operations running seamlessly without costly downtime."},
|
||||
{
|
||||
title: "Fuel Expenses",
|
||||
description: "Escape the endless, expensive cycle of fueling your generator.",
|
||||
},
|
||||
title: "Fuel Expenses", description: "Escape the endless, expensive cycle of fueling your generator."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-burning-lamp-dark-copy-space_169016-17305.jpg"
|
||||
imageAlt="Home power outage concept"
|
||||
@@ -110,17 +84,11 @@ export default function LandingPage() {
|
||||
description="A4&T Power Solutions provides high-performance solar systems designed specifically for the unique demands of Nigerian homes and businesses. We bridge the gap between energy independence and reliable, sustainable power."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "24/7 Reliability",
|
||||
description: "Access energy whenever you need it, day or night.",
|
||||
},
|
||||
title: "24/7 Reliability", description: "Access energy whenever you need it, day or night."},
|
||||
{
|
||||
title: "Clean Energy",
|
||||
description: "Reduce your carbon footprint while saving costs.",
|
||||
},
|
||||
title: "Clean Energy", description: "Reduce your carbon footprint while saving costs."},
|
||||
{
|
||||
title: "Engineered for Nigeria",
|
||||
description: "Solutions built to perform in local weather and grid conditions.",
|
||||
},
|
||||
title: "Engineered for Nigeria", description: "Solutions built to perform in local weather and grid conditions."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-engineers-chatting_23-2149352228.jpg"
|
||||
imageAlt="Technicians installing solar systems"
|
||||
@@ -135,29 +103,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Solar Installation",
|
||||
description: "End-to-end professional solar panel setup.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205439.jpg",
|
||||
imageAlt: "Solar Panel Installation",
|
||||
},
|
||||
title: "Solar Installation", description: "End-to-end professional solar panel setup.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205439.jpg", imageAlt: "Solar Panel Installation"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "High-efficiency panels",
|
||||
},
|
||||
text: "High-efficiency panels"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Professional mounting",
|
||||
},
|
||||
text: "Professional mounting"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Grid-tied or Off-grid options",
|
||||
},
|
||||
text: "Grid-tied or Off-grid options"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15593.jpg?_wi=2",
|
||||
imageAlt: "solar panels on residential roof",
|
||||
},
|
||||
]}
|
||||
title="What You Get With A4&T"
|
||||
@@ -170,30 +129,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Joseph Kalu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-stairs_23-2148918750.jpg",
|
||||
},
|
||||
id: "1", name: "Joseph Kalu", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-stairs_23-2148918750.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Adebola Abiola",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-table_23-2149871303.jpg",
|
||||
},
|
||||
id: "2", name: "Adebola Abiola", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-table_23-2149871303.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Funmilayo Makinde",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-family-kitchen-decorated-christmas_93675-134984.jpg",
|
||||
},
|
||||
id: "3", name: "Funmilayo Makinde", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-family-kitchen-decorated-christmas_93675-134984.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Olugbenga Ogungbemisola",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-place-businessman_23-2147833278.jpg",
|
||||
},
|
||||
id: "4", name: "Olugbenga Ogungbemisola", imageSrc: "http://img.b2bpic.net/free-photo/working-place-businessman_23-2147833278.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah Ahmed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-young-woman-isolated_273609-35039.jpg",
|
||||
},
|
||||
id: "5", name: "Sarah Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-young-woman-isolated_273609-35039.jpg"},
|
||||
]}
|
||||
cardTitle="Trusted by Homes Across Lagos"
|
||||
cardTag="Verified Reviews"
|
||||
@@ -207,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What equipment do you use?",
|
||||
content: "We use only top-tier, tested, and durable equipment to ensure long-term reliability for your solar system.",
|
||||
},
|
||||
id: "1", title: "What equipment do you use?", content: "We use only top-tier, tested, and durable equipment to ensure long-term reliability for your solar system."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What about installation quality?",
|
||||
content: "Our professional, highly trained installation teams adhere to the highest standards of safety and electrical precision.",
|
||||
},
|
||||
id: "2", title: "What about installation quality?", content: "Our professional, highly trained installation teams adhere to the highest standards of safety and electrical precision."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there support if something goes wrong?",
|
||||
content: "We provide ongoing support and we are continuously improving our customer service to ensure every client is satisfied.",
|
||||
},
|
||||
id: "3", title: "Is there support if something goes wrong?", content: "We provide ongoing support and we are continuously improving our customer service to ensure every client is satisfied."},
|
||||
]}
|
||||
title="Worried About Cost or Faulty Systems?"
|
||||
description="We are committed to delivering lasting value and peace of mind."
|
||||
@@ -232,8 +167,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="FREE CONSULTATION"
|
||||
title="Get a Free Solar Assessment Today"
|
||||
description="Claim your free system design and cost estimate now. Take the first step toward energy independence."
|
||||
@@ -247,37 +181,23 @@ export default function LandingPage() {
|
||||
logoText="A4&T Power Solutions"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "Lagos, Nigeria",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lagos, Nigeria", href: "#"},
|
||||
{
|
||||
label: "+234 800 000 0000",
|
||||
href: "tel:+2348000000000",
|
||||
},
|
||||
label: "+234 800 000 0000", href: "tel:+2348000000000"},
|
||||
{
|
||||
label: "support@a4tpower.com",
|
||||
href: "mailto:support@a4tpower.com",
|
||||
},
|
||||
label: "support@a4tpower.com", href: "mailto:support@a4tpower.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "Get Assessment",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get Assessment", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user