Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0cf54fbe47 | |||
| e42557f9d8 | |||
| 29f5642a26 |
@@ -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 { Open_Sans } from "next/font/google";
|
||||
|
||||
@@ -39,7 +38,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
description="Erleben Sie echte neapolitanische Pizzakunst. Handgefertigter Teig, 48 Stunden gereift, aus dem Holzofen – direkt zu Ihnen nach Hause in 10 Minuten."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.9/5", label: "Google Rating"},
|
||||
value: "5/5", label: "Google Rating"},
|
||||
{
|
||||
value: "48h", label: "Teig Reifezeit"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user