Update src/app/page.tsx
This commit is contained in:
192
src/app/page.tsx
192
src/app/page.tsx
@@ -32,88 +32,35 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Über uns", id: "about"},
|
||||
{
|
||||
name: "Speisekarte", id: "menu"},
|
||||
{
|
||||
name: "Kontakt", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Über uns", id: "about" },
|
||||
{ name: "Speisekarte", id: "menu" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Seeblick"
|
||||
brandName="Gasthof zur Reuse"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Genuss direkt am See"
|
||||
description="Erleben Sie gehobene deutsche Küche in atemberaubender Kulisse. Regionale Zutaten, herzliche Gastfreundschaft und ein unvergleichlicher Seeblick warten auf Sie."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Hans Müller", handle: "@hansm", testimonial: "Ein wunderbares Erlebnis, das Essen war fantastisch!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg"},
|
||||
{
|
||||
name: "Maria Schmidt", handle: "@marias", testimonial: "Die Lage am See ist unschlagbar.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490774.jpg"},
|
||||
{
|
||||
name: "Stefan Bauer", handle: "@stefb", testimonial: "Der beste Ort für einen entspannten Abend.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg"},
|
||||
{
|
||||
name: "Lena K.", handle: "@lenak", testimonial: "Hervorragende Küche und exzellenter Service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-cheerful-girl-friends-business-partners-having-fun-lunch-seafood-restaurant_496169-2077.jpg"},
|
||||
{
|
||||
name: "Thomas W.", handle: "@tomw", testimonial: "Wunderschönes Ambiente direkt am Wasser.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_1203-3447.jpg"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Gasthof zur Reuse"
|
||||
description="Traditionelle deutsche Küche, direkt am See gelegen. Genießen Sie fangfrischen Fisch und hausgemachte Spezialitäten in familiärer Atmosphäre."
|
||||
testimonials={[]}
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-sitting-rooftop-restaurant_23-2147891180.jpg", alt: "Customer profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-young-woman-looking-man-pouring-drink-glass_23-2147891176.jpg", alt: "Customer profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands-rest-relaxation-concept_169016-10477.jpg", alt: "Customer profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-people-with-fresh-watermelon_23-2151579221.jpg", alt: "Customer profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-waitress-serving-cocktail-female-customer-sitting-restaurant_23-2147936269.jpg", alt: "Customer profile"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Regional"},
|
||||
{
|
||||
type: "text", text: "Frisch"},
|
||||
{
|
||||
type: "text", text: "Seeblick"},
|
||||
{
|
||||
type: "text", text: "Traditionell"},
|
||||
{
|
||||
type: "text", text: "Gourmet"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Unsere Philosophie"
|
||||
title="Tradition mit Seeblick"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Jahre Erfahrung", value: "15+"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Regionale Lieferanten", value: "20+"},
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Zufriedene Gäste", value: "5000+"},
|
||||
{ icon: Award, label: "Tradition seit", value: "1920" },
|
||||
{ icon: Leaf, label: "Regionale Zutaten", value: "100%" },
|
||||
{ icon: Coffee, label: "Glückliche Gäste", value: "10k+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,63 +70,36 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Regional & Frisch", description: "Wir beziehen unsere Zutaten direkt von Bauern aus der Umgebung."},
|
||||
{
|
||||
icon: Waves,
|
||||
title: "Beste Seelage", description: "Genießen Sie Ihr Abendessen mit direktem Blick auf das Wasser."},
|
||||
{
|
||||
icon: Wine,
|
||||
title: "Hausgebrautes", description: "Erleben Sie unsere Auswahl an handwerklichen regionalen Bieren."},
|
||||
{ icon: Leaf, title: "Saisonal", description: "Wir verarbeiten ausschließlich regionale Produkte der Saison." },
|
||||
{ icon: Waves, title: "Seelage", description: "Direkt am Wasser speisen und den Sonnenuntergang genießen." },
|
||||
{ icon: Wine, title: "Weinkeller", description: "Ausgesuchte Weine aus den besten deutschen Anbaugebieten." },
|
||||
]}
|
||||
title="Was uns auszeichnet"
|
||||
description="Qualität steht bei uns an oberster Stelle."
|
||||
title="Was uns ausmacht"
|
||||
description="Gastfreundschaft aus Überzeugung."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Wiener Schnitzel", price: "24,50 €", variant: "Klassiker", imageSrc: "http://img.b2bpic.net/free-photo/top-breaded-chicken-fillet-served-with-french-fries-fried-egg-cherry-tomatoes-plate_140725-12299.jpg"},
|
||||
{
|
||||
id: "2", name: "Seeforelle gebraten", price: "28,00 €", variant: "Fisch", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-2765.jpg"},
|
||||
{
|
||||
id: "3", name: "Bayerischer Wurstsalat", price: "14,50 €", variant: "Vorspeise", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-vegetables-plate-with-buns-table_141793-12571.jpg"},
|
||||
{
|
||||
id: "4", name: "Apfelstrudel", price: "8,50 €", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-epiphany-day-food-with-tableware_23-2148730487.jpg"},
|
||||
{
|
||||
id: "5", name: "Frischer Gartensalat", price: "12,00 €", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-fillet-with-herbs-vegetables-sauce-plate_141793-2974.jpg"},
|
||||
{
|
||||
id: "6", name: "Rinderlende vom Grill", price: "32,00 €", variant: "Hauptspeise", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg"},
|
||||
{ id: "1", name: "Gebratene Seeforelle", price: "26,50 €", variant: "Fischspezialität", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-2765.jpg" },
|
||||
{ id: "2", name: "Hausgemachte Rinderroulade", price: "22,90 €", variant: "Klassiker", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg" },
|
||||
{ id: "3", name: "Vegetarische Maultaschen", price: "18,50 €", variant: "Vegetarisch", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-vegetables-plate-with-buns-table_141793-12571.jpg" },
|
||||
]}
|
||||
title="Unsere Speisekarte"
|
||||
description="Klassiker modern interpretiert."
|
||||
title="Unsere Karte"
|
||||
description="Traditionell und lecker."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Julia", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg"},
|
||||
{
|
||||
id: "2", name: "Markus", imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg"},
|
||||
{
|
||||
id: "3", name: "Petra", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"},
|
||||
{
|
||||
id: "4", name: "Thomas", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-wine_23-2149152917.jpg"},
|
||||
{
|
||||
id: "5", name: "Lena", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-african-caucasian-lesbians-enjoying-nice-time-together-lunch-cozy-cafe_273609-9091.jpg"},
|
||||
]}
|
||||
cardTitle="Gästestimmen"
|
||||
cardTag="Bewertungen"
|
||||
testimonials={[]}
|
||||
cardTitle="Gäste sagen"
|
||||
cardTag="Feedback"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -188,10 +108,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Seefischerei Huber", "Biohof Leitner", "Brauerei am See", "Obstgarten Mitter", "Winzerhof Kaiser", "Bäckerei Krumm", "Landmetzgerei Weber"]}
|
||||
title="Unsere Partner"
|
||||
description="Wir arbeiten stolz mit lokalen Produzenten zusammen."
|
||||
names={["Lokale Fischer", "Bio-Bauernhof", "Winzergenossenschaft", "Regionale Brauerei"]}
|
||||
title="Unsere Erzeuger"
|
||||
description="Wir setzen auf kurze Wege und volle Transparenz."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,14 +118,11 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Brauche ich eine Reservierung?", content: "Für das Abendessen empfehlen wir eine Reservierung, besonders am Wochenende."},
|
||||
{
|
||||
id: "f2", title: "Gibt es Parkplätze?", content: "Direkt vor dem Restaurant stehen Gästeparkplätze zur Verfügung."},
|
||||
{
|
||||
id: "f3", title: "Ist das Restaurant barrierefrei?", content: "Ja, unser gesamter Gastraum ist barrierefrei zugänglich."},
|
||||
{ id: "f1", title: "Hunde erlaubt?", content: "Ja, im Außenbereich sind Hunde herzlich willkommen." },
|
||||
{ id: "f2", title: "Parkplätze?", content: "Kostenlose Parkplätze direkt am Haus."
|
||||
},
|
||||
]}
|
||||
sideTitle="Fragen & Antworten"
|
||||
sideTitle="Häufige Fragen"
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -214,49 +130,27 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Reservieren Sie Ihren Tisch"
|
||||
description="Schreiben Sie uns gerne für Reservierungsanfragen oder bei Fragen."
|
||||
title="Tisch buchen"
|
||||
description="Reservieren Sie Ihren Platz am See."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Ihr Name"},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Ihre E-Mail"},
|
||||
{ name: "name", type: "text", placeholder: "Name" },
|
||||
{ name: "email", type: "email", placeholder: "E-Mail" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Ihre Nachricht (Personenanzahl, Datum, Uhrzeit)"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-wooden-board_23-2148040262.jpg"
|
||||
textarea={{ name: "message", placeholder: "Nachricht / Anzahl Personen" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Seeuferstraße 1", href: "#"},
|
||||
{
|
||||
label: "82345 Seenähe", href: "#"},
|
||||
{
|
||||
label: "info@seeblick-restaurant.de", href: "mailto:info@seeblick-restaurant.de"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service", items: [
|
||||
{
|
||||
label: "Über uns", href: "#about"},
|
||||
{
|
||||
label: "Speisekarte", href: "#menu"},
|
||||
{
|
||||
label: "Reservierung", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{ title: "Kontakt", items: [{ label: "Seeweg 5, 82345 Seeheim" }, { label: "Tel: 0800-123456" }] },
|
||||
{ title: "Rechtliches", items: [{ label: "Impressum" }, { label: "Datenschutz" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Seeblick Restaurant"
|
||||
bottomRightText="Impressum | Datenschutz"
|
||||
bottomLeftText="© 2024 Gasthof zur Reuse"
|
||||
bottomRightText=""
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user