Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b9937fe41 | |||
| 7c4d110f9e | |||
| 396eb675ca | |||
| 793b61d209 | |||
| a9b587993a | |||
| a432aedfb9 |
@@ -1,7 +1,8 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Better Sleep Local - Premium Mattresses", description: "Discover premium mattresses from local sleep experts. Try before you buy, with expert guidance and same-day delivery available."};
|
title: "Better Sleep Local - Premium Mattresses", description: "Discover premium mattresses from local sleep experts. Try before you buy, with expert guidance and same-day delivery available."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #efebe5;
|
--background: #ffffff;
|
||||||
--card: #f7f2ea;
|
--card: #f9f9f9;
|
||||||
--foreground: #000000;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #000000;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #efebe5;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #000000;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #ffffff;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #e1b875;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* 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