2 Commits

Author SHA1 Message Date
8a31825079 Update src/app/styles/variables.css 2026-03-06 00:56:54 +00:00
110269cdc9 Update src/app/layout.tsx 2026-03-06 00:56:54 +00:00
2 changed files with 13 additions and 39 deletions

View File

@@ -1,46 +1,21 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import { Lato } from "next/font/google"; import "./styles/variables.css";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const lato = Lato({
variable: "--font-lato", subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "J&A Tree Removal - Jacksonville, FL | Professional Tree Services", description: "Expert tree removal, stump removal, and concrete demolition in Jacksonville, FL. 5-star rated service with professional team and fair pricing.", keywords: "tree removal Jacksonville, stump removal, tree trimming, concrete removal, arborist", openGraph: { 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 - Jacksonville Tree Services", description: "Professional tree removal and stump removal services in Jacksonville, FL. Expert arborists, efficient service, reasonable prices.", url: "https://jandaremoval.com", siteName: "J&A Tree Removal", type: "website"},
twitter: {
card: "summary_large_image", title: "J&A Tree Removal - Jacksonville", description: "Professional tree removal and stump removal services in Jacksonville, FL"},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={inter.className}>{children}
<body
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1408,7 +1383,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #f5fffb;
--card: #ffffff; --card: #f0fff9;
--foreground: #1c1c1c; --foreground: #001a0a;
--primary-cta: #341f51; --primary-cta: #0a7039;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #6139e6; --accent: #a8d9be;
--background-accent: #b3a8e8; --background-accent: #6bbf8e;
/* 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);