6 Commits

Author SHA1 Message Date
6db47bdef8 Update src/app/styles/variables.css 2026-02-16 14:33:22 +00:00
5d1a95137e Update src/app/shop/page.tsx 2026-02-16 14:33:22 +00:00
47c1d2d93b Update src/app/shop/[id]/page.tsx 2026-02-16 14:33:21 +00:00
91676eb09f Update src/app/page.tsx 2026-02-16 14:33:20 +00:00
46f99dd94e Update src/app/layout.tsx 2026-02-16 14:33:19 +00:00
fff2edb971 Update src/app/blog/page.tsx 2026-02-16 14:33:18 +00:00
6 changed files with 19 additions and 19 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
/* --background: #080000;;
--card: #1e0d0d;;
--foreground: #ffe6e6;;
--primary-cta: #ff3d4a;;
--secondary-cta: #1f0a0a;;
--accent: #7b2d2d;;
--background-accent: #b8111f;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #080000;;
--card: #1e0d0d;;
--foreground: #ffe6e6;;
--primary-cta: #ff3d4a;;
--secondary-cta: #1f0a0a;;
--accent: #7b2d2d;;
--background-accent: #b8111f;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);