diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 0f5ad7b..9fa7cfb 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -14,12 +14,12 @@ export default function BlogPage() { @@ -109,4 +109,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d8dd531..758d87f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1263,4 +1263,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f59dfe..c17d084 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -17,12 +17,12 @@ export default function LandingPage() { @@ -255,4 +255,4 @@ 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 2f44a78..8944d43 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -71,12 +71,12 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -122,12 +122,12 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -180,12 +180,12 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -257,4 +257,4 @@ 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 c4fa0c3..0bcae8a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -21,12 +21,12 @@ export default function ShopPage() { @@ -71,12 +71,12 @@ export default function ShopPage() { @@ -123,4 +123,4 @@ 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 a06be37..2297c90 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: #1f3251;; - --secondary-cta: #ffffff;; - --accent: #15479c;; - --background-accent: #a8cce8;; */ + /* --background: #faf8f5;; + --card: #f5f1eb;; + --foreground: #3a2f27;; + --primary-cta: #9b7f6f;; + --secondary-cta: #faf8f5;; + --accent: #d4c4b8;; + --background-accent: #e8dfd6;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f3251;; - --secondary-cta: #ffffff;; - --accent: #15479c;; - --background-accent: #a8cce8;; + --background: #faf8f5;; + --card: #f5f1eb;; + --foreground: #3a2f27;; + --primary-cta: #9b7f6f;; + --secondary-cta: #faf8f5;; + --accent: #d4c4b8;; + --background-accent: #e8dfd6;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);