Compare commits
6 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cc55a78c4 | |||
|
|
10c6d8060f | ||
| e68fa82e02 | |||
|
|
d32718fa60 | ||
| 32eb34224b | |||
| 98e00753b1 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #fbfcfd;
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #0A1A2F;
|
||||
--primary-cta: #0A1A2F;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #D4AF37;
|
||||
--secondary-cta-text: #0A1A2F;
|
||||
--accent: #D4AF37;
|
||||
--background-accent: #e8eef5;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function HomePage() {
|
||||
text: "Get Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/green-plane-ecofriendly-environment_23-2151582386.jpg"
|
||||
imageSrc="https://images.unsplash.com/photo-1584346133934-a3afd2a33c4c?auto=format&fit=crop&q=80"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user