Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2f50ed17a | |||
| 61124bbfd1 | |||
| 56fe04bbb1 |
@@ -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 { Public_Sans } from "next/font/google";
|
||||
|
||||
@@ -35,7 +34,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "What are your hours?", content: "Mon-Fri 10am-7:30pm, Sat 9:30am-6:30pm." },
|
||||
{ id: "f2", title: "Do you accept walk-ins?", content: "We recommend appointments, but call us at (323) 969-8760." },
|
||||
{ id: "f2", title: "Do you accept walk-ins?", content: "Walk-ins are welcome but we recommend appointments and call us at (323) 969-8760." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We're here to help."
|
||||
|
||||
Reference in New Issue
Block a user