3 Commits

Author SHA1 Message Date
801d362ff4 Update src/app/styles/variables.css 2026-03-06 00:58:38 +00:00
2c8d948a78 Update src/app/layout.tsx 2026-03-06 00:58:38 +00:00
3c0d51c0a4 Merge version_2 into main
Merge version_2 into main
2026-03-06 00:56:58 +00:00
2 changed files with 9 additions and 8 deletions

View File

@@ -1,12 +1,13 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./globals.css";
import "./styles/variables.css";
import "./styles/base.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
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."};
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."};
export default function RootLayout({
children,

View File

@@ -10,14 +10,14 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5fffb;
--card: #f0fff9;
--foreground: #001a0a;
--primary-cta: #0a7039;
--background: #ffffff;
--card: #f0f9f0;
--foreground: #000f06e6;
--primary-cta: #159c49;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #1c1c1c;
--accent: #a8d9be;
--accent: #80da9b;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */