14 Commits

Author SHA1 Message Date
176ff2aee5 Update src/app/page.tsx 2026-04-18 04:15:20 +00:00
d2203e9fb1 Switch to version 2: modified src/app/page.tsx 2026-04-18 04:14:41 +00:00
589858e2f8 Switch to version 3: modified src/app/page.tsx 2026-04-18 04:14:37 +00:00
b6caf883db Switch to version 4: modified src/app/page.tsx 2026-04-18 04:14:30 +00:00
a3b3fec836 Switch to version 3: modified src/app/page.tsx 2026-04-18 04:14:14 +00:00
cdb586cf78 Merge version_4 into main
Merge version_4 into main
2026-04-18 04:13:14 +00:00
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
9b5de63c39 Update src/app/page.tsx 2026-04-18 04:10:15 +00:00
e3942d4b1b Merge version_2 into main
Merge version_2 into main
2026-04-18 04:06:04 +00:00
ea8928a0a2 Update theme colors 2026-04-18 04:06:01 +00:00
b3b5c06e4d Merge version_1 into main
Merge version_1 into main
2026-04-18 04:01:17 +00:00
c896f7a8d1 Merge version_1 into main
Merge version_1 into main
2026-04-18 04:00:46 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -54,21 +54,21 @@ 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"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-161.jpg", imageAlt: "Residential solar energy installation"},
imageSrc: "https://img.b2bpic.net/free-photo/solar-panels-on-roof_23-2148744211.jpg", imageAlt: "Modern residential solar panel installation on rooftop"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-30005.jpg", imageAlt: "Residential solar energy installation"},
imageSrc: "https://img.b2bpic.net/free-photo/solar-energy-concept-in-home_1268-23133.jpg", imageAlt: "Eco friendly home solar energy system"},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-white-helmet-near-solar-battery_1157-35697.jpg", imageAlt: "Residential solar energy installation"},
imageSrc: "https://img.b2bpic.net/free-photo/view-of-solar-panels-on-roof_23-2148744218.jpg", imageAlt: "Solar energy field and residential setup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/solar-powered-home_23-2151951213.jpg", imageAlt: "Residential solar energy installation"},
imageSrc: "https://img.b2bpic.net/free-photo/solar-farm-alternative-energy_1150-17855.jpg", imageAlt: "Clean solar energy technology"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-house-with-solar-pannels_23-2148907395.jpg", imageAlt: "Residential solar energy installation"},
imageSrc: "https://img.b2bpic.net/free-photo/solar-panels-with-blue-sky_23-2148907395.jpg", imageAlt: "Beautiful clear sky solar panel installation"},
]}
/>
</div>
@@ -208,7 +208,7 @@ export default function LandingPage() {
background={{
variant: "radial-gradient"}}
title="Get in Touch Today"
description="Beside Bank of Baroda, Atarra, Banda, UP - 210201\nPhone: +918174018535 / +918127365788\nEmail: anshsoni81740@gmail.com / moolchndrasoni654@gmail.com"
description="Address: Beside Bank of Baroda, Atarra, Banda, UP - 210201 | Phone: +918174018535, +918127365788 | Email: anshsoni81740@gmail.com"
imageSrc="http://img.b2bpic.net/free-photo/businessmen-photovoltaics-factory-doing-financial-investments_482257-120653.jpg"
buttonText="Send Enquiry"
tag="Contact Us"
@@ -244,4 +244,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f7fafc;
--foreground: #0a1a2b;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #fcd34d;
--secondary-cta-text: #0a1a2b;
--accent: #10b981;
--background-accent: #f0fdf4;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);