3 Commits

Author SHA1 Message Date
b84b071aea Update src/app/page.tsx 2026-03-07 14:14:07 +00:00
6d70c167cb Update src/app/layout.tsx 2026-03-07 14:14:07 +00:00
fd5200205d Merge version_1 into main
Merge version_1 into main
2026-03-07 14:11:20 +00:00
2 changed files with 53 additions and 29 deletions

View File

@@ -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;
}>) {

View File

@@ -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() {
<TextSplitAbout
title="Willkommen bei Panhofer"
description={[
"Seit über 50 Jahren sind wir der Treffpunkt in Perg. Ob Bosna, Käsekrainer, Burenwurst, Schnitzelsemmel oder Mittagsmenü bei uns schmeckt's einfach immer.", "Freundliche Bedienung, gutes Preis-Leistungs-Verhältnis und eine gemütliche Atmosphäre kommen Sie vorbei und überzeugen Sie sich selbst!"]}
"Seit über 50 Jahren sind wir der Treffpunkt in Perg. Ob Bosna, Käsekrainer, Burenwurst, Schnitzelsemmel oder Mittagsmenü bei uns schmeckt's einfach immer.", "Freundliche Bedienung, gutes Preis-Leistungs-Verhältnis und eine gemütliche Atmosphäre kommen Sie vorbei und überzeugen Sie sich selbst!"
]}
buttons={[
{
text: "Unsere Bestseller entdecken", href: "bestsellers"},
text: "Unsere Bestseller entdecken", href: "bestsellers"
},
]}
showBorder={true}
useInvertedBackground={false}
@@ -94,22 +102,28 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Panhofer Spezialität", name: "Die beste Bosna weit und breit", price: "€ 5,50", rating: 5,
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-with-cheese-eggplant-pesto_661915-361.jpg?_wi=2", imageAlt: "Frische dampfende austrian Bosna"},
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-burger-with-cheese-eggplant-pesto_661915-361.jpg?_wi=2", imageAlt: "Frische dampfende austrian Bosna"
},
{
id: "2", brand: "Panhofer Klassiker", name: "Käsekrainer mit flüssigem Kern", price: "€ 4,90", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sausages-wrapped-strips-bacon-with-tomatoes-sage-leaves_2829-14432.jpg", imageAlt: "Käsekrainer mit frischem Brot"},
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sausages-wrapped-strips-bacon-with-tomatoes-sage-leaves_2829-14432.jpg", imageAlt: "Käsekrainer mit frischem Brot"
},
{
id: "3", brand: "Panhofer Premium", name: "Schnitzelsemmel knusprig frisch", price: "€ 8,50", rating: 5,
reviewCount: "201", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-tomatoes-lettuce-served-with-french-fries-ketchup_141793-1133.jpg", imageAlt: "Schnitzelsemmel mit Salat knusprig golden"},
reviewCount: "201", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-tomatoes-lettuce-served-with-french-fries-ketchup_141793-1133.jpg", imageAlt: "Schnitzelsemmel mit Salat knusprig golden"
},
{
id: "4", brand: "Panhofer Original", name: "Burenwurst / Bratwurst", price: "€ 5,00", rating: 5,
reviewCount: "134", imageSrc: "http://img.b2bpic.net/free-photo/mug-sausages-wooden-background_23-2148306082.jpg", imageAlt: "Austrian Burenwurst würstel frisch"},
reviewCount: "134", imageSrc: "http://img.b2bpic.net/free-photo/mug-sausages-wooden-background_23-2148306082.jpg", imageAlt: "Austrian Burenwurst würstel frisch"
},
{
id: "5", brand: "Täglich frisch", name: "Mittagsmenü verschiedene Varianten", price: "€ 6,508,00", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-tomatoes-garlic-lemon-oil-fork-pilaf-tablecloth_140725-78467.jpg", imageAlt: "Daily lunch menu frisch zubereitet"},
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-tomatoes-garlic-lemon-oil-fork-pilaf-tablecloth_140725-78467.jpg", imageAlt: "Daily lunch menu frisch zubereitet"
},
{
id: "6", brand: "Erfrischung", name: "Getränke Bier, Most, Softdrinks", price: "ab € 2,00", rating: 5,
reviewCount: "176", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-beer-glasses-snacks_23-2148356734.jpg", imageAlt: "Austrian Getränke Bier Most Softdrinks"},
reviewCount: "176", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-beer-glasses-snacks_23-2148356734.jpg", imageAlt: "Austrian Getränke Bier Most Softdrinks"
},
]}
buttonAnimation="blur-reveal"
/>
@@ -118,7 +132,7 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTwo
title="Stimmen unserer Gäste"
description="Durchschnitt 4,95,0 Sterne von hunderten glücklichen Gästen"
description="4.9★ Durchschnitt | 500+ Bewertungen"
tag="Bewertungen"
tagIcon={Heart}
textboxLayout="default"
@@ -126,13 +140,17 @@ export default function LandingPage() {
animationType="scale-rotate"
testimonials={[
{
id: "1", name: "Paula", role: "Gast", testimonial: "Die beste Bosna überhaupt! Ich komme seit 20 Jahren her und es schmeckt immer noch genauso lecker wie am ersten Tag.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-curly-hair-winter-hat-warmly-dressed-winter-frost-sunny-day-outside_1321-2358.jpg", imageAlt: "Paula Portrait"},
id: "1", name: "Paula", role: "Gast", testimonial: "Die beste Bosna überhaupt! Ich komme seit 20 Jahren her und es schmeckt immer noch genauso lecker wie am ersten Tag.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-curly-hair-winter-hat-warmly-dressed-winter-frost-sunny-day-outside_1321-2358.jpg", imageAlt: "Paula Portrait"
},
{
id: "2", name: "Karl", role: "Stammgast", testimonial: "Super freundlich, gutes Essen, man fühlt sich wirklich wohl! Der perfekte Ort zum Vorbeikommen.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", imageAlt: "Karl Portrait"},
id: "2", name: "Karl", role: "Stammgast", testimonial: "Super freundlich, gutes Essen, man fühlt sich wirklich wohl! Der perfekte Ort zum Vorbeikommen.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", imageAlt: "Karl Portrait"
},
{
id: "3", name: "Familie Reiter", role: "Familie", testimonial: "Eine absolute Institution in Perg! Unsere Großeltern sind schon hier gewesen, wir gehen regelmäßig hin und unsere Kinder lieben es auch.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-hugging-her-little-daughter-christmas_1187-750.jpg", imageAlt: "Familie Reiter Portrait"},
id: "3", name: "Familie Reiter", role: "Familie", testimonial: "Eine absolute Institution in Perg! Unsere Großeltern sind schon hier gewesen, wir gehen regelmäßig hin und unsere Kinder lieben es auch.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-hugging-her-little-daughter-christmas_1187-750.jpg", imageAlt: "Familie Reiter Portrait"
},
{
id: "4", name: "Ronald", role: "Gast", testimonial: "Hervorragende Schnitzelsemmel!!! Knusprig, frisch und mit so viel Liebe zum Detail zubereitet. Immer wieder gerne!", imageSrc: "http://img.b2bpic.net/free-photo/happy-tennis-player-court_329181-14408.jpg", imageAlt: "Ronald Portrait"},
id: "4", name: "Ronald", role: "Gast", testimonial: "Hervorragende Schnitzelsemmel!!! Knusprig, frisch und mit so viel Liebe zum Detail zubereitet. Immer wieder gerne!", imageSrc: "http://img.b2bpic.net/free-photo/happy-tennis-player-court_329181-14408.jpg", imageAlt: "Ronald Portrait"
},
]}
buttonAnimation="blur-reveal"
/>
@@ -149,11 +167,14 @@ export default function LandingPage() {
animationType="blur-reveal"
metrics={[
{
id: "1", title: "Montag Freitag (Sommer)", subtitle: "Mittagsmenü 11:3013:00 Uhr", category: "Öffnungszeiten", value: "09:0019:00"},
id: "1", title: "Montag Freitag (Sommer)", subtitle: "Mittagsmenü 11:3013:00 Uhr", category: "Öffnungszeiten", value: "09:0019:00"
},
{
id: "2", title: "Montag Freitag (Winter)", subtitle: "Reduzierte Öffnungszeiten", category: "Öffnungszeiten", value: "09:0018:00"},
id: "2", title: "Montag Freitag (Winter)", subtitle: "Reduzierte Öffnungszeiten", category: "Öffnungszeiten", value: "09:0018:00"
},
{
id: "3", title: "Samstag & Sonntag", subtitle: "Geschlossen Zeit für Familie", category: "Ruhetage", value: "Geschlossen"},
id: "3", title: "Samstag & Sonntag", subtitle: "Geschlossen Zeit für Familie", category: "Ruhetage", value: "Geschlossen"
},
]}
/>
</div>