Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 152030aa20 | |||
| 6a8c9f6678 | |||
| f84f593183 | |||
| 284e1cf20a | |||
| 77aeaeb3c5 | |||
| 9afc493d84 | |||
| 9377cd1412 |
@@ -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 { Montserrat } from "next/font/google";
|
||||
|
||||
@@ -39,7 +38,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially on weekends." },
|
||||
{ id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance. Please use our online reservation form below to secure your table." },
|
||||
{ id: "2", title: "Is there parking available?", content: "We are located in a central area with several public parking lots within walking distance." },
|
||||
{ id: "3", title: "Do you offer gluten-free options?", content: "Absolutely, our chef accommodates all dietary needs." },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user