diff --git a/src/app/page.tsx b/src/app/page.tsx
index cb5204a..61907df 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Globe, Leaf, Sun, Tool, Wallet, Zap } from "lucide-react";
+import { Globe, Leaf, Sun, Wallet, Zap, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,45 +33,27 @@ export default function LandingPage() {
@@ -80,85 +62,45 @@ export default function LandingPage() {
@@ -223,29 +151,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "Efficiency",
- title: "High-Performance Solar Panels",
- subtitle: "Maximize Energy Production",
- description: "Our panels boast industry-leading efficiency, converting more sunlight into usable electricity even on cloudy days. Get the most out of every ray.",
- imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-high-rise-buildings-modern-city_1359-877.jpg",
- imageAlt: "Close-up of a high-efficiency solar cell",
- },
+ tag: "Efficiency", title: "High-Performance Solar Panels", subtitle: "Maximize Energy Production", description: "Our panels boast industry-leading efficiency, converting more sunlight into usable electricity even on cloudy days. Get the most out of every ray.", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-high-rise-buildings-modern-city_1359-877.jpg", imageAlt: "Close-up of a high-efficiency solar cell"},
{
- tag: "Savings",
- title: "Significant Cost Reduction",
- subtitle: "Lower Your Energy Bills",
- description: "Drastically reduce or even eliminate your monthly electricity bills. Invest in solar and watch your savings grow while increasing your property value.",
- imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205417.jpg",
- imageAlt: "Illustration of money savings with a solar panel",
- },
+ tag: "Savings", title: "Significant Cost Reduction", subtitle: "Lower Your Energy Bills", description: "Drastically reduce or even eliminate your monthly electricity bills. Invest in solar and watch your savings grow while increasing your property value.", imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205417.jpg", imageAlt: "Illustration of money savings with a solar panel"},
{
- tag: "Sustainability",
- title: "Eco-Friendly Solutions",
- subtitle: "Reduce Your Carbon Footprint",
- description: "Embrace clean energy and play a vital role in protecting our planet. Our solar systems help reduce greenhouse gas emissions and promote a healthier environment.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-environment-projects_23-2148829265.jpg",
- imageAlt: "Earth globe with solar panels around it",
- },
+ tag: "Sustainability", title: "Eco-Friendly Solutions", subtitle: "Reduce Your Carbon Footprint", description: "Embrace clean energy and play a vital role in protecting our planet. Our solar systems help reduce greenhouse gas emissions and promote a healthier environment.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-environment-projects_23-2148829265.jpg", imageAlt: "Earth globe with solar panels around it"},
]}
title="Why Choose Smart Sun Power?"
description="We offer cutting-edge solar technology, seamless installations, and personalized solutions to maximize your energy independence."
@@ -260,65 +170,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p-res",
- brand: "Smart Sun",
- name: "Residential Solar System",
- price: "Starting at $15,000",
- rating: 5,
- reviewCount: "1,200 Reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205419.jpg",
- imageAlt: "Residential solar panels on a house",
- },
+ id: "p-res", brand: "Smart Sun", name: "Residential Solar System", price: "Starting at $15,000", rating: 5,
+ reviewCount: "1,200 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205419.jpg", imageAlt: "Residential solar panels on a house"},
{
- id: "p-comm",
- brand: "Smart Sun Pro",
- name: "Commercial Solar Solutions",
- price: "Custom Quote",
- rating: 4,
- reviewCount: "250 Reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-industrial-plant-presenting-solar-cells-materials-investors_482257-123390.jpg",
- imageAlt: "Commercial solar panels on a large building",
- },
+ id: "p-comm", brand: "Smart Sun Pro", name: "Commercial Solar Solutions", price: "Custom Quote", rating: 4,
+ reviewCount: "250 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-industrial-plant-presenting-solar-cells-materials-investors_482257-123390.jpg", imageAlt: "Commercial solar panels on a large building"},
{
- id: "p-offgrid",
- brand: "Smart Sun Off-Grid",
- name: "Off-Grid Power Packages",
- price: "Starting at $22,000",
- rating: 5,
- reviewCount: "90 Reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-ground-nature-greenery-around_1268-18258.jpg",
- imageAlt: "Off-grid solar panels in a remote area",
- },
+ id: "p-offgrid", brand: "Smart Sun Off-Grid", name: "Off-Grid Power Packages", price: "Starting at $22,000", rating: 5,
+ reviewCount: "90 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-ground-nature-greenery-around_1268-18258.jpg", imageAlt: "Off-grid solar panels in a remote area"},
{
- id: "p-battery",
- brand: "Smart Storage",
- name: "Battery Storage Systems",
- price: "Starting at $7,000",
- rating: 5,
- reviewCount: "700 Reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-office-working-environment-project-close-up_23-2148894118.jpg",
- imageAlt: "Home battery storage unit",
- },
+ id: "p-battery", brand: "Smart Storage", name: "Battery Storage Systems", price: "Starting at $7,000", rating: 5,
+ reviewCount: "700 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-office-working-environment-project-close-up_23-2148894118.jpg", imageAlt: "Home battery storage unit"},
{
- id: "p-monitor",
- brand: "Smart Connect",
- name: "Smart Monitoring & Control",
- price: "Included",
- rating: 4,
- reviewCount: "1,500 Reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-manager-meeting-with-shareholder-discuss_482257-123402.jpg",
- imageAlt: "Smart home energy monitoring app on a phone",
- },
+ id: "p-monitor", brand: "Smart Connect", name: "Smart Monitoring & Control", price: "Included", rating: 4,
+ reviewCount: "1,500 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-manager-meeting-with-shareholder-discuss_482257-123402.jpg", imageAlt: "Smart home energy monitoring app on a phone"},
{
- id: "p-ev",
- brand: "Smart EV Charge",
- name: "Solar EV Charging",
- price: "Starting at $4,000",
- rating: 5,
- reviewCount: "300 Reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-electric-car-streer_23-2148972398.jpg",
- imageAlt: "Electric vehicle charging station powered by solar",
- },
+ id: "p-ev", brand: "Smart EV Charge", name: "Solar EV Charging", price: "Starting at $4,000", rating: 5,
+ reviewCount: "300 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-electric-car-streer_23-2148972398.jpg", imageAlt: "Electric vehicle charging station powered by solar"},
]}
title="Our Solar Solutions"
description="Explore our range of solar energy systems designed to meet diverse needs, from residential homes to large commercial properties."
@@ -332,34 +200,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m-installations",
- value: "10,000+",
- title: "Installations Completed",
- items: [
- "Residential & Commercial",
- "Expert Certified Teams",
- "Seamless Process",
- ],
+ id: "m-installations", value: "10,000+", title: "Installations Completed", items: [
+ "Residential & Commercial", "Expert Certified Teams", "Seamless Process"],
},
{
- id: "m-savings",
- value: "$50M+",
- title: "Customer Savings Achieved",
- items: [
- "Reduced Energy Bills",
- "Increased Property Value",
- "Long-Term Financial Gains",
- ],
+ id: "m-savings", value: "$50M+", title: "Customer Savings Achieved", items: [
+ "Reduced Energy Bills", "Increased Property Value", "Long-Term Financial Gains"],
},
{
- id: "m-carbon",
- value: "20K Tons",
- title: "Carbon Emissions Offset",
- items: [
- "Cleaner Air Quality",
- "Greener Communities",
- "Sustainable Planet",
- ],
+ id: "m-carbon", value: "20K Tons", title: "Carbon Emissions Offset", items: [
+ "Cleaner Air Quality", "Greener Communities", "Sustainable Planet"],
},
]}
title="Our Impact: Driving a Sustainable Future"
@@ -372,49 +222,23 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Jennifer R.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
- imageAlt: "Jennifer R. a happy customer",
- },
+ id: "t1", name: "Jennifer R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg", imageAlt: "Jennifer R. a happy customer"},
{
- id: "t2",
- name: "Mark D.",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-working-checking-equipment-solar-power-plant-with-tablet-checklist-woman-working-outdoor-solar-power_1157-47840.jpg",
- imageAlt: "Mark D. a satisfied client",
- },
+ id: "t2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-working-checking-equipment-solar-power-plant-with-tablet-checklist-woman-working-outdoor-solar-power_1157-47840.jpg", imageAlt: "Mark D. a satisfied client"},
{
- id: "t3",
- name: "Emily S.",
- imageSrc: "http://img.b2bpic.net/free-photo/engineers-scientists-collaborate-solar-panel-research-development_482257-126511.jpg",
- imageAlt: "Emily S. with her new solar system",
- },
+ id: "t3", name: "Emily S.", imageSrc: "http://img.b2bpic.net/free-photo/engineers-scientists-collaborate-solar-panel-research-development_482257-126511.jpg", imageAlt: "Emily S. with her new solar system"},
{
- id: "t4",
- name: "David W.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shopping-flowers-plants-home-garden-store_197531-30985.jpg",
- imageAlt: "David W. praising Smart Sun Power",
- },
+ id: "t4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shopping-flowers-plants-home-garden-store_197531-30985.jpg", imageAlt: "David W. praising Smart Sun Power"},
{
- id: "t5",
- name: "Olivia K.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg",
- imageAlt: "Olivia K. a happy solar user",
- },
+ id: "t5", name: "Olivia K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg", imageAlt: "Olivia K. a happy solar user"},
{
- id: "t6",
- name: "Robert B.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man-listening-music_23-2149207192.jpg",
- imageAlt: "Robert B. pleased with the service",
- },
+ id: "t6", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man-listening-music_23-2149207192.jpg", imageAlt: "Robert B. pleased with the service"},
]}
cardTitle="What Our Customers Say"
cardTag="Trusted by Homeowners & Businesses"
buttons={[
{
- text: "Read All Reviews",
- href: "#testimonials",
- },
+ text: "Read All Reviews", href: "#testimonials"},
]}
cardAnimation="slide-up"
/>
@@ -426,25 +250,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq1",
- title: "How long does solar panel installation take?",
- content: "Typically, a residential solar panel installation takes 1-3 days once permits are secured. The entire process from consultation to activation can range from 4-8 weeks, depending on local regulations and weather.",
- },
+ id: "faq1", title: "How long does solar panel installation take?", content: "Typically, a residential solar panel installation takes 1-3 days once permits are secured. The entire process from consultation to activation can range from 4-8 weeks, depending on local regulations and weather."},
{
- id: "faq2",
- title: "What are the financial benefits of going solar?",
- content: "Going solar can significantly reduce or eliminate your electricity bills, increase your home's value, and qualify you for federal and local tax incentives, rebates, and renewable energy credits.",
- },
+ id: "faq2", title: "What are the financial benefits of going solar?", content: "Going solar can significantly reduce or eliminate your electricity bills, increase your home's value, and qualify you for federal and local tax incentives, rebates, and renewable energy credits."},
{
- id: "faq3",
- title: "Do solar panels work on cloudy days?",
- content: "Yes, solar panels still generate electricity on cloudy days, though at a reduced efficiency. Modern panels are designed to capture diffused sunlight effectively, and battery storage can ensure consistent power supply.",
- },
+ id: "faq3", title: "Do solar panels work on cloudy days?", content: "Yes, solar panels still generate electricity on cloudy days, though at a reduced efficiency. Modern panels are designed to capture diffused sunlight effectively, and battery storage can ensure consistent power supply."},
{
- id: "faq4",
- title: "What kind of maintenance do solar panels require?",
- content: "Solar panels require minimal maintenance. Occasional cleaning to remove dirt or debris is recommended. Our systems come with monitoring to alert you of any performance issues.",
- },
+ id: "faq4", title: "What kind of maintenance do solar panels require?", content: "Solar panels require minimal maintenance. Occasional cleaning to remove dirt or debris is recommended. Our systems come with monitoring to alert you of any performance issues."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-working-project_23-2148920573.jpg"
imageAlt="Question mark over solar panel"
@@ -459,8 +271,7 @@ export default function LandingPage() {