Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92753f7293 | |||
| c4de481581 | |||
| abbe7402d8 |
@@ -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 { Mulish } from "next/font/google";
|
||||
|
||||
@@ -55,7 +54,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
||||
"Signature Haircut", "Hot Towel Shave", "Beard Grooming", "Facial Treatment"],
|
||||
},
|
||||
]}
|
||||
title="Book Your Deluxe Grooming Experience"
|
||||
title="Booksy Link for Prices"
|
||||
description="Select your preferred service package, pick your barber, and choose a convenient date and time. Instant confirmation awaits!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user