From e2abb6fb4909cf07f9dadceb91242c26de3a697a Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 16:14:02 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 58514c4..337c4bf 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -55,7 +55,8 @@ export default function BlogPage() { const url = `${apiUrl}/posts/${projectId}?status=published`; const response = await fetch(url, { method: "GET", headers: { - "Content-Type": "application/json"}, + "Content-Type": "application/json" + }, }); if (response.ok) { @@ -89,7 +90,7 @@ export default function BlogPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="none" cardStyle="gradient-mesh" primaryButtonStyle="inset-glow" secondaryButtonStyle="glass" @@ -154,4 +155,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} From 67dde7c969f32ed3c6281ab7741b06102d4a9170 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 16:14:03 +0000 Subject: [PATCH 2/4] Update src/app/globals.css --- src/app/globals.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index fe901d7..813c50e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; + /* --background: #ffffff;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #e63946;; + --foreground: #000000;; + --primary-cta: #000000;; --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8a8b6;; */ + --accent: #e2e2e2;; + --background-accent: #f5f5f5;; */ - --background: #f5f5f5;; + --background: #ffffff;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #e63946;; + --foreground: #000000;; + --primary-cta: #000000;; --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8a8b6;; + --accent: #e2e2e2;; + --background-accent: #f5f5f5;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); From f58898a1c0a312206c4b80143b06da8f94fb3b4d Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 16:14:04 +0000 Subject: [PATCH 3/4] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ea683d2..953db50 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1263,4 +1263,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From a4c909d39b88103bbf3d132f8935ae73b6024d3f Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 16:14:05 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a91b2b..39e3733 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="none" cardStyle="gradient-mesh" primaryButtonStyle="inset-glow" secondaryButtonStyle="glass" @@ -68,7 +68,7 @@ export default function LandingPage() {
@@ -201,7 +201,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -250,7 +250,7 @@ export default function LandingPage() { name: "message", placeholder: "Tell us about your basketball goals and current level", rows: 5, required: true }} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" imageSrc="https://img.b2bpic.net/free-photo/front-view-young-man-playing-basketball-outside_23-2148767564.jpg" imageAlt="Basketball training facility" mediaPosition="right" @@ -272,4 +272,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}