3 Commits

Author SHA1 Message Date
7cb271b7a7 Update src/app/page.tsx 2026-04-18 04:13:11 +00:00
7be2e4e60d Switch to version 2: modified src/app/page.tsx 2026-04-18 04:11:06 +00:00
c1c620f5de Merge version_3 into main
Merge version_3 into main
2026-04-18 04:10:18 +00:00

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: "Get Free Consultation", href: "#contact"},
text: "Claim Your Free Solar Audit", href: "#contact"},
{
text: "Chat on WhatsApp", href: "https://wa.me/918174018535"},
]}
@@ -244,4 +244,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}