Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e2be6fc61 | |||
| 9ab54bd1e6 | |||
| 440f61ccba |
@@ -55,12 +55,12 @@ export default function LandingPage() {
|
||||
title="Чистота, которую видно с первого взгляда"
|
||||
description="Мы убираем так, что хочется показать всем."
|
||||
tag="Клининг высшего класса"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Оставить заявку", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spatter-black-symbol-drop-splatter_1194-8110.jpg", imageAlt: "Грязный круг"
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30483.jpg", imageAlt: "Чистый круг с иконкой швабры"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="Отличные отзывы"
|
||||
/>
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Почему Выбирают Нас"
|
||||
tag="Наши Преимущества"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "01", description: "Команда с опытом 8+ лет"},
|
||||
@@ -125,13 +125,13 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "m3", value: "03", description: "Гарантия результата или возврат"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
@@ -208,7 +208,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
@@ -257,6 +257,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Написать на почту", href: "mailto:info@khrustal.ru"},
|
||||
]}
|
||||
animationType="reveal-blur"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user