diff --git a/src/app/page.tsx b/src/app/page.tsx index e9db9cc..895348e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { CheckCircle } from "lucide-react"; export default function LandingPage() { @@ -60,14 +61,10 @@ export default function LandingPage() { title="Power Outages Are Costing You More Than You Think..." 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: "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: "Fuel Expenses", description: "Escape the endless, expensive cycle of fueling your generator."}, + { 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: "Business Losses", description: "Keep your operations running seamlessly without costly downtime." }, + { 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" @@ -83,12 +80,9 @@ export default function LandingPage() { title="We Give You Constant, Clean, Reliable Power" 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: "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: "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: "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" @@ -102,42 +96,32 @@ export default function LandingPage() { textboxLayout="default" 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"}, - items: [ - { - icon: CheckCircle, - text: "High-efficiency panels"}, - { - icon: CheckCircle, - text: "Professional mounting"}, - { - icon: CheckCircle, - text: "Grid-tied or Off-grid options"}, - ], - reverse: false, - }, + { 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" }, { icon: CheckCircle, text: "Professional mounting" }, { icon: CheckCircle, text: "Grid-tied or Off-grid options" }], reverse: false } ]} title="What You Get With A4&T" description="Comprehensive energy solutions tailored to keep your life and business moving." /> +
+ +
+
); -} +} \ No newline at end of file