7 Commits

Author SHA1 Message Date
12770b0ccc Update src/app/styles/variables.css 2026-02-18 16:37:06 +00:00
00fbb6983d Update src/app/shop/page.tsx 2026-02-18 16:37:05 +00:00
23c51ab060 Update src/app/shop/[id]/page.tsx 2026-02-18 16:37:04 +00:00
fa0c2d1096 Update src/app/page.tsx 2026-02-18 16:37:04 +00:00
764a398356 Update src/app/layout.tsx 2026-02-18 16:37:03 +00:00
71bf474d69 Update src/app/blog/page.tsx 2026-02-18 16:37:02 +00:00
0f302cbf5f Merge version_5 into main
Merge version_5 into main
2026-02-18 16:31:23 +00:00
6 changed files with 19 additions and 19 deletions

View File

@@ -69,4 +69,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1328,4 +1328,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -244,4 +244,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -233,4 +233,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -107,4 +107,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #080000;;
--card: #1e0d0d;;
--foreground: #ffe6e6;;
--primary-cta: #ff3d4a;;
--secondary-cta: #1f0a0a;;
--accent: #7b2d2d;;
--background-accent: #b8111f;; */
/* --background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;; */
--background: #080000;;
--card: #1e0d0d;;
--foreground: #ffe6e6;;
--primary-cta: #ff3d4a;;
--secondary-cta: #1f0a0a;;
--accent: #7b2d2d;;
--background-accent: #b8111f;;
--background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);