From f45bb184a623efcdbd4c588ad70bd6b97275a22a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 16:10:44 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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({ -- 2.49.1 From f9cce4168ec693fc254303208cfa1dd0e87c4305 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 16:10:45 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.49.1 From 5c6d3a9c1427bffc2d5c55638c75d6cd897907ef Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 16:10:46 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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); -- 2.49.1