Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf1a778a6e | |||
| 0012fae391 | |||
| b570a378cc |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -3,22 +3,22 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #ffffff;;
|
/* --background: #ffffff;;
|
||||||
--card: #f9f9f9;;
|
--card: #f0f4f8;;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #1a2d42;;
|
||||||
--primary-cta: #ff8c42;;
|
--primary-cta: #1e5a96;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f0f4f8;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #8ba5bf;;
|
||||||
--background-accent: #c4c4c4;; */
|
--background-accent: #c7d9e8;; */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #ffffff;;
|
||||||
--card: #f9f9f9;;
|
--card: #f0f4f8;;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #1a2d42;;
|
||||||
--primary-cta: #ff8c42;;
|
--primary-cta: #1e5a96;;
|
||||||
--primary-cta-text: #ffffff;;
|
--primary-cta-text: #ffffff;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f0f4f8;;
|
||||||
--secondary-cta-text: #120a00e6;;
|
--secondary-cta-text: #120a00e6;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #8ba5bf;;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #c7d9e8;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user