5 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
3 changed files with 28 additions and 28 deletions

View File

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

View File

@@ -32,8 +32,8 @@ export default function ItalianRestaurantPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Restaurant Tramontana" brandName="Restaurant Tramontana"
navItems={[ navItems={[
{ name: "Menu", id: "menu" }, { name: "Menü", id: "menu" },
{ name: "About", id: "about" }, { name: "Über Uns", id: "about" },
{ name: "Reservierungen", id: "contact" }, { name: "Reservierungen", id: "contact" },
{ name: "Bewertungen", id: "testimonials" } { name: "Bewertungen", id: "testimonials" }
]} ]}
@@ -45,43 +45,43 @@ export default function ItalianRestaurantPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
title="Experience Restaurant Tramontana" title="Erleben Sie Restaurant Tramontana"
description="Authentic Croatian-Mediterranean cuisine in the heart of Regensburg's old town. Savor the flavors of the Adriatic and Mediterranean." 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" }} background={{ variant: "sparkles-gradient" }}
tag="Croatian-Mediterranean Delights" tag="Kroatisch-mediterrane Köstlichkeiten"
tagIcon={Sparkles} 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" 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={[ buttons={[
{ text: "Reserve Now", href: "contact" }, { text: "Jetzt reservieren", href: "contact" },
{ text: "View Menu", href: "menu" } { text: "Menü ansehen", href: "menu" }
]} ]}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <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} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Learn More", href: "#" } { text: "Mehr erfahren", href: "#" }
]} ]}
/> />
</div> </div>
<div id="menu" data-section="menu"> <div id="menu" data-section="menu">
<ProductCardOne <ProductCardOne
title="Our Signature Croatian-Mediterranean Dishes" title="Unsere Signature kroatisch-mediterranen Gerichte"
description="Explore a curated selection of dishes that capture the essence of the Adriatic coast and the Mediterranean sunshine." description="Entdecken Sie eine kuratierte Auswahl an Gerichten, die die Essenz der Adriaküste und des mediterranen Sonnenscheins einfangen."
products={[ 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" gridVariant="three-columns-all-equal-width"
@@ -93,14 +93,14 @@ export default function ItalianRestaurantPage() {
<div id="impact" data-section="impact"> <div id="impact" data-section="impact">
<MetricCardFourteen <MetricCardFourteen
title="Our Legacy in Gastronomy" title="Unser kulinarisches Erbe"
tag="Restaurant Milestones" tag="Restaurant-Meilensteine"
metrics={[ 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" metricsAnimation="slide-up"
@@ -110,20 +110,20 @@ export default function ItalianRestaurantPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTen <TestimonialCardTen
title="Kind Words from Our Esteemed Guests" title="Lobende Worte unserer geschätzten Gäste"
description="Hear what our patrons have to say about their unforgettable dining experiences at Restaurant Tramontana." description="Hören Sie, was unsere Gäste über ihre unvergesslichen kulinarischen Erlebnisse im Restaurant Tramontana zu sagen haben."
testimonials={[ 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" textboxLayout="default"

View File

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