diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 3f94642..3d56be6 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,7 +29,7 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8dcac68..1407e3a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1257,4 +1257,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 8626b43..f0f83b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -235,4 +235,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 fa837bc..181a8c2 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,8 +85,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -153,8 +157,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -228,8 +236,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -308,4 +320,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 646f914..17bbe95 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,8 +38,12 @@ export default function ShopPage() { setCartOpen(true) }} /> @@ -105,8 +109,12 @@ export default function ShopPage() { setCartOpen(true) }} /> @@ -160,4 +168,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 90ee71e..8bc0128 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: #341f51;; + /* --background: #f5faff;; + --card: #f1f8ff;; + --foreground: #001122;; + --primary-cta: #15479c;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + --accent: #a8cce8;; + --background-accent: #7ba3cf;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; + --background: #f5faff;; + --card: #f1f8ff;; + --foreground: #001122;; + --primary-cta: #15479c;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --accent: #a8cce8;; + --background-accent: #7ba3cf;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);