Switch to version 3: modified src/app/page.tsx

This commit is contained in:
2026-04-18 04:14:37 +00:00
parent b6caf883db
commit 589858e2f8

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
description="Government Approved Solar Solutions with Subsidy Benefits. We make clean energy affordable and accessible in Banda and Chitrakoot."
buttons={[
{
text: "Claim Your Free Solar Audit", href: "#contact"},
text: "Get Free Consultation", href: "#contact"},
{
text: "Chat on WhatsApp", href: "https://wa.me/918174018535"},
]}
@@ -244,4 +244,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}