Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83b39a4008 | |||
| 92753f7293 | |||
| ea69000d4e | |||
| c4de481581 | |||
| abbe7402d8 | |||
| 7422e02b1e | |||
| 1330018473 |
@@ -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 { Mulish } from "next/font/google";
|
import { Mulish } from "next/font/google";
|
||||||
|
|
||||||
@@ -55,7 +54,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${mulish.variable} antialiased`}>
|
<body className={`${mulish.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
|||||||
description="Experience expert barbering, modern styles, and traditional craftsmanship."
|
description="Experience expert barbering, modern styles, and traditional craftsmanship."
|
||||||
buttons={[
|
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"},
|
text: "Call Now", href: "tel:+441727569459"},
|
||||||
]}
|
]}
|
||||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
|||||||
"Signature Haircut", "Hot Towel Shave", "Beard Grooming", "Facial Treatment"],
|
"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!"
|
description="Select your preferred service package, pick your barber, and choose a convenient date and time. Instant confirmation awaits!"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user