diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fe968ba..1e3a2ab 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,7 +15,8 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "CompClub - Where Tech Enthusiasts Connect", description: "Join our vibrant community of 200+ members. Learn, code, and grow together.", type: "website", siteName: "CompClub", url: "https://compclub.com"}, + title: "CompClub - Where Tech Enthusiasts Connect", description: "Join our vibrant community of 200+ members. Learn, code, and grow together.", type: "website", siteName: "CompClub", url: "https://compclub.com" + }, }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index f0eb66f..74b433c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 84a89b8..5b4b569 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #251a0c;; - --primary-cta: #f4c408;; - --secondary-cta: #ffffff;; - --accent: #f4ca26;; - --background-accent: #e8daa8;; */ + /* --background: #010912;; + --card: #152840;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; + --secondary-cta: #0e1a29;; + --accent: #3f5c79;; + --background-accent: #004a93;; */ - --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #251a0c;; - --primary-cta: #f4c408;; + --background: #010912;; + --card: #152840;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; --primary-cta-text: #f7f6f7;; - --secondary-cta: #ffffff;; + --secondary-cta: #0e1a29;; --secondary-cta-text: #251a0c;; - --accent: #f4ca26;; - --background-accent: #e8daa8;; + --accent: #3f5c79;; + --background-accent: #004a93;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);