Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -89,8 +89,8 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Basierend auf 500+ Bewertungen"
|
ratingText="Basierend auf 500+ Bewertungen"
|
||||||
tagAnimation="bounce-effect"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="bounce-effect"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Mehr über uns erfahren", href: "#" }
|
{ text: "Mehr über uns erfahren", href: "#" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
buttonAnimation="bounce-effect"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tagAnimation="bounce-effect"
|
tagAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
|||||||
imageAlt={getAssetAlt("contact-image", "Moderne und helle Zahnarztpraxis")}
|
imageAlt={getAssetAlt("contact-image", "Moderne und helle Zahnarztpraxis")}
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Nachricht senden"
|
buttonText="Nachricht senden"
|
||||||
mediaAnimation="bounce-effect"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user