Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-12 21:39:36 +00:00

View File

@@ -51,8 +51,8 @@ export default function LandingPage() {
{ text: "Zur Speisekarte", href: "#products" },
{ text: "Über uns", href: "#about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg"
imageAlt="Kaffeetisch bei Milis Cafe"
imageSrc="https://images.unsplash.com/photo-1554118811-1e0d58224a24?q=80&w=2047&auto=format&fit=crop"
imageAlt="Milis Cafe Instagram Mood"
mediaAnimation="slide-up"
/>
</div>
@@ -72,9 +72,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Hausgeröstet", description: "Frische Röstungen direkt vor Ort für bestes Aroma.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-beans-marble-surface_23-2148255068.jpg", imageAlt: "Röstung" },
{ title: "Barista-Kunst", description: "Unsere Baristas zaubern das perfekte Latte-Art-Erlebnis.", imageSrc: "http://img.b2bpic.net/free-photo/bar-concept_23-2147798064.jpg", imageAlt: "Barista" },
{ title: "Wohlfühloase", description: "Ein stilvolles Ambiente für Deine Auszeit.", imageSrc: "http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg", imageAlt: "Ambiente" },
{ title: "Hausgeröstet", description: "Frische Röstungen direkt vor Ort für bestes Aroma.", imageSrc: "https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?q=80&w=2070&auto=format&fit=crop", imageAlt: "Röstung" },
{ title: "Barista-Kunst", description: "Unsere Baristas zaubern das perfekte Latte-Art-Erlebnis.", imageSrc: "https://images.unsplash.com/photo-1542181999-73f1d3558334?q=80&w=2080&auto=format&fit=crop", imageAlt: "Barista" },
{ title: "Wohlfühloase", description: "Ein stilvolles Ambiente für Deine Auszeit.", imageSrc: "https://images.unsplash.com/photo-1509042239860-f550ce710b93?q=80&w=1974&auto=format&fit=crop", imageAlt: "Ambiente" },
]}
title="Was uns auszeichnet"
description="Das macht Milis Cafe besonders."
@@ -88,9 +88,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "1", name: "Cappuccino", price: "3,80 €", variant: "Klassisch", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-delicious-espresso-coffee-cup-white-wooden-table_23-2148209300.jpg" },
{ id: "2", name: "Espresso", price: "2,50 €", variant: "Doppelt", imageSrc: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6111.jpg" },
{ id: "3", name: "Iced Latte", price: "4,20 €", variant: "Sommer", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_1339-2844.jpg" },
{ id: "1", name: "Cappuccino", price: "3,80 €", variant: "Klassisch", imageSrc: "https://images.unsplash.com/photo-1517701160236-44756cb33cf3?q=80&w=2070&auto=format&fit=crop" },
{ id: "2", name: "Espresso", price: "2,50 €", variant: "Doppelt", imageSrc: "https://images.unsplash.com/photo-1510591509098-f4fdc6d0ff04?q=80&w=2070&auto=format&fit=crop" },
{ id: "3", name: "Iced Latte", price: "4,20 €", variant: "Sommer", imageSrc: "https://images.unsplash.com/photo-1461023058943-07fcbe16d735?q=80&w=2069&auto=format&fit=crop" },
]}
title="Unsere Kaffeespezialitäten"
description="Frisch zubereitet für deinen perfekten Kaffeemoment."
@@ -118,8 +118,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah M.", handle: "@milis_fan", testimonial: "Die Instagram-Ästhetik im Laden ist genauso gut wie der Kaffee!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cafe_53876-130456.jpg" },
{ id: "2", name: "Marc L.", handle: "@berlin_cafes", testimonial: "Definitiv der beste Flat White der Stadt.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee_53876-14022.jpg" },
{ id: "1", name: "Sarah M.", handle: "@milis_fan", testimonial: "Die Ästhetik im Laden ist genauso gut wie der Kaffee!", rating: 5, imageSrc: "https://images.unsplash.com/photo-1506617420156-8e4536971655?q=80&w=2074&auto=format&fit=crop" },
{ id: "2", name: "Marc L.", handle: "@berlin_cafes", testimonial: "Definitiv der beste Flat White der Stadt.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1514432324607-a09d9b4a4574?q=80&w=2070&auto=format&fit=crop" },
]}
showRating={true}
title="Stimmen von Milis-Fans"
@@ -147,7 +147,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
text="Folge uns auf Instagram für tägliche Updates und exklusive Specials!"
buttons={[
{ text: "Folge Milis auf Instagram", href: "https://instagram.com" },
{ text: "Folge Milis auf Instagram", href: "https://www.instagram.com/milis_cafe_/" },
]}
/>
</div>
@@ -164,4 +164,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}