diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0edfde9..9712ba9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,64 +34,41 @@ export default function LandingPage() {
@@ -479,23 +276,17 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
- href: "https://facebook.com/inwimoneye",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/inwimoneye", ariaLabel: "Facebook"},
{
icon: Twitter,
- href: "https://twitter.com/inwimoneye",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/inwimoneye", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/inwimoneye",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/inwimoneye", ariaLabel: "LinkedIn"},
]}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 3a5c203..018e8e2 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #0a0a0a;
- --card: #1a1a1a;
- --foreground: #f5f5f5;
- --primary-cta: #ffdf7d;
- --primary-cta-text: #0a0a0a;
- --secondary-cta: #1a1a1a;
+ --background: #000000;
+ --card: #0c0c0c;
+ --foreground: #ffffff;
+ --primary-cta: #106EFB;
+ --primary-cta-text: #ffffff;
+ --secondary-cta: #000000;
--secondary-cta-text: #ffffff;
- --accent: #b8860b;
- --background-accent: #8b6914;
+ --accent: #535353;
+ --background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);