Compare commits
12 Commits
version_5_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3177ca9fd7 | |||
| c0762a8ef9 | |||
| 41c0a13274 | |||
| 0674737932 | |||
| 2f2ed5fd4b | |||
| 2633d52b5c | |||
| c683bff45f | |||
| 1900285265 | |||
| ab8aa357b7 | |||
| c2de171487 | |||
| 2617837ea6 | |||
| 568ac479c1 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #000000;
|
||||
--card: #1f4035;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #051a12;
|
||||
--secondary-cta: #0d2b1f;
|
||||
--secondary-cta-text: #d4f6e8;
|
||||
--accent: #0d5238;
|
||||
--background-accent: #10b981;
|
||||
--background: #000802;
|
||||
--card: #0b1a0b;
|
||||
--foreground: #e6ffe6;
|
||||
--primary-cta: #80da9b;
|
||||
--primary-cta-text: #000802;
|
||||
--secondary-cta: #07170b;
|
||||
--secondary-cta-text: #e6ffe6;
|
||||
--accent: #38714a;
|
||||
--background-accent: #2c6541;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1.5rem;
|
||||
|
||||
@@ -18,7 +18,7 @@ export default function HomePage() {
|
||||
description="Professional, inclusive tennis coaching for all ages and skill levels. Join our vibrant tennis community today."
|
||||
primaryButton={{ text: "Find a Class", href: "#classes" }}
|
||||
secondaryButton={{ text: "Learn More", href: "#about" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kids-playing-badminton-medium-shot_23-2149199858.jpg"
|
||||
imageSrc="https://images.pexels.com/photos/23379621/pexels-photo-23379621.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=23379621"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user