Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad5a85279b | |||
| 0dcd1b9625 | |||
| ff73596686 | |||
| 004d059ae1 | |||
| fb77a6082e |
@@ -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 { Libre_Baskerville } from "next/font/google";
|
import { Libre_Baskerville } from "next/font/google";
|
||||||
|
|
||||||
@@ -40,7 +39,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
|||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Find Us in Downtown Cleveland"
|
title="Find Us in Downtown Cleveland"
|
||||||
description="Ebreeq Coffee House, 123 Cultural Row, Cleveland, OH. We are open daily from 7 AM to 10 PM. Parking available in the rear."
|
description="Ebreeq Coffee House, 123 Cultural Row, Cleveland, OH. We are open daily from 7 AM to 10 PM. Parking available in the rear."
|
||||||
buttonText="Get Directions"
|
buttonText="Get Directions on Google Maps"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user