Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-04-07 13:14:28 +00:00

View File

@@ -42,14 +42,14 @@ export default function LandingPage() {
title="Ein Stück Frankreich mitten in Saarbrücken."
description="Hausgemachte Quiches, Tartes & Kaffee mit Seele."
testimonials={[
{ name: "Anna M.", handle: "@anna_saar", testimonial: "Der Latte Macchiato schmeckt hier am besten in ganz Saarbrücken.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-french-croissant-wooden-box_114579-59125.jpg", imageAlt: "cozy bakery interior warm lighting" },
{ name: "Marc L.", handle: "@marc_eats", testimonial: "Echte französische Quiches, wie in Paris.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg", imageAlt: "artisan coffee roasted beans" },
{ name: "Sarah K.", handle: "@sarah_café", testimonial: "Wunderschönes Ambiente, mein Lieblingsort.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-fresh-raspberries-light-table-sweet-fruit-berry-dessert-cake-photo_140725-131675.jpg", imageAlt: "fresh handmade patisserie tart" },
{ name: "Tobias B.", handle: "@tobi_b", testimonial: "Handwerkskunst, die man schmeckt.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg", imageAlt: "bakery courtyard cozy outdoor seating" },
{ name: "Anna M.", handle: "@anna_saar", testimonial: "Der Latte Macchiato schmeckt hier am besten in ganz Saarbrücken.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-french-croissant-wooden-box_114579-59125.jpg?_wi=1", imageAlt: "cozy bakery interior warm lighting" },
{ name: "Marc L.", handle: "@marc_eats", testimonial: "Echte französische Quiches, wie in Paris.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg?_wi=1", imageAlt: "artisan coffee roasted beans" },
{ name: "Sarah K.", handle: "@sarah_café", testimonial: "Wunderschönes Ambiente, mein Lieblingsort.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-fresh-raspberries-light-table-sweet-fruit-berry-dessert-cake-photo_140725-131675.jpg?_wi=1", imageAlt: "fresh handmade patisserie tart" },
{ name: "Tobias B.", handle: "@tobi_b", testimonial: "Handwerkskunst, die man schmeckt.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg?_wi=1", imageAlt: "bakery courtyard cozy outdoor seating" },
{ name: "Elena R.", handle: "@elena_food", testimonial: "Super herzlich und tolle Tartes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/italian-frittata-made-with-spinach-tomatoes-onion-peppers-white-wooden-table_123827-30360.jpg", imageAlt: "goat cheese and thyme quiche slice" },
]}
buttons={[{ text: "Tisch reservieren", href: "/contact" }, { text: "Zum Menü", href: "/menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-two-french-croissant-wooden-box_114579-59125.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-two-french-croissant-wooden-box_114579-59125.jpg?_wi=2"
avatars={[{ src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Kunde 1" }, { src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Kunde 2" }, { src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Kunde 3" }, { src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Kunde 4" }, { src: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg", alt: "Kunde 5" }]}
avatarText="Über 500+ zufriedene Gäste"
/>
@@ -62,9 +62,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
{ title: "Kaffee", description: "Vollmundig, lokal geröstet.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg", imageAlt: "Kaffee" },
{ title: "Pâtisserie", description: "Handgemacht jeden Morgen.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-fresh-raspberries-light-table-sweet-fruit-berry-dessert-cake-photo_140725-131675.jpg", imageAlt: "Pâtisserie" },
{ title: "Ambiente", description: "Unser Hinterhof unter dem Feigenbaum.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg", imageAlt: "Ambiente" },
{ title: "Kaffee", description: "Vollmundig, lokal geröstet.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg?_wi=2", imageAlt: "Kaffee" },
{ title: "Pâtisserie", description: "Handgemacht jeden Morgen.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-fresh-raspberries-light-table-sweet-fruit-berry-dessert-cake-photo_140725-131675.jpg?_wi=2", imageAlt: "Pâtisserie" },
{ title: "Ambiente", description: "Unser Hinterhof unter dem Feigenbaum.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg?_wi=2", imageAlt: "Ambiente" },
]}
title="Handgemacht. Herzlich."
description="Erlebe Qualität und Leidenschaft in jedem Bissen."
@@ -115,10 +115,10 @@ export default function LandingPage() {
description="Von der Bohne bis zum Genuss."
features={[
{
title: "Auswahl", description: "Wähle dein Gebäck aus unserer täglichen Auslage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/croissant-baked_1150-11063.jpg", imageAlt: "Auswahl" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/croissant-baked_1150-11063.jpg", imageAlt: "Auswahl" }
title: "Auswahl", description: "Wähle dein Gebäck aus unserer täglichen Auslage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/croissant-baked_1150-11063.jpg?_wi=1", imageAlt: "Auswahl" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/croissant-baked_1150-11063.jpg?_wi=2", imageAlt: "Auswahl" }
},
{
title: "Genuss", description: "Finde deinen Lieblingsplatz an einem unserer gemütlichen Tische.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg", imageAlt: "Genuss" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg", imageAlt: "Genuss" }
title: "Genuss", description: "Finde deinen Lieblingsplatz an einem unserer gemütlichen Tische.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg?_wi=3", imageAlt: "Genuss" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg?_wi=4", imageAlt: "Genuss" }
},
]}
/>