4 Commits

Author SHA1 Message Date
dfc3710ac1 Update src/app/styles/variables.css 2026-06-08 10:24:07 +00:00
6ba0aaa9d1 Update src/app/page.tsx 2026-06-08 10:24:07 +00:00
e77c55af39 Merge version_3 into main
Merge version_3 into main
2026-06-08 10:20:46 +00:00
a3a468bd17 Merge version_3 into main
Merge version_3 into main
2026-06-08 10:20:21 +00:00
2 changed files with 9 additions and 15 deletions

View File

@@ -38,14 +38,10 @@ export default function LandingPage() {
name: "About", id: "#about"},
{
name: "Process", id: "#process"},
{
name: "Success Stories", id: "/success-stories"},
{
name: "Team", id: "#team"},
{
name: "FAQ", id: "#faq"},
{
name: "Apply Now", id: "/apply-now"},
{
name: "Contact", id: "#contact"},
]}
@@ -234,8 +230,6 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoSrc="http://img.b2bpic.net/free-photo/notepad-with-inscription-4th-july-design-with-stars-red-surface_23-2148151321.jpg"
logoAlt="modern elegant WUMA Match logo"
logoText="WUMA Match"
leftLink={{
text: "Privacy Policy", href: "#"}}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F9F7F1;
--card: #EEE4D2;
--foreground: #2B2B2B;
--primary-cta: #6ECFD1;
--primary-cta-text: #ffffff;
--secondary-cta: #227C83;
--secondary-cta-text: #000612e6;
--accent: #C9A64A;
--background-accent: #DDF7F6;
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);