Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfc3710ac1 | |||
| 6ba0aaa9d1 | |||
| e77c55af39 | |||
| a3a468bd17 |
@@ -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: "#"}}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user