5 Commits

Author SHA1 Message Date
1a453943ec Update src/app/styles/variables.css 2026-03-11 17:22:46 +00:00
2f37b53362 Merge version_3 into main
Merge version_3 into main
2026-03-11 07:01:48 +00:00
ac74d8f255 Update src/app/page.tsx 2026-03-11 07:01:44 +00:00
c7ef1a2ba4 Merge version_2 into main
Merge version_2 into main
2026-03-11 06:58:54 +00:00
5dc5d8ff29 Merge version_2 into main
Merge version_2 into main
2026-03-11 06:58:29 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ export default function HomePage() {
tag="Where Discipline Meets Transformation"
background={{ variant: "plain" }}
buttons={[
{ text: "Book Your First Session", href: "/membership" },
{ text: "Claim Your First Session", href: "/membership" },
{ text: "Schedule a Tour", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg?_wi=1"
@@ -254,4 +254,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -13,7 +13,7 @@
--background: #0f0f0f;
--card: #1a1a1a;
--foreground: #f5f0eb;
--primary-cta: #c0392b;
--primary-cta: #dc2626;
--primary-cta-text: #f5f0eb;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f5f0eb;