Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 677dc1d79e | |||
| 6b2f6ecbf1 | |||
| 333918264d | |||
| f623e5cbd5 |
@@ -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."
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-team-evaluating-solar-cells-designs-improve-efficiency_482257-123388.jpg?_wi=1"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Started" },
|
{ text: "Get Started", href: "#pricing" },
|
||||||
{ text: "Learn about installation" }
|
{ text: "Learn about installation", href: "/services" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
--background: #ffffff;
|
--background: #ffffff;
|
||||||
--card: #f9f9f9;
|
--card: #f9f9f9;
|
||||||
--foreground: #000f06e6;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #000f06e6;
|
--secondary-cta-text: #120006e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user