Merge version_2 into main #5
@@ -48,18 +48,18 @@ export default function LandingPage() {
|
||||
{ name: "Sarah J.", handle: "@sarah", testimonial: "Bestes Eis im Landkreis – Qualität ist spitze!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-80s-summer-aesthetics_23-2150765095.jpg?_wi=1" },
|
||||
{ name: "Michael K.", handle: "@michael", testimonial: "Unglaublich cremig und riesige Kugeln!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009657.jpg?_wi=1" },
|
||||
{ name: "Julia M.", handle: "@julia", testimonial: "Mit Liebe gemacht – absolute Empfehlung!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-dark-hair-stares-impressed-camera-holds-cotton-candy-tasty-appetizing-ice-cream-dressed-formally_273609-51387.jpg?_wi=1" },
|
||||
{ name: "David L.", handle: "@david", testimonial: "Einfach nur traumhaft, immer wieder!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg?_wi=1" },
|
||||
{ name: "David L", handle: "@david", testimonial: "Einfach nur traumhaft, immer wieder!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg?_wi=1" },
|
||||
{ name: "Anna P.", handle: "@anna", testimonial: "Die Sortenauswahl ist phänomenal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/summer-pattern-with-plastic-shovels-starfish_23-2147809832.jpg?_wi=1" },
|
||||
]}
|
||||
buttons={[{ text: "Speisekarte", href: "#products" }, { text: "Route planen", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-s-hand-eating-ice-cream-cone-with-silver-sprinkles-balls_23-2147957510.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672623194-kgrd7sfk.png"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/women-enjoying-80s-summer-aesthetics_23-2150765095.jpg", alt: "Kunde 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009657.jpg", alt: "Kunde 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-with-dark-hair-stares-impressed-camera-holds-cotton-candy-tasty-appetizing-ice-cream-dressed-formally_273609-51387.jpg", alt: "Kunde 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg", alt: "Kunde 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/summer-pattern-with-plastic-shovels-starfish_23-2147809832.jpg", alt: "Kunde 5" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672811092-eh96u5if.png", alt: "Kunde 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672824490-am17cfxy.png", alt: "Kunde 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672836770-85ot2nfs.png", alt: "Kunde 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672852014-0j45vliz.png", alt: "Kunde 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672870805-h8gx509w.png", alt: "Kunde 5" },
|
||||
]}
|
||||
avatarText="Über 500+ zufriedene Kunden"
|
||||
marqueeItems={[{ type: "text", text: "Handgemacht" }, { type: "text", text: "Natürliche Zutaten" }, { type: "text", text: "Italienisches Flair" }, { type: "text", text: "Täglich frisch" }, { type: "text", text: "Regional & Fair" }]}
|
||||
@@ -72,10 +72,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", title: "Hausgemacht", value: "Täglich frisch", icon: IceCream },
|
||||
{ id: "m2", title: "Italienisch", value: "Echte Qualität", icon: Award },
|
||||
{ id: "m3", title: "Familienbetrieb", value: "Mit viel Liebe", icon: Heart },
|
||||
{ id: "m4", title: "Bewertungen", value: "4.7 Sterne", icon: Star },
|
||||
{ id: "m1", title: "Hausgemacht", value: "", icon: IceCream },
|
||||
{ id: "m2", title: "Italienisch", value: "", icon: Award },
|
||||
{ id: "m3", title: "Familienbetrieb", value: "", icon: Heart },
|
||||
{ id: "m4", title: "Bewertungen", value: "4.7 ⭐", icon: Star },
|
||||
]}
|
||||
title="Warum Da Claudio?"
|
||||
description="Tradition trifft auf feinste Zutaten."
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
{ id: "p3", brand: "Frucht", name: "Maracuja Traum", price: "6,90 €", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fruit-shake-topped-with-frozen-strawberries-cranberries-coconut-bowl_181624-27868.jpg" },
|
||||
{ id: "p4", brand: "Genuss", name: "Frische Waffeln", price: "5,50 €", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-strawberries-white-surface-cream-tea-biscuit-birthday-cake-sweet_140725-101617.jpg" },
|
||||
{ id: "p5", brand: "Kuchen", name: "Hausgemachte Torte", price: "4,20 €", rating: 5, reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-piece-cake-star-anise_114579-22268.jpg" },
|
||||
{ id: "p6", brand: "Getränke", name: "Italienischer Kaffee", price: "3,20 €", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-ice-cream-sprinkles-chocolate-white-plate-dark-surface_114579-33789.jpg" },
|
||||
{ id: "p6", brand: "Getränke", name: "Italienischer Kaffee", price: "3,20 €", rating: 5, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672512739-ikudcd7k.png" },
|
||||
]}
|
||||
title="Unsere Spezialitäten"
|
||||
description="Einzigartige Eiskreationen, die auf der Zunge zergehen."
|
||||
@@ -108,10 +108,10 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", role: "Stammgast", company: "Moosburg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-enjoying-80s-summer-aesthetics_23-2150765095.jpg?_wi=2" },
|
||||
{ id: "t2", name: "Michael K.", role: "Eis-Liebhaber", company: "Moosburg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009657.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Julia M.", role: "Feinschmecker", company: "Moosburg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-dark-hair-stares-impressed-camera-holds-cotton-candy-tasty-appetizing-ice-cream-dressed-formally_273609-51387.jpg?_wi=2" },
|
||||
{ id: "t4", name: "David L.", role: "Urlauber", company: "Moosburg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg?_wi=2" },
|
||||
{ id: "t1", name: "Sarah J.", role: "Stammgast", company: "Moosburg", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672731604-3c42smss.png" },
|
||||
{ id: "t2", name: "Michael K.", role: "Eis-Liebhaber", company: "Moosburg", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672750022-0jtac8g7.png" },
|
||||
{ id: "t3", name: "Julia M.", role: "Feinschmecker", company: "Moosburg", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672767789-etzuxp69.png" },
|
||||
{ id: "t4", name: "David L.", role: "Urlauber", company: "Moosburg", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672781684-7pg3emum.png" },
|
||||
{ id: "t5", name: "Anna P.", role: "Stammgast", company: "Moosburg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/summer-pattern-with-plastic-shovels-starfish_23-2147809832.jpg?_wi=2" },
|
||||
]}
|
||||
title="Das sagen unsere Gäste"
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
{ name: "email", type: "email", placeholder: "E-Mail", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Nachricht oder Tischreservierung", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/provencal-style-house_1147-423.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5NH62JJkFSPkJEaTtRLMi7J27/uploaded-1775672488198-e60amwi3.png"
|
||||
buttonText="Route planen"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user