diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9b24402..2e7a1a9 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -16,29 +16,17 @@ export default function HomePage() { @@ -59,53 +47,25 @@ export default function HomePage() { description="Our state-of-the-art solar technology ensures you get maximum ROI on every sun ray." features={[ { - title: "Smart Monitoring", - description: "Track your daily production and usage through our intuitive mobile dashboard.", - bentoComponent: "info-card-marquee", - infoCards: [ + title: "Smart Monitoring", description: "Track your daily production and usage through our intuitive mobile dashboard.", bentoComponent: "info-card-marquee", infoCards: [ { - icon: Zap, - label: "Output", - value: "98%", - }, + icon: "Zap", label: "Output", value: "98%"}, { - icon: Sun, - label: "Sunlight", - value: "12hr", - }, + icon: "Sun", label: "Sunlight", value: "12hr"}, { - icon: TrendingUp, - label: "Saving", - value: "$450", - }, + icon: "TrendingUp", label: "Saving", value: "$450"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-161.jpg", - imageAlt: "solar power power station", }, { - title: "Fast Installation", - description: "From consultation to activation in just 3 days.", - bentoComponent: "checklist-timeline", - heading: "Process", - subheading: "Seamless execution", - checklistItems: [ + title: "Fast Installation", description: "From consultation to activation in just 3 days.", bentoComponent: "checklist-timeline", heading: "Process", subheading: "Seamless execution", checklistItems: [ { - label: "Assessment", - detail: "On-site roof review", - }, + label: "Assessment", detail: "On-site roof review"}, { - label: "Installation", - detail: "Qualified technician install", - }, + label: "Installation", detail: "Qualified technician install"}, { - label: "Activation", - detail: "System grid connection", - }, + label: "Activation", detail: "System grid connection"}, ], - completedLabel: "Done", - imageSrc: "http://img.b2bpic.net/free-photo/solar-powered-home_23-2151951213.jpg?_wi=2", - imageAlt: "solar power power station", - }, + completedLabel: "Done"}, ]} /> @@ -119,47 +79,19 @@ export default function HomePage() { description="Find the perfect fit for your home's energy consumption needs." items={[ { - title: "Starter Pack", - description: "Perfect for small homes.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/3d-data-communications-background-with-glowing-particles_1048-18182.jpg", - }, + title: "Starter Pack", description: "Perfect for small homes.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/3d-data-communications-background-with-glowing-particles_1048-18182.jpg"}, { - title: "Family Pro", - description: "High output for larger households.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/green-abstract-background_23-2151820781.jpg", - }, + title: "Family Pro", description: "High output for larger households.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/green-abstract-background_23-2151820781.jpg"}, { - title: "Business Grid", - description: "Scalable for commercial facilities.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-science-background-with-flowing-particles_1048-17731.jpg", - }, + title: "Business Grid", description: "Scalable for commercial facilities.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-science-background-with-flowing-particles_1048-17731.jpg"}, { - title: "Storage Ultra", - description: "Keep power even at night.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/green-abstract-background_23-2151820795.jpg", - }, + title: "Storage Ultra", description: "Keep power even at night.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/green-abstract-background_23-2151820795.jpg"}, { - title: "Off-Grid Kit", - description: "For remote living independence.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/detail-green-leaf_23-2148211890.jpg", - }, + title: "Off-Grid Kit", description: "For remote living independence.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/detail-green-leaf_23-2148211890.jpg"}, { - title: "Eco-Elite", - description: "Premium panels for aesthetics.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/macro-green-leaf_23-2148212009.jpg", - }, + title: "Eco-Elite", description: "Premium panels for aesthetics.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/macro-green-leaf_23-2148212009.jpg"}, { - title: "Smart Hybrid", - description: "Best of both worlds.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/electric-farm-with-panels-producing-clean-ecologic-energy_169016-17980.jpg", - }, + title: "Smart Hybrid", description: "Best of both worlds.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/electric-farm-with-panels-producing-clean-ecologic-energy_169016-17980.jpg"}, ]} /> @@ -173,28 +105,16 @@ export default function HomePage() { description="We are proud of the environmental impact we've created together with our customers." metrics={[ { - value: "15,000+", - title: "Panels Installed", - features: [ - "Residential", - "Commercial", - ], + value: "15,000+", title: "Panels Installed", features: [ + "Residential", "Commercial"], }, { - value: "500+", - title: "Tons CO2 Saved", - features: [ - "Clean air", - "Healthy planet", - ], + value: "500+", title: "Tons CO2 Saved", features: [ + "Clean air", "Healthy planet"], }, { - value: "100%", - title: "Satisfaction Rate", - features: [ - "Top support", - "High quality", - ], + value: "100%", title: "Satisfaction Rate", features: [ + "Top support", "High quality"], }, ]} /> @@ -206,37 +126,18 @@ export default function HomePage() { @@ -247,18 +148,14 @@ export default function HomePage() {