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