Merge version_1 into main #2
240
src/app/page.tsx
240
src/app/page.tsx
@@ -29,27 +29,18 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "about",
|
||||
},
|
||||
name: "Über uns", id: "about"},
|
||||
{
|
||||
name: "Speisekarte",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Speisekarte", id: "menu"},
|
||||
{
|
||||
name: "Stimmen",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Stimmen", id: "testimonials"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Patroos' Imbiss"
|
||||
button={{ text: "Bestellen" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,75 +50,38 @@ export default function LandingPage() {
|
||||
description="Wo jeder Biss eine Geschichte erzählt. Hausgemacht, frisch und mit echter Leidenschaft serviert."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Stammgast",
|
||||
handle: "@stammgast",
|
||||
testimonial: "Ich komme gerne regelmäßig dorthin. Essen schmeckt einfach super und die Atmosphäre empfinde ich als gemütlich.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516882.jpg?_wi=1",
|
||||
imageAlt: "cozy rustic street food stall",
|
||||
},
|
||||
name: "Stammgast", handle: "@stammgast", testimonial: "Ich komme gerne regelmäßig dorthin. Essen schmeckt einfach super und die Atmosphäre empfinde ich als gemütlich.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516882.jpg", imageAlt: "cozy rustic street food stall"},
|
||||
{
|
||||
name: "Michael L.",
|
||||
handle: "@michaell",
|
||||
testimonial: "Mega freundlich und super flott — vor allem das Putensandwich ist sehr zu empfehlen.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-working-zero-waste-supermarket-adding-pantry-staples-shelves-cheerful-merchant-restocks-local-grocery-store-with-organic-food-reusable-jars-close-up_482257-70907.jpg?_wi=1",
|
||||
imageAlt: "cozy rustic street food stall",
|
||||
},
|
||||
name: "Michael L.", handle: "@michaell", testimonial: "Mega freundlich und super flott — vor allem das Putensandwich ist sehr zu empfehlen.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-working-zero-waste-supermarket-adding-pantry-staples-shelves-cheerful-merchant-restocks-local-grocery-store-with-organic-food-reusable-jars-close-up_482257-70907.jpg", imageAlt: "cozy rustic street food stall"},
|
||||
{
|
||||
name: "Severin G.",
|
||||
handle: "@severing",
|
||||
testimonial: "Absolut zu empfehlen! Das Essen schmeckt immer super und der Besitzer ist extrem freundlich.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tree-types-sandwiches-with-tomato-cheese-apple-olive-other-ingredients_114579-3141.jpg?_wi=1",
|
||||
imageAlt: "cozy rustic street food stall",
|
||||
},
|
||||
name: "Severin G.", handle: "@severing", testimonial: "Absolut zu empfehlen! Das Essen schmeckt immer super und der Besitzer ist extrem freundlich.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tree-types-sandwiches-with-tomato-cheese-apple-olive-other-ingredients_114579-3141.jpg", imageAlt: "cozy rustic street food stall"},
|
||||
{
|
||||
name: "Sarah H.",
|
||||
handle: "@sarahh",
|
||||
testimonial: "Einfach der beste Ort für eine schnelle Mittagspause. Immer alles frisch!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-carrots-other-healthy-food_23-2148381294.jpg?_wi=1",
|
||||
imageAlt: "cozy rustic street food stall",
|
||||
},
|
||||
name: "Sarah H.", handle: "@sarahh", testimonial: "Einfach der beste Ort für eine schnelle Mittagspause. Immer alles frisch!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-carrots-other-healthy-food_23-2148381294.jpg", imageAlt: "cozy rustic street food stall"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Man fühlt sich hier wirklich willkommen, fast wie bei Freunden.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-batter-with-sauce-crisps-beer-plate_176474-2990.jpg?_wi=1",
|
||||
imageAlt: "cozy rustic street food stall",
|
||||
},
|
||||
name: "David K.", handle: "@davidk", testimonial: "Man fühlt sich hier wirklich willkommen, fast wie bei Freunden.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-batter-with-sauce-crisps-beer-plate_176474-2990.jpg", imageAlt: "cozy rustic street food stall"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Speisekarte entdecken",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Speisekarte entdecken", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516882.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516882.jpg"
|
||||
imageAlt="Einladender Imbissstand mit warmer Ausstrahlung."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571491.jpg",
|
||||
alt: "Kunde 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571491.jpg", alt: "Kunde 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516857.jpg",
|
||||
alt: "Kunde 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516857.jpg", alt: "Kunde 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-couple-date-night_23-2149131771.jpg",
|
||||
alt: "Kunde 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-couple-date-night_23-2149131771.jpg", alt: "Kunde 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571493.jpg",
|
||||
alt: "Kunde 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571493.jpg", alt: "Kunde 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
alt: "Kunde 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", alt: "Kunde 5"},
|
||||
]}
|
||||
avatarText="Über 500+ zufriedene Gäste"
|
||||
/>
|
||||
@@ -140,19 +94,13 @@ export default function LandingPage() {
|
||||
description="Bei Patroos' dreht sich alles um das, was einen guten Imbiss wirklich ausmacht: ehrliches Essen, frische Zutaten und ein Lächeln bei jedem Besuch. Der Inhaber empfängt jeden Gast wie einen alten Freund — herzlich, unkompliziert und immer gut gelaunt."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Hausgemacht",
|
||||
},
|
||||
value: "100%", title: "Hausgemacht"},
|
||||
{
|
||||
value: "Täglich",
|
||||
title: "Frisch",
|
||||
},
|
||||
value: "Täglich", title: "Frisch"},
|
||||
{
|
||||
value: "Herzlich",
|
||||
title: "Service",
|
||||
},
|
||||
value: "Herzlich", title: "Service"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-woman-working-zero-waste-supermarket-adding-pantry-staples-shelves-cheerful-merchant-restocks-local-grocery-store-with-organic-food-reusable-jars-close-up_482257-70907.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-woman-working-zero-waste-supermarket-adding-pantry-staples-shelves-cheerful-merchant-restocks-local-grocery-store-with-organic-food-reusable-jars-close-up_482257-70907.jpg"
|
||||
imageAlt="Der Inhaber von Patroos' Imbiss"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -167,47 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Putensandwich",
|
||||
price: "Klassiker",
|
||||
variant: "Das Aushängeschild",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tree-types-sandwiches-with-tomato-cheese-apple-olive-other-ingredients_114579-3141.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Putensandwich", price: "Klassiker", variant: "Das Aushängeschild", imageSrc: "http://img.b2bpic.net/free-photo/tree-types-sandwiches-with-tomato-cheese-apple-olive-other-ingredients_114579-3141.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Tagesgerichte",
|
||||
price: "täglich frisch",
|
||||
variant: "Immer wechselnd",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-carrots-other-healthy-food_23-2148381294.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Tagesgerichte", price: "täglich frisch", variant: "Immer wechselnd", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-carrots-other-healthy-food_23-2148381294.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Snacks & Beilagen",
|
||||
price: "nach Wahl",
|
||||
variant: "Kleine Köstlichkeiten",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimps-batter-with-sauce-crisps-beer-plate_176474-2990.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Snacks & Beilagen", price: "nach Wahl", variant: "Kleine Köstlichkeiten", imageSrc: "http://img.b2bpic.net/free-photo/shrimps-batter-with-sauce-crisps-beer-plate_176474-2990.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Getränke",
|
||||
price: "Kühl/Warm",
|
||||
variant: "Zum Verweilen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-summer-cocktails_23-2147821293.jpg",
|
||||
},
|
||||
id: "p4", name: "Getränke", price: "Kühl/Warm", variant: "Zum Verweilen", imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-summer-cocktails_23-2147821293.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Spezialitäten",
|
||||
price: "Nach Hausart",
|
||||
variant: "Frisch zubereitet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-touching-dalgona-cookie_23-2149234629.jpg",
|
||||
},
|
||||
id: "p5", name: "Spezialitäten", price: "Nach Hausart", variant: "Frisch zubereitet", imageSrc: "http://img.b2bpic.net/free-photo/kid-touching-dalgona-cookie_23-2149234629.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Saisonal",
|
||||
price: "Täglich",
|
||||
variant: "Mit Liebe gemacht",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg",
|
||||
},
|
||||
id: "p6", name: "Saisonal", price: "Täglich", variant: "Mit Liebe gemacht", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg"},
|
||||
]}
|
||||
title="Unsere Lieblingsgerichte"
|
||||
description="Frisch zubereitet, täglich mit Liebe gemacht. Das ist die Küche von Patroos'."
|
||||
@@ -218,42 +136,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Stammgast",
|
||||
role: "Treuer Gast",
|
||||
testimonial: "Ich komme gerne regelmäßig dorthin. Essen schmeckt einfach super und die Atmosphäre empfinde ich als gemütlich.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
},
|
||||
id: "t1", name: "Stammgast", role: "Treuer Gast", testimonial: "Ich komme gerne regelmäßig dorthin. Essen schmeckt einfach super und die Atmosphäre empfinde ich als gemütlich.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael L.",
|
||||
role: "Local Guide",
|
||||
testimonial: "Mega freundlich und super flott — vor allem das Putensandwich ist sehr zu empfehlen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-front-toys-amusement-park_23-2147910668.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael L.", role: "Local Guide", testimonial: "Mega freundlich und super flott — vor allem das Putensandwich ist sehr zu empfehlen.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-front-toys-amusement-park_23-2147910668.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Severin G.",
|
||||
role: "Gast",
|
||||
testimonial: "Absolut zu empfehlen! Das Essen schmeckt immer super und der Besitzer ist extrem freundlich.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
|
||||
},
|
||||
id: "t3", name: "Severin G.", role: "Gast", testimonial: "Absolut zu empfehlen! Das Essen schmeckt immer super und der Besitzer ist extrem freundlich.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah H.",
|
||||
role: "Gast",
|
||||
testimonial: "Sehr leckeres Sandwich und super nette Bedienung. Ein tolles Gesamtpaket.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-man_23-2149271089.jpg",
|
||||
},
|
||||
id: "t4", name: "Sarah H.", role: "Gast", testimonial: "Sehr leckeres Sandwich und super nette Bedienung. Ein tolles Gesamtpaket.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-man_23-2149271089.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David K.",
|
||||
role: "Gast",
|
||||
testimonial: "Immer wieder gerne, fühle mich hier sehr wohl und das Essen ist top.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg",
|
||||
},
|
||||
id: "t5", name: "David K.", role: "Gast", testimonial: "Immer wieder gerne, fühle mich hier sehr wohl und das Essen ist top.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg"},
|
||||
]}
|
||||
title="Was unsere Gäste sagen"
|
||||
description="Das Feedback unserer treuen Gäste motiviert uns jeden Tag."
|
||||
@@ -267,25 +161,14 @@ export default function LandingPage() {
|
||||
description="Haben Sie Fragen oder Wünsche? Schreiben Sie uns eine Nachricht oder besuchen Sie uns direkt im Laden. Wir freuen uns, Sie bald persönlich begrüßen zu dürfen!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Ihr Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Ihr Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Ihre E-Mail",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Ihre E-Mail"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Telefonnummer (optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Telefonnummer (optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Ihre Nachricht oder Tischreservierungswunsch",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Ihre Nachricht oder Tischreservierungswunsch", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259470.jpg"
|
||||
mediaPosition="right"
|
||||
@@ -297,46 +180,29 @@ export default function LandingPage() {
|
||||
logoText="Patroos' Imbiss"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Start",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Start", href: "#hero"},
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über uns", href: "#about"},
|
||||
{
|
||||
label: "Speisekarte",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Speisekarte", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{
|
||||
label: "Öffnungszeiten",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Öffnungszeiten", href: "#contact"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user