3 Commits

Author SHA1 Message Date
bf1a778a6e Update src/app/styles/variables.css 2026-03-04 05:34:42 +00:00
0012fae391 Update src/app/layout.tsx 2026-03-04 05:34:41 +00:00
b570a378cc Merge version_2 into main
Merge version_2 into main
2026-03-04 05:30:09 +00:00
2 changed files with 14 additions and 13 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Icehouse Supply - Premium Moissanite Jewelry", description: "Discover premium moissanite jewelry crafted for luxury enthusiasts. Lab-Certified • 30-Day Money Back • Free Shipping."};
title: "Icehouse Supply - Premium Moissanite Jewelry", description: "Discover premium moissanite jewelry crafted for luxury enthusiasts. Lab-Certified • 30-Day Money Back • Free Shipping."
};
export default function RootLayout({
children,

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
--card: #f0f4f8;;
--foreground: #1a2d42;;
--primary-cta: #1e5a96;;
--secondary-cta: #f0f4f8;;
--accent: #8ba5bf;;
--background-accent: #c7d9e8;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--card: #f0f4f8;;
--foreground: #1a2d42;;
--primary-cta: #1e5a96;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta: #f0f4f8;;
--secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--accent: #8ba5bf;;
--background-accent: #c7d9e8;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);