Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32d5dd3f90 | |||
| f3fb12052f | |||
| fecb8d6a55 | |||
| a60c18dab5 | |||
| 74bb02d349 |
@@ -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 { Poppins } from "next/font/google";
|
||||
|
||||
@@ -35,7 +34,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${poppins.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
{ id: "3", name: "Iced Latte", price: "4,20 €", variant: "Sommer", imageSrc: "https://images.unsplash.com/photo-1461023058943-07fcbe16d735?q=80&w=2069&auto=format&fit=crop" },
|
||||
]}
|
||||
title="Unsere Kaffeespezialitäten"
|
||||
description="Frisch zubereitet für deinen perfekten Kaffeemoment."
|
||||
description="Discover our signature roasts, from classic espressos to seasonal iced creations."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,4 +164,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user