Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-03 06:56:58 +00:00

View File

@@ -34,11 +34,11 @@ export default function ItalianRestaurantPage() {
navItems={[
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reservations", id: "contact" },
{ name: "Reviews", id: "testimonials" }
{ name: "Reservierungen", id: "contact" },
{ name: "Bewertungen", id: "testimonials" }
]}
button={{
text: "Book a Table", href: "contact"
text: "Tisch reservieren", href: "contact"
}}
/>
</div>
@@ -133,19 +133,19 @@ export default function ItalianRestaurantPage() {
<div id="comparison" data-section="comparison">
<FeatureCardSixteen
title="The Tramontana Difference"
description="Experience the authentic flavors and warm hospitality that set our Croatian-Mediterranean restaurant apart."
title="Der Tramontana Unterschied"
description="Erleben Sie die authentischen Aromen und die herzliche Gastfreundschaft, die unser kroatisch-mediterranes Restaurant auszeichnen."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
items: [
"Generic tourist fare", "Lack of authentic spices", "Impersonal service", "Limited regional wine choices"
"Generische Touristenkost", "Mangel an authentischen Gewürzen", "Unpersönlicher Service", "Begrenzte Auswahl an regionalen Weinen"
]
}}
positiveCard={{
items: [
"Fresh, locally-sourced and imported Croatian ingredients", "Rich, traditional Mediterranean flavors", "Warm, attentive, family-style hospitality", "Carefully selected Croatian and regional wines"
"Frische, lokal bezogene und importierte kroatische Zutaten", "Reiche, traditionelle mediterrane Aromen", "Warme, aufmerksame Gastfreundschaft im familiären Stil", "Sorgfältig ausgewählte kroatische und regionale Weine"
]
}}
/>
@@ -153,11 +153,11 @@ export default function ItalianRestaurantPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready for a taste of the Adriatic? Reserve your table at Restaurant Tramontana and embark on a culinary journey in Regensburg's old town."
text="Bereit für einen Vorgeschmack auf die Adria? Reservieren Sie Ihren Tisch im Restaurant Tramontana und begeben Sie sich auf eine kulinarische Reise in Regensburgs Altstadt."
background={{ variant: "plain" }}
buttons={[
{ text: "Make a Reservation", href: "https://example.com/reservations" },
{ text: "Contact Us", href: "mailto:info@restauranttramontana.com" }
{ text: "Eine Reservierung vornehmen", href: "https://example.com/reservations" },
{ text: "Kontaktieren Sie uns", href: "mailto:info@restauranttramontana.com" }
]}
useInvertedBackground={false}
/>
@@ -166,8 +166,8 @@ export default function ItalianRestaurantPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Restaurant Tramontana"
leftLink={{ text: "Privacy Policy", href: "#privacy" }}
rightLink={{ text: "Contact Us", href: "#contact" }}
leftLink={{ text: "Datenschutzbestimmungen", href: "#privacy" }}
rightLink={{ text: "Kontakt", href: "#contact" }}
/>
</div>
</ReactLenis>