From b7331384c832133a77dee0aabf21579ddd12f667 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 12:01:25 +0000 Subject: [PATCH 1/4] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38a81fd..37299a5 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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -10,6 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Leaf, Droplet, Recycle, Shield } from 'lucide-react'; export default function LandingPage() { return ( From 27b3f7f09ce4a65a140143eb27933117c4b6fb8c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 12:01:25 +0000 Subject: [PATCH 2/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e11102b..16d3877 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Ingredients","id":"features"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -139,8 +138,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Ingredients","id":"features"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -195,8 +193,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Ingredients","id":"features"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> From cedf6533a4178cf9f89e4473c06b28fda46ba2c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 12:01:26 +0000 Subject: [PATCH 3/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 985a712..a29c784 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,8 +40,7 @@ export default function ShopPage() { {"name":"About","id":"about"}, {"name":"Ingredients","id":"features"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -88,8 +87,7 @@ export default function ShopPage() { {"name":"About","id":"about"}, {"name":"Ingredients","id":"features"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> From 9c18d7e72f2196b893558d0e84aa542786d1c266 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 12:01:27 +0000 Subject: [PATCH 4/4] 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 cabbe58..bdea9e7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #faf8f5;; - --card: #f5f1ed;; - --foreground: #2b2520;; - --primary-cta: #8b7d6b;; - --secondary-cta: #f5f1ed;; - --accent: #d4cfc8;; - --background-accent: #c4b9ad;; */ + /* --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; + --secondary-cta: #ffffff;; + --accent: #a8d9be;; + --background-accent: #6bbf8e;; */ - --background: #faf8f5;; - --card: #f5f1ed;; - --foreground: #2b2520;; - --primary-cta: #8b7d6b;; - --secondary-cta: #f5f1ed;; - --accent: #d4cfc8;; - --background-accent: #c4b9ad;; + --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; + --secondary-cta: #ffffff;; + --accent: #a8d9be;; + --background-accent: #6bbf8e;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);