diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8377790..d45898c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -52,42 +40,17 @@ export default function LandingPage() {
@@ -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() {