From 986c7960a1a8bba6628f64210f4b7f2265c2691d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:38:23 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 001c029..104619c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,22 @@ export default function LandingPage() { /> + {/* New text element below navigation */} +

+ রন্ধন শালা +

+
Date: Fri, 12 Jun 2026 01:38:24 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8cff76c..b5395a4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #efebe5; - --card: #f7f2ea; - --foreground: #000000; - --primary-cta: #000000; - --primary-cta-text: #efebe5; - --secondary-cta: #ffffff; - --secondary-cta-text: #000000; - --accent: #ffffff; - --background-accent: #e1b875; + --background: #fcfcfc; + --card: #ffffff; + --foreground: #212121; + --primary-cta: #1565C0; + --primary-cta-text: #ffffff; + --secondary-cta: #e0e0e0; + --secondary-cta-text: #212121; + --accent: #FFC107; + --background-accent: #BBDEFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);