Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d320002ac3 | |||
| 8910c9da57 | |||
| 744f0e34fd | |||
| a3956794fb | |||
| 0078ba7834 | |||
| 5ca59ee8ef | |||
| d1b45b0f31 | |||
| e9f544f83c |
@@ -6,23 +6,24 @@ import "@/lib/gsap-setup";
|
|||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
|
import { Open_Sans } from "next/font/google";
|
||||||
|
|
||||||
const halant = Halant({
|
|
||||||
variable: "--font-halant",
|
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter",
|
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Git R Down Tree Service | Cumberland County, PA',
|
title: 'Git R Down Tree Service | Cumberland County, PA',
|
||||||
description: 'Expert tree removal, trimming, and stump grinding in Cumberland County, PA. Git R Down Tree Service is trusted by 4.5-star reviews for professional, timely work.',
|
description: 'Expert tree removal, trimming, and stump grinding in Cumberland County, PA. Git R Down Tree Service is trusted by 4.5-star reviews for professional, timely work.',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const inter = Inter({
|
||||||
|
variable: "--font-inter",
|
||||||
|
subsets: ["latin"],
|
||||||
|
});
|
||||||
|
const openSans = Open_Sans({
|
||||||
|
variable: "--font-open-sans",
|
||||||
|
subsets: ["latin"],
|
||||||
|
});
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: Readonly<{
|
||||||
@@ -31,9 +32,7 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body
|
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export default function LandscapingPage() {
|
|||||||
{ text: "Our Services", href: "#services" },
|
{ text: "Our Services", href: "#services" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/hand-holding-letter-t-sign_53876-63836.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/beautiful-landscape-big-tree-forest-with-low-angel-view_74190-6.jpg?id=3500986"
|
||||||
imageAlt="Professional tree service crew working on a large tree"
|
imageAlt="Professional tree service crew working on a large tree"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
textPosition="top"
|
textPosition="top"
|
||||||
@@ -78,7 +78,7 @@ export default function LandscapingPage() {
|
|||||||
description="Andy & The Crew"
|
description="Andy & The Crew"
|
||||||
subdescription="Serving Cumberland County, PA"
|
subdescription="Serving Cumberland County, PA"
|
||||||
icon={TreePine}
|
icon={TreePine}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/realistic-e-letter-with-plants_23-2150458492.jpg"
|
imageSrc="https://img.b2bpic.net/premium-photo/forest-worker-operating-heavy-machinery-timber-harvesting_1092689-70013.jpg?id=364249099"
|
||||||
imageAlt="Tree service crew working on a residential property"
|
imageAlt="Tree service crew working on a residential property"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-inter-tight), sans-serif;
|
font-family: var(--font-open-sans), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-inter-tight), sans-serif;
|
font-family: var(--font-inter), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,12 +10,12 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f9f4;
|
--background: #474846;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #3a9e3a;
|
--foreground: #000000;
|
||||||
--primary-cta: #2d5a27;
|
--primary-cta: #2d5a27;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #4bc136;
|
||||||
--secondary-cta-text: #2d5a27;
|
--secondary-cta-text: #2d5a27;
|
||||||
--accent: #4a8c3f;
|
--accent: #4a8c3f;
|
||||||
--background-accent: #6fb85e;
|
--background-accent: #6fb85e;
|
||||||
|
|||||||
Reference in New Issue
Block a user