2 Commits

Author SHA1 Message Date
905d325c5a Update src/app/page.tsx 2026-06-03 06:56:52 +00:00
f423439b7b Merge version_2 into main
Merge version_2 into main
2026-06-03 06:55:43 +00:00

View File

@@ -34,11 +34,11 @@ export default function ItalianRestaurantPage() {
navItems={[ navItems={[
{ name: "Menu", id: "menu" }, { name: "Menu", id: "menu" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Reservations", id: "contact" }, { name: "Reservierungen", id: "contact" },
{ name: "Reviews", id: "testimonials" } { name: "Bewertungen", id: "testimonials" }
]} ]}
button={{ button={{
text: "Book a Table", href: "contact" text: "Tisch reservieren", href: "contact"
}} }}
/> />
</div> </div>
@@ -133,19 +133,19 @@ export default function ItalianRestaurantPage() {
<div id="comparison" data-section="comparison"> <div id="comparison" data-section="comparison">
<FeatureCardSixteen <FeatureCardSixteen
title="The Tramontana Difference" title="Der Tramontana Unterschied"
description="Experience the authentic flavors and warm hospitality that set our Croatian-Mediterranean restaurant apart." description="Erleben Sie die authentischen Aromen und die herzliche Gastfreundschaft, die unser kroatisch-mediterranes Restaurant auszeichnen."
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ 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={{ positiveCard={{
items: [ 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"> <div id="contact" data-section="contact">
<ContactText <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" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Make a Reservation", href: "https://example.com/reservations" }, { text: "Eine Reservierung vornehmen", href: "https://example.com/reservations" },
{ text: "Contact Us", href: "mailto:info@restauranttramontana.com" } { text: "Kontaktieren Sie uns", href: "mailto:info@restauranttramontana.com" }
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -166,8 +166,8 @@ export default function ItalianRestaurantPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Restaurant Tramontana" logoText="Restaurant Tramontana"
leftLink={{ text: "Privacy Policy", href: "#privacy" }} leftLink={{ text: "Datenschutzbestimmungen", href: "#privacy" }}
rightLink={{ text: "Contact Us", href: "#contact" }} rightLink={{ text: "Kontakt", href: "#contact" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>