Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 15:03:11 +00:00

View File

@@ -9,7 +9,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Calendar, MapPin, Users } from "lucide-react";
import { Calendar, MapPin, Users, Search, CreditCard, LayoutDashboard } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Features",
id: "features",
},
{
name: "Stats",
id: "stats",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Features", id: "features" },
{ name: "Stats", id: "stats" },
{ name: "Contact", id: "contact" },
]}
brandName="FieldPlay"
/>
@@ -52,42 +40,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Находите поля и собирайте команды в один клик"
description="Сервис для быстрого поиска футбольных площадок, управления играми и бронированиями. Ваше идеальное поле уже ждет."
buttons={[
{
text: "Начать поиск",
href: "#features",
},
]}
buttons={[{ text: "Начать поиск", href: "#features" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=1",
imageAlt: "Soccer pitch action",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=2",
imageAlt: "Soccer pitch action",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=3",
imageAlt: "Soccer pitch action",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=4",
imageAlt: "Soccer pitch action",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=5",
imageAlt: "Soccer pitch action",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg?_wi=6",
imageAlt: "Soccer pitch action",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" },
{ imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" },
{ imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" },
{ imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" },
{ imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" },
{ imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034594.jpg", imageAlt: "Soccer pitch action" },
]}
/>
</div>
@@ -97,30 +60,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Удобный поиск",
description: "Фильтруйте поля по городу, цене и доступности.",
imageSrc: "http://img.b2bpic.net/free-vector/beauty-salon-booking-app_23-2148566379.jpg",
buttonIcon: "Search",
},
{
title: "Команды и игры",
description: "Создавайте матчи и приглашайте друзей через чат.",
imageSrc: "http://img.b2bpic.net/free-photo/people-high-fiving-each-other-while-training-outdoors_23-2150765050.jpg",
buttonIcon: "Users",
},
{
title: "Безопасная оплата",
description: "Минимизируйте риски с помощью быстрой оплаты онлайн.",
imageSrc: "http://img.b2bpic.net/free-photo/ecommerce-concept-image-handsome-caucasian-man-paying-online-looking-mobile-phone-screen-h_1258-172054.jpg",
buttonIcon: "CreditCard",
},
{
title: "Управление объектом",
description: "Владельцы полей могут эффективно управлять расписанием.",
imageSrc: "http://img.b2bpic.net/free-photo/asian-man-explaining-data-business-document-his-business-partner-video-call_1098-19152.jpg",
buttonIcon: "LayoutDashboard",
},
{ title: "Удобный поиск", description: "Фильтруйте поля по городу, цене и доступности.", imageSrc: "http://img.b2bpic.net/free-vector/beauty-salon-booking-app_23-2148566379.jpg", buttonIcon: Search },
{ title: "Команды и игры", description: "Создавайте матчи и приглашайте друзей через чат.", imageSrc: "http://img.b2bpic.net/free-photo/people-high-fiving-each-other-while-training-outdoors_23-2150765050.jpg", buttonIcon: Users },
{ title: "Безопасная оплата", description: "Минимизируйте риски с помощью быстрой оплаты онлайн.", imageSrc: "http://img.b2bpic.net/free-photo/ecommerce-concept-image-handsome-caucasian-man-paying-online-looking-mobile-phone-screen-h_1258-172054.jpg", buttonIcon: CreditCard },
{ title: "Управление объектом", description: "Владельцы полей могут эффективно управлять расписанием.", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-explaining-data-business-document-his-business-partner-video-call_1098-19152.jpg", buttonIcon: LayoutDashboard },
]}
title="Функционал для каждого"
description="От игроков до владельцев площадок — мы создаем удобное пространство для спорта."
@@ -130,26 +73,12 @@ export default function LandingPage() {
<div id="stats" data-section="stats">
<MetricCardThree
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: MapPin,
title: "Полей",
value: "500+",
},
{
id: "m2",
icon: Users,
title: "Игроков",
value: "12k+",
},
{
id: "m3",
icon: Calendar,
title: "Бронирований",
value: "25k+",
},
{ id: "m1", icon: MapPin, title: "Полей", value: "500+" },
{ id: "m2", icon: Users, title: "Игроков", value: "12k+" },
{ id: "m3", icon: Calendar, title: "Бронирований", value: "25k+" },
]}
title="Результаты в цифрах"
description="Мы помогаем сообществу расти с каждым днем."
@@ -163,26 +92,11 @@ export default function LandingPage() {
rating={5}
author="Алексей, капитан команды"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-soccer-field_23-2150338719.jpg",
alt: "User 1",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-posing-grey-wall-holding-notebook-hands_176420-7138.jpg",
alt: "User 2",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039062.jpg",
alt: "User 3",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-african-american-man-posing-with-soccer-ball_23-2148767619.jpg",
alt: "User 4",
},
{
src: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg",
alt: "User 5",
},
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-soccer-field_23-2150338719.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-posing-grey-wall-holding-notebook-hands_176420-7138.jpg", alt: "User 2" },
{ src: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039062.jpg", alt: "User 3" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-african-american-man-posing-with-soccer-ball_23-2148767619.jpg", alt: "User 4" },
{ src: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg", alt: "User 5" },
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -192,9 +106,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Поддержка"
title="Готовы начать?"
description="Оставьте заявку, если у вас есть вопросы или вы хотите стать нашим партнером."
@@ -206,30 +118,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "О нас",
href: "#",
},
{
label: "Партнерам",
href: "#",
},
],
},
{
items: [
{
label: "Правила",
href: "#",
},
{
label: "Поддержка",
href: "#",
},
],
},
{ items: [{ label: "О нас", href: "#" }, { label: "Партнерам", href: "#" }] },
{ items: [{ label: "Правила", href: "#" }, { label: "Поддержка", href: "#" }] },
]}
logoText="FieldPlay"
/>