From 80d887356d34e11ec252c4bb1f579013aa76e864 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:08:58 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9249e5a..b39de76 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,19 +72,19 @@ export default function AboutPage() { id: 1, title: "Handwerkliche Excellence", description: "Unsere Küche verfolgt die alte Tradition des Handwerks mit moderner Innovation. Jedes Gericht wird mit Liebe und Präzision zubereitet.", - imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-grating-piece-cheese-plate-while-preparing-culinary-dish-dinner-service-restaurant-culinary-gastronomic-chef-cooking-fine-dining-meal-professional-kitchen_482257-44203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-grating-piece-cheese-plate-while-preparing-culinary-dish-dinner-service-restaurant-culinary-gastronomic-chef-cooking-fine-dining-meal-professional-kitchen_482257-44203.jpg?_wi=5", }, { id: 2, title: "Nachhaltige Partnerschaften", description: "Wir arbeiten mit lokalen Bauern und Lieferanten zusammen, die unsere Vision von Qualität und Nachhaltigkeit teilen.", - imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-grating-piece-cheese-plate-while-preparing-culinary-dish-dinner-service-restaurant-culinary-gastronomic-chef-cooking-fine-dining-meal-professional-kitchen_482257-44203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-grating-piece-cheese-plate-while-preparing-culinary-dish-dinner-service-restaurant-culinary-gastronomic-chef-cooking-fine-dining-meal-professional-kitchen_482257-44203.jpg?_wi=6", }, { id: 3, title: "Persönliche Beziehungen", description: "Wir kennen unsere Gäste und ihre Vorlieben. Jeder Besuch wird zu einer persönlichen Erfahrung, nicht nur zu einem Essen.", - imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-grating-piece-cheese-plate-while-preparing-culinary-dish-dinner-service-restaurant-culinary-gastronomic-chef-cooking-fine-dining-meal-professional-kitchen_482257-44203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-grating-piece-cheese-plate-while-preparing-culinary-dish-dinner-service-restaurant-culinary-gastronomic-chef-cooking-fine-dining-meal-professional-kitchen_482257-44203.jpg?_wi=7", }, ]} textboxLayout="default" @@ -105,7 +105,7 @@ export default function AboutPage() { role: "Marketing Manager", company: "München", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg?_wi=3", imageAlt: "Portrait von Sarah Müller", }, { @@ -114,7 +114,7 @@ export default function AboutPage() { role: "Geschäftsführer", company: "Stuttgart", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Portrait von Martin Schmidt", }, { @@ -123,7 +123,7 @@ export default function AboutPage() { role: "Architektin", company: "Berlin", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-model-student-teenage-girl-dressed-up-jeans-cafe-holds-coffee-tea-cup-her-hands_231208-5219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-model-student-teenage-girl-dressed-up-jeans-cafe-holds-coffee-tea-cup-her-hands_231208-5219.jpg?_wi=3", imageAlt: "Portrait von Julia Wagner", }, ]} -- 2.49.1 From 065b8d88ba5c96082d3a334aa1d62a36d1620677 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:08:59 +0000 Subject: [PATCH 2/4] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0d09ce2..328ae11 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Figtree } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Figtree } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const figtree = Figtree({ variable: "--font-figtree", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Tresor Restaurant Göppingen | Fine Dining & Reservierungen", + description: "Tresor Restaurant in Göppingen - Kulinarische Exzellenz mit regionalen Zutaten, gemütliche Atmosphäre und herzliche Gastfreundschaft. Jetzt online reservieren!", + keywords: "Restaurant Göppingen, Fine Dining, Reservierung, deutsche Küche, Schnitzel, Pasta, Göppingen", + metadataBase: new URL("https://tresor-restaurant.de"), + alternates: { + canonical: "https://tresor-restaurant.de", + }, + openGraph: { + title: "Tresor Restaurant - Kulinarische Exzellenz in Göppingen", + description: "Erleben Sie gehobene deutsche und internationale Küche in eleganter Atmosphäre. Reservieren Sie jetzt!", + url: "https://tresor-restaurant.de", + siteName: "Tresor Restaurant", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/woman-eating-food-restaurant_23-2150520105.jpg", + alt: "Tresor Restaurant Interieur", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Tresor Restaurant Göppingen", + description: "Premium Dining Experience mit regionalen Zutaten und herzlicher Gastfreundschaft", + images: ["http://img.b2bpic.net/free-photo/woman-eating-food-restaurant_23-2150520105.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}