5 Commits

Author SHA1 Message Date
103c0261ed Update src/app/page.tsx 2026-05-12 09:10:24 +00:00
565a58f913 Merge version_2 into main
Merge version_2 into main
2026-05-12 09:07:09 +00:00
a806c67610 Update src/app/page.tsx 2026-05-12 09:07:06 +00:00
68e5667043 Merge version_1 into main
Merge version_1 into main
2026-05-12 09:00:30 +00:00
33cc978518 Merge version_1 into main
Merge version_1 into main
2026-05-12 09:00:01 +00:00

View File

@@ -177,8 +177,8 @@ export default function LandingPage() {
{
id: "p6", name: "Pacific Palisades", price: "Battery System", imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29999.jpg"},
]}
title="Premium Solar Installations"
description="Recent high-end transformations across the California region."
title="See How Neighbors Are Saving"
description="Real results from homeowners who made the switch to sustainable living."
/>
</div>
@@ -235,7 +235,7 @@ export default function LandingPage() {
description="Get a free custom solar quote and discover how much your home could save."
buttons={[
{
text: "Get My Free Quote", href: "#quote"},
text: "Claim My Free Solar Estimate", href: "#quote"},
]}
/>
</div>
@@ -276,4 +276,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}