Merge version_1 into main #1
@@ -1,6 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import { Heart, Horse, Users, Sparkles, Star, Mail, HelpCircle } from "lucide-react";
|
||||
import { Heart, House, Users, Sparkles, Star, Mail, HelpCircle } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
title="Конный клуб «Конюшня»"
|
||||
description="Откройте мир верховой езды в нашей частной конюшне в Петергофе. Профессиональное обучение, добрые лошади и незабываемые впечатления ждут вас."
|
||||
tag="Верховая езда"
|
||||
tagIcon={Horse}
|
||||
tagIcon={House}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/horse-riding-sport-with-female-rider_23-2150995479.jpg", imageAlt: "beautiful horse riding outdoor nature" },
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
tagAnimation="fade-in"
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="fade-in"
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
faqsAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
animationType="smooth"
|
||||
tagAnimation="fade-in"
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -187,7 +187,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="fade-in"
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user