From 333918264df1163fb3bb083c64c9acba22a9371f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:10:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a88ec8..61e6e87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,8 +100,8 @@ export default function LandingPage() { description="We specialize in end-to-end solar solutions, from initial consultation to final installation, ensuring maximum efficiency for your property." imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-team-evaluating-solar-cells-designs-improve-efficiency_482257-123388.jpg?_wi=1" buttons={[ - { text: "Get Started" }, - { text: "Learn about installation" } + { text: "Get Started", href: "#pricing" }, + { text: "Learn about installation", href: "/services" } ]} /> -- 2.49.1