Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a31825079 | |||
| 110269cdc9 |
@@ -1,13 +1,12 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
import "./globals.css";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "J&A Tree Removal - Professional Tree Services in Jacksonville, FL", description: "Expert tree removal, stump removal, and concrete demolition services in Jacksonville, FL. Fast, professional, and reasonably priced."};
|
||||
title: "J&A Tree Removal - Professional Tree Services Jacksonville FL", description: "Expert tree removal, stump removal, and concrete demolition services in Jacksonville, FL. Professional, efficient, and reasonably priced."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f0f9f0;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #159c49;
|
||||
--background: #f5fffb;
|
||||
--card: #f0fff9;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #80da9b;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
|
||||
Reference in New Issue
Block a user