diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 53838b3..4054a1b 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: "Why Us", id: "about" }, { name: "Pricing", id: "pricing" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -135,8 +134,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Why Us", id: "about" }, { name: "Pricing", id: "pricing" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -187,8 +185,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Why Us", id: "about" }, { name: "Pricing", id: "pricing" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7851b03..a036b41 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -43,8 +43,7 @@ export default function ShopPage() { { name: "Why Us", id: "about" }, { name: "Pricing", id: "pricing" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -87,8 +86,7 @@ export default function ShopPage() { { name: "Why Us", id: "about" }, { name: "Pricing", id: "pricing" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4c12381..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: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #6139e6;; + /* --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + --accent: #a8d9be;; + --background-accent: #6bbf8e;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #6139e6;; + --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --accent: #a8d9be;; + --background-accent: #6bbf8e;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);