Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22b1202cd7 | |||
| 1152caa89f | |||
| aa4e4d4e1c | |||
| de54edcb85 | |||
| 2e287ba7ca | |||
| 801a19d48e | |||
| f9cc207a15 |
@@ -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";
|
||||
|
||||
@@ -30,7 +29,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book on WhatsApp", href: "https://wa.me/971568331814?text=Hi%20Wakanda%20Gents%20Salon%2C%20I%20want%20to%20book%20an%20appointment"},
|
||||
text: "Book Your Appointment Now", href: "https://wa.me/971568331814?text=Hi%20Wakanda%20Gents%20Salon%2C%20I%20want%20to%20book%20an%20appointment"},
|
||||
{
|
||||
text: "Call Now", href: "tel:+971568331814"},
|
||||
{
|
||||
@@ -185,22 +185,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "g1", name: "Barber Studio", role: "Interior", company: "Deira", rating: 5,
|
||||
id: "g1", name: "Barber Studio", role: "Skin Fade", company: "Deira", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-armchair-has-rest-after-work-with-beer-bottle-his-hand_613910-18605.jpg"},
|
||||
{
|
||||
id: "g2", name: "Equipment", role: "Detail", company: "Deira", rating: 5,
|
||||
id: "g2", name: "Equipment", role: "Hot Towel Shave", company: "Deira", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg"},
|
||||
{
|
||||
id: "g3", name: "Style", role: "Fade", company: "Deira", rating: 5,
|
||||
id: "g3", name: "Style", role: "Beard Trim", company: "Deira", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-new-haircut_23-2148257007.jpg"},
|
||||
{
|
||||
id: "g4", name: "Grooming", role: "Station", company: "Deira", rating: 5,
|
||||
id: "g4", name: "Grooming", role: "Head Shave", company: "Deira", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-preparing-tools-work-beauty-salon_23-2148182009.jpg"},
|
||||
{
|
||||
id: "g5", name: "Atmosphere", role: "Service", company: "Deira", rating: 5,
|
||||
id: "g5", name: "Atmosphere", role: "Kids Cut", company: "Deira", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-trimming-customer-hair_23-2148257012.jpg"},
|
||||
{
|
||||
id: "g6", name: "Precision", role: "Work", company: "Deira", rating: 5,
|
||||
id: "g6", name: "Precision", role: "Haircut", company: "Deira", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-combing-moustache-client_23-2147778841.jpg"},
|
||||
]}
|
||||
title="The Wakanda Standard"
|
||||
@@ -253,4 +253,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user