diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index a2bac03..b86d90b 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -22,24 +22,27 @@ const nunito = Nunito({
export const metadata: Metadata = {
title: "Würstelstand Panhofer Perg | Beste Bosna seit 1974", description: "Pergs Lieblingsstand seit über 50 Jahren. Authentische österreichische Würstel, Bosna, Käsekrainer & Schnitzelsemmel bei der Turnhalle in Perg.", keywords: "Würstelstand Perg, Bosna, Österreich, Würstel, Käsekrainer, Panhofer, Traditionell", metadataBase: new URL("https://wuerzstelstand-panhofer.at"),
alternates: {
- canonical: "https://wuerzstelstand-panhofer.at"},
+ canonical: "https://wuerzstelstand-panhofer.at"
+ },
openGraph: {
title: "Würstelstand Panhofer – Pergs beste Bosna seit 50 Jahren", description: "Tradition, Geschmack & Gemütlichkeit – dein Lieblingsplatz in Perg seit 1974", url: "https://wuerzstelstand-panhofer.at", siteName: "Würstelstand Panhofer", images: [
{
- url: "http://img.b2bpic.net/free-photo/happy-couple-eating-pizza-slice-plate_23-2148037747.jpg", alt: "Würstelstand Panhofer – Frische Bosna"},
+ url: "http://img.b2bpic.net/free-photo/happy-couple-eating-pizza-slice-plate_23-2148037747.jpg", alt: "Würstelstand Panhofer – Frische Bosna"
+ }
],
- type: "website"},
+ type: "website"
+ },
twitter: {
- card: "summary_large_image", title: "Würstelstand Panhofer Perg", description: "Pergs authentischer Würstelstand – beste Bosna seit 1974", images: ["http://img.b2bpic.net/free-photo/happy-couple-eating-pizza-slice-plate_23-2148037747.jpg"],
+ card: "summary_large_image", title: "Würstelstand Panhofer Perg", description: "Pergs authentischer Würstelstand – beste Bosna seit 1974", images: ["http://img.b2bpic.net/free-photo/happy-couple-eating-pizza-slice-plate_23-2148037747.jpg"]
},
robots: {
index: true,
- follow: true,
- },
+ follow: true
+ }
};
export default function RootLayout({
- children,
+ children
}: Readonly<{
children: React.ReactNode;
}>) {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8bed9dd..de06373 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -48,19 +48,25 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
mediaItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-eating-pizza-slice-plate_23-2148037747.jpg", imageAlt: "Würstelstand Theke mit dampfender Bosna und freundlicher Wirtin"},
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-eating-pizza-slice-plate_23-2148037747.jpg", imageAlt: "Würstelstand Theke mit dampfender Bosna und freundlicher Wirtin"
+ },
{
- imageSrc: "http://img.b2bpic.net/free-photo/signboard-restaurant-bistro-retro-vintage-toning-horizontal-food-urban-restaurant-concept_1220-1231.jpg", imageAlt: "Würstelstand Exterior traditionelle Fassade"},
+ imageSrc: "http://img.b2bpic.net/free-photo/signboard-restaurant-bistro-retro-vintage-toning-horizontal-food-urban-restaurant-concept_1220-1231.jpg", imageAlt: "Würstelstand Exterior traditionelle Fassade"
+ },
{
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beer-bottles-with-sausages-pickles_23-2148754977.jpg", imageAlt: "Würstelstand Theke Service traditionell"},
+ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-beer-bottles-with-sausages-pickles_23-2148754977.jpg", imageAlt: "Würstelstand Theke Service traditionell"
+ },
{
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-seaweed-snacks_23-2150670816.jpg", imageAlt: "Gäste genießen Würstel im Freien gemütlich"},
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-seaweed-snacks_23-2150670816.jpg", imageAlt: "Gäste genießen Würstel im Freien gemütlich"
+ },
{
- imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-with-cheese-eggplant-pesto_661915-361.jpg?_wi=1", imageAlt: "Frische dampfende austrian Bosna"},
+ imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-with-cheese-eggplant-pesto_661915-361.jpg?_wi=1", imageAlt: "Frische dampfende austrian Bosna"
+ },
]}
buttons={[
{
- text: "Jetzt vorbeikommen!", href: "contact"},
+ text: "Jetzt vorbeikommen!", href: "contact"
+ },
]}
buttonAnimation="slide-up"
/>
@@ -70,10 +76,12 @@ export default function LandingPage() {