From 0f23f9307bb89f7dc91776a57b37be1305943dd6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 19:02:15 +0000 Subject: [PATCH 1/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1d16a84..f5380e0 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,10 +28,9 @@ export default function BlogPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 477d4ca0014e392b469618d0192aa91547e72502 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 19:02:16 +0000 Subject: [PATCH 2/6] 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 756ca45..ecac4be 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1411,4 +1411,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 0c8bc7b3b02526d9dabee3c7dead881f093a5788 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 19:02:17 +0000 Subject: [PATCH 3/6] Update src/app/page.tsx --- src/app/page.tsx | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3632ad5..869702a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function LandingPage() { navItems={[ { name: "Mission", id: "mission" }, { name: "Impact", id: "impact" }, - { name: "Updates", id: "updates" }, + { name: "Follow the Journey", id: "follow-the-journey" }, { name: "Support", id: "support" }, { name: "Contact", id: "contact" } ]} @@ -63,7 +63,7 @@ export default function LandingPage() { mediaAnimation="slide-up" buttons={[ { text: "Donate", href: "#support" }, - { text: "Follow the Journey", href: "#updates" } + { text: "Follow the Journey", href: "#follow-the-journey" } ]} buttonAnimation="slide-up" /> @@ -114,6 +114,28 @@ export default function LandingPage() { /> +
+ +
+
-
- -
-
); -} \ No newline at end of file +} -- 2.49.1 From 7af0862a5a654b4b346f46b54e10c897a2a3ad02 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 19:02:18 +0000 Subject: [PATCH 4/6] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 0db7af9..f23484a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,10 +85,9 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} -- 2.49.1 From d2c4a178bb55c63cdb497e62addd4b9281fe64d9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 19:02:19 +0000 Subject: [PATCH 5/6] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 510da39..260d7f6 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,10 +37,9 @@ export default function ShopPage() { ); -} \ No newline at end of file +} -- 2.49.1 From d6416f65ba0250be46db3fa529b86cdab195eff2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 19:02:19 +0000 Subject: [PATCH 6/6] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 881dc4f..9ce628b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,18 +5,18 @@ /* --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;; - --primary-cta: #159c49;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + --accent: #15479c;; + --background-accent: #a8d9be;; */ --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;; - --primary-cta: #159c49;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --accent: #15479c;; + --background-accent: #a8d9be;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1