7 Commits

Author SHA1 Message Date
4509c97b61 Update theme colors 2026-06-03 06:59:54 +00:00
1b7ec0a07f Update theme colors 2026-06-03 06:59:46 +00:00
36d07747f2 Update src/app/page.tsx 2026-06-03 06:58:57 +00:00
f19d073ecc Update src/app/layout.tsx 2026-06-03 06:58:57 +00:00
963bdda8d5 Merge version_4 into main
Merge version_4 into main
2026-06-03 06:56:58 +00:00
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
3 changed files with 40 additions and 40 deletions

View File

@@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google";
export const metadata: Metadata = {
title: 'Restaurant Tramontana | Croatian-Mediterranean Cuisine in Regensburg',
description: 'Savor authentic Croatian-Mediterranean dishes in the charming old town of Regensburg. Restaurant Tramontana offers an unforgettable culinary experience.',
title: 'Restaurant Tramontana | Kroatisch-mediterrane Küche in Regensburg',
description: 'Genießen Sie authentische kroatisch-mediterrane Gerichte in der charmanten Regensburger Altstadt. Das Restaurant Tramontana bietet ein unvergessliches kulinarisches Erlebnis.',
};
const montserrat = Montserrat({

View File

@@ -32,56 +32,56 @@ export default function ItalianRestaurantPage() {
<NavbarLayoutFloatingInline
brandName="Restaurant Tramontana"
navItems={[
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reservations", id: "contact" },
{ name: "Reviews", id: "testimonials" }
{ name: "Menü", id: "menu" },
{ name: "Über Uns", id: "about" },
{ name: "Reservierungen", id: "contact" },
{ name: "Bewertungen", id: "testimonials" }
]}
button={{
text: "Book a Table", href: "contact"
text: "Tisch reservieren", href: "contact"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="Experience Restaurant Tramontana"
description="Authentic Croatian-Mediterranean cuisine in the heart of Regensburg's old town. Savor the flavors of the Adriatic and Mediterranean."
title="Erleben Sie Restaurant Tramontana"
description="Authentische kroatisch-mediterrane Küche im Herzen der Regensburger Altstadt. Genießen Sie die Aromen der Adria und des Mittelmeers."
background={{ variant: "sparkles-gradient" }}
tag="Croatian-Mediterranean Delights"
tag="Kroatisch-mediterrane Köstlichkeiten"
tagIcon={Sparkles}
imageSrc="https://images.unsplash.com/photo-1629813134379-3c3e8a4a5b6c?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
imageAlt="Croatian-Mediterranean food spread"
imageAlt="Kroatisch-mediterranes Essen"
buttons={[
{ text: "Reserve Now", href: "contact" },
{ text: "View Menu", href: "menu" }
{ text: "Jetzt reservieren", href: "contact" },
{ text: "Menü ansehen", href: "menu" }
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
title="Restaurant Tramontana celebrates the rich culinary heritage of Croatia and the Mediterranean, blending traditional recipes with fresh, local ingredients. Nestled in Regensburg's historic old town, we invite you to a journey of exquisite tastes."
title="Das Restaurant Tramontana zelebriert das reiche kulinarische Erbe Kroatiens und des Mittelmeers, indem es traditionelle Rezepte mit frischen, lokalen Zutaten verbindet. Eingebettet in die historische Regensburger Altstadt laden wir Sie zu einer Reise exquisiter Geschmäcker ein."
useInvertedBackground={false}
buttons={[
{ text: "Learn More", href: "#" }
{ text: "Mehr erfahren", href: "#" }
]}
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
title="Our Signature Croatian-Mediterranean Dishes"
description="Explore a curated selection of dishes that capture the essence of the Adriatic coast and the Mediterranean sunshine."
title="Unsere Signature kroatisch-mediterranen Gerichte"
description="Entdecken Sie eine kuratierte Auswahl an Gerichten, die die Essenz der Adriaküste und des mediterranen Sonnenscheins einfangen."
products={[
{
id: "1", name: "Peka Lamb", price: "€32", imageSrc: "https://images.unsplash.com/photo-1628166649830-22c6e61f1c7d?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Traditional Croatian Peka Lamb"
id: "1", name: "Lamm Peka", price: "€32", imageSrc: "https://images.unsplash.com/photo-1628166649830-22c6e61f1c7d?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Traditionelles kroatisches Lamm Peka"
},
{
id: "2", name: "Black Risotto (Crni Rižot)", price: "€28", imageSrc: "https://images.unsplash.com/photo-1512424075514-419b48b77a06?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Black seafood risotto"
id: "2", name: "Schwarzes Risotto (Crni Rižot)", price: "€28", imageSrc: "https://images.unsplash.com/photo-1512424075514-419b48b77a06?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Schwarzes Meeresfrüchte-Risotto"
},
{
id: "3", name: "Rožata (Dubrovnik Caramel Custard)", price: "€10", imageSrc: "https://images.unsplash.com/photo-1628863351659-c297746e5b22?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Traditional Dubrovnik caramel custard"
id: "3", name: "Rožata (Dubrovnik Karamellpudding)", price: "€10", imageSrc: "https://images.unsplash.com/photo-1628863351659-c297746e5b22?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Traditioneller Dubrovnik Karamellpudding"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -93,14 +93,14 @@ export default function ItalianRestaurantPage() {
<div id="impact" data-section="impact">
<MetricCardFourteen
title="Our Legacy in Gastronomy"
tag="Restaurant Milestones"
title="Unser kulinarisches Erbe"
tag="Restaurant-Meilensteine"
metrics={[
{
id: "1", value: "Decades", description: "of culinary excellence in Croatian-Mediterranean cuisine and hospitality"
id: "1", value: "Jahrzehnte", description: "kulinarischer Exzellenz in der kroatisch-mediterranen Küche und Gastfreundschaft"
},
{
id: "2", value: "Thousands", description: "of cherished guests who have enjoyed memorable dining experiences at Restaurant Tramontana"
id: "2", value: "Tausende", description: "geschätzter Gäste, die unvergessliche kulinarische Erlebnisse im Restaurant Tramontana genossen haben"
}
]}
metricsAnimation="slide-up"
@@ -110,20 +110,20 @@ export default function ItalianRestaurantPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Kind Words from Our Esteemed Guests"
description="Hear what our patrons have to say about their unforgettable dining experiences at Restaurant Tramontana."
title="Lobende Worte unserer geschätzten Gäste"
description="Hören Sie, was unsere Gäste über ihre unvergesslichen kulinarischen Erlebnisse im Restaurant Tramontana zu sagen haben."
testimonials={[
{
id: "1", title: "An Authentic Taste of the Adriatic", quote: "The flavors transported me straight to the Croatian coast. Every dish was a masterpiece, and the atmosphere in Regensburg's old town was enchanting.", name: "Lena Schmidt", role: "Food Blogger", imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Lena Schmidt"
id: "1", title: "Ein authentischer Geschmack der Adria", quote: "Die Aromen versetzten mich direkt an die kroatische Küste. Jedes Gericht war ein Meisterwerk, und die Atmosphäre in der Regensburger Altstadt war bezaubernd.", name: "Lena Schmidt", role: "Food-Bloggerin", imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Lena Schmidt"
},
{
id: "2", title: "Exceptional Service and Ambiance", quote: "From the warm welcome to the last bite, the service was impeccable. The restaurant's charm perfectly complements the delicious Mediterranean fare.", name: "Maximilian Weber", role: "Local Resident", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Maximilian Weber"
id: "2", title: "Exzellenter Service und Ambiente", quote: "Vom herzlichen Empfang bis zum letzten Bissen war der Service tadellos. Der Charme des Restaurants ergänzt perfekt die köstliche mediterrane Küche.", name: "Maximilian Weber", role: "Ortsansässiger", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Maximilian Weber"
},
{
id: "3", title: "A Culinary Gem in Regensburg", quote: "We celebrated our anniversary here, and it was truly special. The chef's innovative take on traditional dishes is truly remarkable. Highly recommend for any occasion.", name: "Hannah Becker", role: "Celebration Guest", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29329?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Hannah Becker"
id: "3", title: "Ein kulinarisches Juwel in Regensburg", quote: "Wir haben hier unser Jubiläum gefeiert, und es war wirklich besonders. Die innovative Interpretation traditioneller Gerichte durch den Koch ist wirklich bemerkenswert. Sehr empfehlenswert für jeden Anlass.", name: "Hannah Becker", role: "Festgast", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29329?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Hannah Becker"
},
{
id: "4", title: "Unforgettable Flavors", quote: "Every visit to Restaurant Tramontana is a delight. The fresh ingredients and skilled preparation make every meal a memorable experience. My favorite spot in town!", name: "David Müller", role: "Frequent Diner", imageSrc: "https://images.unsplash.com/photo-1600861194943-eb6cd5637207?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "David Müller"
id: "4", title: "Unvergessliche Aromen", quote: "Jeder Besuch im Restaurant Tramontana ist ein Genuss. Die frischen Zutaten und die geschickte Zubereitung machen jede Mahlzeit zu einem unvergesslichen Erlebnis. Mein Lieblingsort in der Stadt!", name: "David Müller", role: "Stammgast", imageSrc: "https://images.unsplash.com/photo-1600861194943-eb6cd5637207?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "David Müller"
}
]}
textboxLayout="default"
@@ -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>

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcf6ec;
--background: #f3e6d0;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;