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 +} 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 +} 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 +} 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 +} 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 +} 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);