From 2b982ba718650d9d927235fe76bcfb3d2ec608da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 14:16:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 223 +++++++++++------------------------------------ 1 file changed, 51 insertions(+), 172 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe4cd2e..69be394 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,106 +46,61 @@ export default function LandingPage() { @@ -166,20 +113,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Residential Solar", - description: "Custom roof systems designed to optimize energy production for your home.", - imageSrc: "http://img.b2bpic.net/free-photo/young-architect-standing-by-solar-panels_1303-28124.jpg", - }, + title: "Residential Solar", description: "Custom roof systems designed to optimize energy production for your home.", imageSrc: "http://img.b2bpic.net/free-photo/young-architect-standing-by-solar-panels_1303-28124.jpg"}, { - title: "Commercial Solutions", - description: "High-capacity systems for businesses to significantly reduce operational costs.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-project-together_23-2148920574.jpg", - }, + title: "Commercial Solutions", description: "High-capacity systems for businesses to significantly reduce operational costs.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-project-together_23-2148920574.jpg"}, { - title: "Maintenance & Care", - description: "Comprehensive long-term maintenance to ensure maximum system efficiency.", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-private-house-with-solar-panels-roof_181624-14677.jpg", - }, + title: "Maintenance & Care", description: "Comprehensive long-term maintenance to ensure maximum system efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-private-house-with-solar-panels-roof_181624-14677.jpg"}, ]} title="Expert Solar Services" description="Tailored solutions for residential and commercial energy needs." @@ -188,29 +126,18 @@ export default function LandingPage() {