Merge version_3 into main #5
@@ -48,8 +48,8 @@ export default function LandingPage() {
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Eier direkt bestellen", href: "#products" },
|
||||
{ text: "Jetzt anrufen", href: "tel:+49542166789" }
|
||||
{ text: "Jetzt anrufen", href: "tel:+49542166789" },
|
||||
{ text: "Hofladen besuchen", href: "#products" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Kontakt & Hofladen"
|
||||
description="Besuchen Sie uns gerne – wir freuen uns auf Ihren Besuch. Für Fragen können Sie uns anrufen oder das Kontaktformular nutzen."
|
||||
description="Besuchen Sie uns gerne – wir freuen uns auf Ihren Besuch. Öffnungszeiten: Mo–Sa 10–18 Uhr oder nach Vereinbarung. Für Fragen können Sie uns anrufen oder das Kontaktformular nutzen."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Telefon", required: true },
|
||||
|
||||
Reference in New Issue
Block a user