6 Commits

Author SHA1 Message Date
a6947d67b4 Update src/app/page.tsx 2026-04-14 09:26:23 +00:00
d75baf2994 Merge version_2 into main
Merge version_2 into main
2026-04-14 09:24:06 +00:00
be5bc6b654 Update src/app/page.tsx 2026-04-14 09:24:03 +00:00
4872e97964 Merge version_1 into main
Merge version_1 into main
2026-04-14 09:21:25 +00:00
bea02bdb7d Merge version_1 into main
Merge version_1 into main
2026-04-14 09:20:58 +00:00
2cade75cc4 Merge version_1 into main
Merge version_1 into main
2026-04-14 09:20:23 +00:00

View File

@@ -29,14 +29,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "hero"},
{
name: "Über uns", id: "about"},
{
name: "Menü", id: "menu"},
{
name: "Kontakt", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "Über uns", id: "about" },
{ name: "Menü", id: "menu" },
{ name: "Galerie", id: "gallery" },
{ name: "Bewertungen", id: "reviews" },
{ name: "Kontakt", id: "contact" }
]}
brandName="Mamma Mia"
/>
@@ -44,15 +42,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "sparkles-gradient"}}
title="Authentische Italienische Pizza in Kössen"
description="Frische Zutaten, traditionelle Rezepte und eine gemütliche Atmosphäre im Herzen von Tirol."
background={{ variant: "sparkles-gradient" }}
title="Authentische Italienische Küche in Kössen"
description="Erleben Sie den Geschmack Italiens mit handgemachter Pasta und traditioneller Pizza in unserer gemütlichen Trattoria."
buttons={[
{
text: "Jetzt anrufen", href: "tel:+43000000000"},
{
text: "Menü ansehen", href: "#menu"},
{ text: "Jetzt reservieren", href: "#contact" },
{ text: "Speisekarte", href: "#menu" }
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-pizza-with-tomatoes-oil_23-2148753739.jpg?_wi=1"
/>
@@ -62,10 +57,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text", content: "Tradition, die man schmeckt"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/senior-man-cooking-kitchen_53876-15343.jpg", alt: "Familiengeführte Pizzeria"},
{ type: "text", content: "Traditionelle Italienische Gastfreundschaft" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/senior-man-cooking-kitchen_53876-15343.jpg", alt: "Italienische Küche" }
]}
/>
</div>
@@ -77,27 +70,13 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1", brand: "Pizza", name: "Margherita", price: "12,90 €", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg?_wi=1"},
{
id: "p2", brand: "Pizza", name: "Diavola", price: "14,50 €", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg?_wi=1"},
{
id: "p3", brand: "Pasta", name: "Carbonara", price: "13,50 €", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-2163.jpg"},
{
id: "p4", brand: "Pasta", name: "Bolognese", price: "12,90 €", rating: 5,
reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900905.jpg"},
{
id: "p5", brand: "Getränk", name: "Italienischer Hauswein", price: "4,50 €", rating: 5,
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/plate-meat-stew-with-vegetables_140725-4910.jpg"},
{
id: "p6", brand: "Getränk", name: "Espresso", price: "2,50 €", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/yarpaq-dolmasi-grape-leaf-dolma-with-glass-wine_114579-2346.jpg"},
{ id: "p1", brand: "Pizza", name: "Margherita Classica", price: "13,90 €", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-tomatoes-oil_23-2148753739.jpg?_wi=1" },
{ id: "p2", brand: "Pizza", name: "Diavola Piccante", price: "15,50 €", rating: 5, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg?_wi=1" },
{ id: "p3", brand: "Pasta", name: "Tagliatelle Carbonara", price: "14,90 €", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-2163.jpg" },
{ id: "p4", brand: "Dolce", name: "Tiramisu Artigianale", price: "7,50 €", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg?_wi=1" }
]}
title="Unsere Spezialitäten"
description="Genießen Sie unsere handgemachten Köstlichkeiten."
title="Unsere Speisekarte"
description="Genießen Sie ausgewählte italienische Spezialitäten, frisch für Sie zubereitet."
/>
</div>
@@ -107,21 +86,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "g1", label: "Atmosphäre", title: "Gemütlich", items: [
"Traditionell", "Holzofen", "Freundlich"],
},
{
id: "g2", label: "Frische", title: "Regional", items: [
"Frisch", "Hausgemacht", "Authentisch"],
},
{
id: "g3", label: "Genuss", title: "Köstlich", items: [
"Lecker", "Italienisch", "Perfekt"],
},
{ id: "g1", label: "Ambiente", title: "Italienisches Flair", items: ["Gemütliche Terrasse", "Traditionelles Dekor", "Familiäre Atmosphäre"] },
{ id: "g2", label: "Qualität", title: "Frische Zutaten", items: ["Saisonal & Regional", "Original Produkte", "Hausgemacht"] },
{ id: "g3", label: "Erlebnis", title: "Authentisch Genießen", items: ["Italienische Weinauswahl", "Holzofen Pizza", "Dolce Vita"] }
]}
title="Impressionen aus unserem Restaurant"
description="Ein kurzer Einblick in unsere Welt."
title="Impressionen"
description="Ein Einblick in unsere kleine Welt von Italien in den Alpen."
/>
</div>
@@ -130,64 +100,42 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Maria S.", date: "10.05.2024", title: "Tolle Pizza!", quote: "Die beste Pizza in ganz Kössen. Wir kommen immer wieder gerne vorbei.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/two-happy-cheerful-girl-friends-business-partners-having-fun-lunch-seafood-restaurant_496169-2077.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-tomatoes-oil_23-2148753739.jpg?_wi=2", imageAlt: "happy customer portrait"},
{
id: "t2", name: "Lukas B.", date: "05.04.2024", title: "Super authentisch", quote: "Sehr nette Bedienung und das Essen schmeckt wie in Italien.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-cooking-kitchen_53876-15343.jpg", imageAlt: "happy customer portrait"},
{
id: "t3", name: "Sandra M.", date: "20.03.2024", title: "Sehr empfehlenswert", quote: "Tolle Atmosphäre und sehr faire Preise. Sehr authentisch.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/unpleased-male-gardener-wearing-gardening-hat-holds-closes-eyes-with-tomatoes_141793-71318.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg?_wi=2", imageAlt: "happy customer portrait"},
{
id: "t4", name: "Thomas K.", date: "15.02.2024", title: "Immer wieder gut", quote: "Die Pasta ist ein Gedicht. Wir haben uns sehr wohl gefühlt.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageSrc: "http://img.b2bpic.net/free-photo/illustration-tourist-attraction-city_23-2151852343.jpg?_wi=1", imageAlt: "happy customer portrait"},
{
id: "t5", name: "Elena R.", date: "02.01.2024", title: "Toller Service", quote: "Authentische italienische Küche, sehr zu empfehlen für Touristen.", tag: "4.7 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/surprised-male-gardener-wearing-gardening-hat-holds-tomatoes_141793-71272.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg?_wi=2", imageAlt: "happy customer portrait"},
{ id: "t1", name: "Giulia R.", date: "15.08.2024", title: "Wie in Italien!", quote: "Die Pasta war ein Gedicht. Wir haben uns wie im Urlaub gefühlt.", tag: "Top Empfehlung", avatarSrc: "http://img.b2bpic.net/free-photo/two-happy-cheerful-girl-friends-business-partners-having-fun-lunch-seafood-restaurant_496169-2077.jpg" },
{ id: "t2", name: "Marco T.", date: "02.08.2024", title: "Beste Pizzeria", quote: "Super authentisch, sehr herzlich und preiswert.", tag: "Immer wieder", avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg" }
]}
title="Was unsere Gäste sagen"
description="Überzeugen Sie sich selbst."
title="Gäste-Erlebnisse"
description="Das sagen unsere geschätzten Gäste über Mamma Mia."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Besuchen Sie uns in Kössen"
description="Wir freuen uns auf Ihre Reservierung."
title="Tisch Reservieren"
description="Sichern Sie sich Ihren Platz für ein unvergessliches italienisches Dinner in Kössen. Tel: 05375 6043"
inputs={[
{
name: "name", type: "text", placeholder: "Ihr Name"},
{
name: "email", type: "email", placeholder: "Ihre E-Mail"},
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
{ name: "guests", type: "number", placeholder: "Anzahl der Gäste" },
{ name: "date", type: "date", placeholder: "Datum" }
]}
textarea={{
name: "message", placeholder: "Ihre Nachricht oder Reservierung"}}
textarea={{ name: "message", placeholder: "Besondere Wünsche oder Anmerkungen" }}
imageSrc="http://img.b2bpic.net/free-photo/illustration-tourist-attraction-city_23-2151852343.jpg?_wi=2"
buttonText="Reservierung Senden"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Mamma Mia Pizzeria"
logoText="Mamma Mia Trattoria"
columns={[
{
title: "Kontakt", items: [
{
label: "Kössen, Österreich", href: "#"},
{
label: "+43 000 000000", href: "tel:+43000000000"},
],
},
{
title: "Rechtliches", items: [
{
label: "Impressum", href: "#"},
{
label: "Datenschutz", href: "#"},
],
},
{ title: "Standort", items: [{ label: "Alleestraße 21, 6345 Kössen", href: "#" }] },
{ title: "Kontakt", items: [{ label: "053756043", href: "tel:053756043" }, { label: "info@mamma-mia.at", href: "#" }] },
{ title: "Info", items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }] }
]}
copyrightText="© 2024 Mamma Mia Pizzeria"
copyrightText="© 2024 Mamma Mia"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}