Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee10888808 | |||
| 8d9768dc4c | |||
| abf19b0a1e | |||
| 251794c743 | |||
| 273375d76c |
@@ -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"
|
||||||
@@ -187,6 +189,9 @@ export default function LandingPage() {
|
|||||||
id: "f2", title: "Are you available 24/7?", content: "Yes, we are open 24 hours a day for emergency support."},
|
id: "f2", title: "Are you available 24/7?", content: "Yes, we are open 24 hours a day for emergency support."},
|
||||||
{
|
{
|
||||||
id: "f3", title: "Do you serve my area?", content: "We serve Duluth and nearby areas."},
|
id: "f3", title: "Do you serve my area?", content: "We serve Duluth and nearby areas."},
|
||||||
|
{
|
||||||
|
id: "f4", title: "What is your pricing policy?", content: "We offer a 'No-Surprise Pricing' guarantee, ensuring you know the exact cost before we start any work, with no hidden fees."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user