diff --git a/src/app/page.tsx b/src/app/page.tsx index 09e6296..1e0c559 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,66 +30,26 @@ export default function LandingPage() {
@@ -128,46 +81,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precise Shading Analysis", - description: "We map every obstruction on your roof throughout the year to ensure predictive energy yield accuracy.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/executives-investors-photovoltaics-plant-analyzing-market-trends_482257-120507.jpg", - imageAlt: "Shading Analysis", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/urban-town-summer-sky-space-city-concept_53876-31867.jpg", - imageAlt: "Shading Analysis Detail", - }, - imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66775.jpg?_wi=2", - imageAlt: "shading analysis map for solar energy", + title: "Precise Shading Analysis", description: "We map every obstruction on your roof throughout the year to ensure predictive energy yield accuracy.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/executives-investors-photovoltaics-plant-analyzing-market-trends_482257-120507.jpg", imageAlt: "Shading Analysis" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/urban-town-summer-sky-space-city-concept_53876-31867.jpg", imageAlt: "Shading Analysis Detail" }, }, { - title: "Electrical Capacity Validation", - description: "Validation against your current grid limits to prevent future redesigns and underperformance issues.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192722.jpg", - imageAlt: "Electrical Validation", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/equipment-fix-computer_1161-87.jpg", - imageAlt: "Electrical Validation Detail", - }, - imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192736.jpg?_wi=2", - imageAlt: "shading analysis map for solar energy", + title: "Electrical Capacity Validation", description: "Validation against your current grid limits to prevent future redesigns and underperformance issues.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192722.jpg", imageAlt: "Electrical Validation" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/equipment-fix-computer_1161-87.jpg", imageAlt: "Electrical Validation Detail" }, }, { - title: "Battery & Inverter Integration", - description: "Engineered integration for peak efficiency, shifting energy usage to when it is most cost-effective.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7336.jpg", - imageAlt: "Battery Setup", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pv-cell-produced-manufacturing-warehouse-3d-illustration_482257-77930.jpg", - imageAlt: "Battery Setup Detail", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-environment-project_23-2148894109.jpg?_wi=2", - imageAlt: "shading analysis map for solar energy", + title: "Battery & Inverter Integration", description: "Engineered integration for peak efficiency, shifting energy usage to when it is most cost-effective.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7336.jpg", imageAlt: "Battery Setup" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-pv-cell-produced-manufacturing-warehouse-3d-illustration_482257-77930.jpg", imageAlt: "Battery Setup Detail" }, }, ]} showStepNumbers={true} @@ -183,21 +106,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "1", - value: "94%", - description: "System Performance Ratio", - }, - { - id: "2", - value: "12yr", - description: "Avg Payback Period", - }, - { - id: "3", - value: "40%", - description: "Grid Dependency Reduction", - }, + { id: "1", value: "94%", description: "System Performance Ratio" }, + { id: "2", value: "12yr", description: "Avg Payback Period" }, + { id: "3", value: "40%", description: "Grid Dependency Reduction" }, ]} title="Real Performance Data" description="Peak output marketing means nothing in the UK. We focus on seasonal yield curves and consumption matching." @@ -208,31 +119,11 @@ export default function LandingPage() { @@ -289,32 +161,8 @@ export default function LandingPage() {