Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92753f7293 | |||
| c4de481581 | |||
| abbe7402d8 | |||
| 7422e02b1e | |||
| 1330018473 |
@@ -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={{
|
||||
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
description="Experience expert barbering, modern styles, and traditional craftsmanship."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment", href: "#booking"},
|
||||
text: "Book an Appointment", href: "https://booksy.com/en-gb/28915_delux-barbers_barber_234686_st-albans?rwg_token=AFd1xnHel83pCOdvAdFoI4kMOlCsiE8KU1-ut_hk2uFUgopHb_1TUsaUa62gF8bJwMBhL3rFR-iZBfMADSXffQu3DePlrTVMig%3D%3DLOCKED_SELECTION"},
|
||||
{
|
||||
text: "Call Now", href: "tel:+441727569459"},
|
||||
]}
|
||||
@@ -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