16 Commits

Author SHA1 Message Date
3177ca9fd7 Merge version_7_1781466833213 into main
Merge version_7_1781466833213 into main
2026-06-14 19:54:08 +00:00
c0762a8ef9 Update src/pages/HomePage.tsx 2026-06-14 19:54:05 +00:00
41c0a13274 Merge version_6_1781466777118 into main
Merge version_6_1781466777118 into main
2026-06-14 19:53:00 +00:00
0674737932 Update theme colors 2026-06-14 19:52:57 +00:00
2f2ed5fd4b Merge version_5_1781466750333 into main
Merge version_5_1781466750333 into main
2026-06-14 19:52:33 +00:00
7c8bb91032 Update theme colors 2026-06-14 19:52:30 +00:00
2633d52b5c Merge version_4_1781466737437 into main
Merge version_4_1781466737437 into main
2026-06-14 19:52:21 +00:00
24b7adc806 Update theme colors 2026-06-14 19:52:17 +00:00
c683bff45f Merge version_3_1781466726453 into main
Merge version_3_1781466726453 into main
2026-06-14 19:52:10 +00:00
515a172448 Update theme colors 2026-06-14 19:52:06 +00:00
1900285265 Merge version_2_1781466719883 into main
Merge version_2_1781466719883 into main
2026-06-14 19:52:03 +00:00
ff6a259e82 Update theme colors 2026-06-14 19:52:00 +00:00
ab8aa357b7 Merge version_1_1781465750631 into main
Merge version_1_1781465750631 into main
2026-06-14 19:39:17 +00:00
c2de171487 Merge version_1_1781465750631 into main
Merge version_1_1781465750631 into main
2026-06-14 19:38:19 +00:00
2617837ea6 Merge version_1_1781465750631 into main
Merge version_1_1781465750631 into main
2026-06-14 19:37:49 +00:00
568ac479c1 Merge version_1_1781465750631 into main
Merge version_1_1781465750631 into main
2026-06-14 19:36:16 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fafffb;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
--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;

View File

@@ -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>