Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee10888808 | |||
| 8d9768dc4c | |||
| abf19b0a1e |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import "@/lib/gsap-setup";
|
import "@/lib/gsap-setup";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Montserrat } from "next/font/google";
|
import { Montserrat } from "next/font/google";
|
||||||
|
|
||||||
@@ -35,7 +34,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${montserrat.variable} antialiased`}>
|
<body className={`${montserrat.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -71,6 +71,8 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now (218) 405-8365", href: "tel:2184058365"},
|
text: "Call Now (218) 405-8365", href: "tel:2184058365"},
|
||||||
|
{
|
||||||
|
text: "View Services", href: "#services"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/pleased-looking-front-young-builder-woman-uniform-isolated-olive-green-wall_141793-120306.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/pleased-looking-front-young-builder-woman-uniform-isolated-olive-green-wall_141793-120306.jpg"
|
||||||
imageAlt="Professional Duluth Plumber"
|
imageAlt="Professional Duluth Plumber"
|
||||||
|
|||||||
Reference in New Issue
Block a user