Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f3fc5d33a | |||
| 841cadf0e1 | |||
| 1d564ac047 | |||
| e4a9764aa9 | |||
| 045333c823 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Lato } from "next/font/google";
|
||||
|
||||
@@ -35,7 +34,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
{ id: "premium", title: "Full House", price: "$1800", period: "Full Day", features: ["2 Large Trucks", "4 Movers", "Packing Included"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg?_wi=2" },
|
||||
]}
|
||||
title="Pricing Options"
|
||||
description="Flexible moving packages tailored to your schedule and volume, with no hidden fees"
|
||||
description="Transparent pricing with no hidden fees—get a guaranteed flat rate quote in minutes"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user