|
|
|
|
@@ -9,61 +9,63 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|
|
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import { Heart, Flame } from "lucide-react";
|
|
|
|
|
import { Heart, Flame, Star, Sparkles } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="hover-bubble"
|
|
|
|
|
defaultTextAnimation="background-highlight"
|
|
|
|
|
borderRadius="pill"
|
|
|
|
|
contentWidth="small"
|
|
|
|
|
sizing="largeSmall"
|
|
|
|
|
background="blurBottom"
|
|
|
|
|
cardStyle="gradient-radial"
|
|
|
|
|
primaryButtonStyle="flat"
|
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
|
headingFontWeight="medium"
|
|
|
|
|
defaultButtonVariant="hover-magnetic"
|
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
|
borderRadius="rounded"
|
|
|
|
|
contentWidth="mediumLarge"
|
|
|
|
|
sizing="largeSizeMediumTitles"
|
|
|
|
|
background="sparkles-gradient"
|
|
|
|
|
cardStyle="glass-depth"
|
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
|
headingFontWeight="bold"
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleApple
|
|
|
|
|
brandName="La Passione"
|
|
|
|
|
brandName="Trattoria Da Maria"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Menu", id: "features" },
|
|
|
|
|
{ name: "Über Uns", id: "about" },
|
|
|
|
|
{ name: "Galerie", id: "team" },
|
|
|
|
|
{ name: "Kontakt", id: "contact" }
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Atmosphere", id: "team" },
|
|
|
|
|
{ name: "Contact", id: "contact" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroOverlay
|
|
|
|
|
title="La Passione Italiana"
|
|
|
|
|
description="Handcrafted pizzas made with passion, using the finest Italian ingredients and traditional wood-fired techniques. Experience authentic culinary excellence in the heart of Germany."
|
|
|
|
|
tag="Seit 2010"
|
|
|
|
|
title="Trattoria Da Maria"
|
|
|
|
|
description="Experience the pinnacle of Italian culinary artistry. Premium wood-fired pizzas, meticulously crafted with imported Italian ingredients and decades of mastery. An intimate sanctuary for those who demand excellence."
|
|
|
|
|
tag="Established 2010 | Fine Dining"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-14109.jpg"
|
|
|
|
|
imageAlt="Traditional wood-fired pizza oven"
|
|
|
|
|
imageAlt="Premium wood-fired pizza oven"
|
|
|
|
|
textPosition="bottom-left"
|
|
|
|
|
showBlur={true}
|
|
|
|
|
showDimOverlay={true}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Reservierung", href: "#contact" },
|
|
|
|
|
{ text: "Menü ansehen", href: "#features" }
|
|
|
|
|
{ text: "Reserve Your Table", href: "#contact" },
|
|
|
|
|
{ text: "View Menu", href: "#features" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
tag="Unser Handwerk"
|
|
|
|
|
title="Drei Generationen Tradition und Leidenschaft für echte italienische Pizza"
|
|
|
|
|
description="Gegründet 1994"
|
|
|
|
|
subdescription="Von unserer Familie mit Herz"
|
|
|
|
|
tag="Our Heritage"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
title="Three Generations of Culinary Excellence and Passion"
|
|
|
|
|
description="Founded in 2010"
|
|
|
|
|
subdescription="Crafted with love and unwavering commitment to perfection"
|
|
|
|
|
icon={Heart}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=1"
|
|
|
|
|
imageAlt="Chef preparing authentic Italian pizza"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
imageAlt="Master chef crafting authentic Italian pizza"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -72,20 +74,21 @@ export default function LandingPage() {
|
|
|
|
|
<ProductCardThree
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Margherita Classica", price: "€14,50", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes_1220-266.jpg", imageAlt: "Margherita Classica - traditional Neapolitan pizza"
|
|
|
|
|
id: "1", name: "Margherita Classica", price: "€28,00", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes_1220-266.jpg", imageAlt: "Margherita Classica - Traditional Neapolitan Pizza"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Prosciutto & Rucola", price: "€18,00", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-topping-bacon-arugula-leaves-near-juicy-tomato-black-pepper-textured-black-surface_23-2148076106.jpg", imageAlt: "Prosciutto & Rucola - premium Italian ham and rocket"
|
|
|
|
|
id: "2", name: "Prosciutto Di Parma", price: "€32,00", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-topping-bacon-arugula-leaves-near-juicy-tomato-black-pepper-textured-black-surface_23-2148076106.jpg", imageAlt: "Prosciutto Di Parma - Premium Italian Ham and Arugula"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Tartufo Nero", price: "€24,50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895434.jpg", imageAlt: "Tartufo Nero - luxurious black truffle pizza"
|
|
|
|
|
id: "3", name: "Tartufo Nero Luxury", price: "€48,00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895434.jpg", imageAlt: "Tartufo Nero - Luxurious Black Truffle Pizza"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Unsere Spezialitäten"
|
|
|
|
|
description="Jede Pizza wird frisch mit Premium-Zutaten zubereitet und in unserem traditionellen Steinofen gebacken"
|
|
|
|
|
tag="Beliebte Klassiker"
|
|
|
|
|
title="Signature Collection"
|
|
|
|
|
description="Each pizza is a masterpiece, prepared fresh with imported Italian ingredients and finished in our traditional wood-fired oven at precisely controlled temperatures."
|
|
|
|
|
tag="Premium Selection"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
animationType="scale-rotate"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
@@ -95,21 +98,21 @@ export default function LandingPage() {
|
|
|
|
|
<TeamCardSix
|
|
|
|
|
members={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Hauptspeisebereich", role: "Elegante Eleganz", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
|
|
|
|
|
id: "1", name: "Grand Dining Hall", role: "Sophisticated Elegance", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Intime Ecke", role: "Gemütliche Wärme", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg"
|
|
|
|
|
id: "2", name: "Private Wine Lounge", role: "Intimate Luxury", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Offene Küche", role: "Handwerkliche Kunst", imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=2"
|
|
|
|
|
id: "3", name: "Open Kitchen Studio", role: "Culinary Theater", imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=2"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Unser Restaurant"
|
|
|
|
|
description="Ein Ort, wo italienische Tradition auf modernen Komfort trifft. Genießen Sie die perfekte Atmosphäre für ein unvergessliches Erlebnis."
|
|
|
|
|
title="Our Venues"
|
|
|
|
|
description="Each space is meticulously designed to provide an immersive dining experience where Italian tradition meets modern sophistication and uncompromising quality."
|
|
|
|
|
tag="Ambiance"
|
|
|
|
|
tagIcon={Flame}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
animationType="depth-3d"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
@@ -119,22 +122,23 @@ export default function LandingPage() {
|
|
|
|
|
<TestimonialCardTwo
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Maria Hoffmann", role: "München", testimonial: "Die beste Pizza außerhalb von Neapel! Das Ambiente ist perfekt, und das Personal ist äußerst aufmerksam. Wir kommen regelmäßig zurück.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"
|
|
|
|
|
id: "1", name: "Isabella Rossi", role: "Food Critic, Munich", testimonial: "An extraordinary experience. The pizza rivals anything I've encountered in Naples itself. The attention to detail in every element—from ingredient sourcing to technique—is simply remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", icon: Star
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Stefanie Weber", role: "Stuttgart", testimonial: "Authentische italienische Küche mit modernem Flair. Die Qualität der Zutaten ist hervorragend, und man schmeckt die Liebe in jedem Bissen.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"
|
|
|
|
|
id: "2", name: "Marco Benedetti", role: "Culinary Consultant, Berlin", testimonial: "This is what fine dining pizza should be. The chef's mastery is evident in every bite. An impeccable balance of authenticity and innovation. A destination worth traveling for.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", icon: Star
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Klaus Müller", role: "Berlin", testimonial: "Fantastische Erfahrung! Der Steinofen verleiht der Pizza einen unvergleichlichen Geschmack. Das Preis-Leistungs-Verhältnis ist ausgezeichnet.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
|
|
|
|
|
id: "3", name: "Dr. Heinrich Müller", role: "Business Executive, Hamburg", testimonial: "Exceptional in every dimension. The service is impeccable, the ambiance is refined, and the pizza is transcendent. This is where I bring my most important clients.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", icon: Star
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Anne & Thomas Klein", role: "Hamburg", testimonial: "Der perfekte Ort für Dates und Feiern. Die elegante Einrichtung, die warmherzigen Gastgeber und die köstliche Pizza machen jeden Besuch unvergesslich.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-hands-talking-cafe_637285-12503.jpg"
|
|
|
|
|
id: "4", name: "Sofia & Luca Ferrari", role: "Travel Writers, Stuttgart", testimonial: "A jewel of Italian culinary excellence. The owners' passion for their craft is infectious, the quality is uncompromising, and the overall experience is genuinely unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-hands-talking-cafe_637285-12503.jpg", icon: Star
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Was unsere Gäste sagen"
|
|
|
|
|
description="Lesen Sie die ehrlichen Bewertungen von Gästen, die La Passione lieben"
|
|
|
|
|
tag="Kundenbewertungen"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
title="What Our Guests Celebrate"
|
|
|
|
|
description="Discover the refined testimonies from discerning patrons who have experienced our commitment to culinary excellence"
|
|
|
|
|
tag="Guest Reviews"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
@@ -142,47 +146,47 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
text="Bereit, die beste Pizza Ihres Lebens zu probieren? Machen Sie noch heute eine Reservierung oder besuchen Sie uns spontan."
|
|
|
|
|
animationType="entrance-slide"
|
|
|
|
|
text="Reserve your table at Trattoria Da Maria and experience the pinnacle of Italian culinary artistry. Secure an exclusive dining experience that will exceed your finest expectations."
|
|
|
|
|
animationType="reveal-blur"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Jetzt reservieren", href: "https://www.opentable.com" },
|
|
|
|
|
{ text: "Kontaktieren Sie uns", href: "mailto:info@lapassione.de" }
|
|
|
|
|
{ text: "Reserve Now", href: "https://www.opentable.com" },
|
|
|
|
|
{ text: "Contact Concierge", href: "mailto:concierge@trattoriadamaria.com" }
|
|
|
|
|
]}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
logoText="La Passione"
|
|
|
|
|
logoText="Trattoria Da Maria"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Menü", href: "#features" },
|
|
|
|
|
{ label: "Über Uns", href: "#about" },
|
|
|
|
|
{ label: "Galerie", href: "#team" }
|
|
|
|
|
{ label: "Menu", href: "#features" },
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
{ label: "Venues", href: "#team" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Kontakt", href: "#contact" },
|
|
|
|
|
{ label: "Reservierung", href: "https://www.opentable.com" },
|
|
|
|
|
{ label: "Lieferung", href: "https://www.uber.com" }
|
|
|
|
|
{ label: "Reserve", href: "#contact" },
|
|
|
|
|
{ label: "Private Events", href: "mailto:events@trattoriadamaria.com" },
|
|
|
|
|
{ label: "Wine Program", href: "mailto:wine@trattoriadamaria.com" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
|
|
|
{ label: "Facebook", href: "https://facebook.com" },
|
|
|
|
|
{ label: "Bewertungen", href: "https://www.google.com/maps" }
|
|
|
|
|
{ label: "Reviews", href: "https://www.google.com/maps" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Impressum", href: "#" },
|
|
|
|
|
{ label: "Datenschutz", href: "#" },
|
|
|
|
|
{ label: "AGBs", href: "#" }
|
|
|
|
|
{ label: "Legal", href: "#" },
|
|
|
|
|
{ label: "Privacy", href: "#" },
|
|
|
|
|
{ label: "Terms", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
|