Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da13857b39 | |||
| 2adb72466a | |||
| b626d02149 | |||
| 3d61c83848 | |||
| ec95fbfc5e | |||
| 7a3af958d6 | |||
| c897e9ee5f | |||
| 318db34b6b |
@@ -9,7 +9,8 @@ const inter = Inter({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Wanderlust Boutique", description: "Curated luxury travel experiences"};
|
title: "Wanderlust Boutique", description: "Curated luxury travel experiences"
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5faff;;;;
|
/* --background: #000000;;;;
|
||||||
--card: #f1f8ff;;;;
|
--card: #1a1a1a;;;;
|
||||||
--foreground: #001122;;;;
|
--foreground: #ffdd00;;;;
|
||||||
--primary-cta: #15479c;;;;
|
--primary-cta: #ffdd00;;;;
|
||||||
--secondary-cta: #ffffff;;;;
|
--secondary-cta: #000000;;;;
|
||||||
--accent: #a8cce8;;;;
|
--accent: #ffdd00;;;;
|
||||||
--background-accent: #7ba3cf;;;; */
|
--background-accent: #333333;;;; */
|
||||||
|
|
||||||
--background: #f5faff;;;;
|
--background: #000000;;;;
|
||||||
--card: #f1f8ff;;;;
|
--card: #1a1a1a;;;;
|
||||||
--foreground: #001122;;;;
|
--foreground: #ffdd00;;;;
|
||||||
--primary-cta: #15479c;;;;
|
--primary-cta: #ffdd00;;;;
|
||||||
--secondary-cta: #ffffff;;;;
|
--secondary-cta: #000000;;;;
|
||||||
--accent: #a8cce8;;;;
|
--accent: #ffdd00;;;;
|
||||||
--background-accent: #7ba3cf;;;;
|
--background-accent: #333333;;;;
|
||||||
|
|
||||||
/* 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