Compare commits
7 Commits
version_5_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d28ac7499 | |||
|
|
9066fff32f | ||
| 6f03b8a7a3 | |||
|
|
e81caff3d9 | ||
| e8f8770802 | |||
|
|
d0da382ca3 | ||
| 5d467049cb |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #8b5cf6;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #2a2a2a;
|
||||
--secondary-cta-text: #f5f5f5;
|
||||
--accent: #c4b5fd;
|
||||
--background-accent: #4c1d95;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
@@ -17,8 +17,8 @@ export default function HomePage() {
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboard
|
||||
tag="Your Vision, Our Expertise."
|
||||
title="We craft stunning, high-performing websites that drive growth and captivate your audience."
|
||||
description="Let's build something remarkable together."
|
||||
title="Websites That Grow Your Business."
|
||||
description="Let's create something amazing together."
|
||||
primaryButton={{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
|
||||
Reference in New Issue
Block a user