diff --git a/src/app/page.tsx b/src/app/page.tsx
index d4e7620..d0a319f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import { Briefcase, Package, Search, Tool, Users } from "lucide-react";
+import { Briefcase, Package, Search, Users, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,76 +27,45 @@ export default function LandingPage() {
@@ -108,33 +77,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Для Заказчиков: Найдите идеального мастера",
- description: "Быстро публикуйте свои задачи и получайте предложения от квалифицированных специалистов. Сравните профили, рейтинги и портфолио, чтобы выбрать лучшего мастера для вашей работы.",
- icon: Search,
+ title: "Для Заказчиков: Найдите идеального мастера", description: "Быстро публикуйте свои задачи и получайте предложения от квалифицированных специалистов. Сравните профили, рейтинги и портфолио, чтобы выбрать лучшего мастера для вашей работы.", icon: Search,
mediaItems: [
{
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLOoP2txXiYzYkkziI5LatHFZF/a-stylized-icon-representing-a-client-or-1774265158698-9633ee23.png?_wi=1",
- imageAlt: "Icon representing a client searching",
- },
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLOoP2txXiYzYkkziI5LatHFZF/a-stylized-icon-representing-a-client-or-1774265158698-9633ee23.png", imageAlt: "Icon representing a client searching"},
{
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLOoP2txXiYzYkkziI5LatHFZF/a-modern-minimalist-illustration-of-elec-1774265159267-5a2c2440.png",
- imageAlt: "Illustration of electrical work",
- },
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLOoP2txXiYzYkkziI5LatHFZF/a-modern-minimalist-illustration-of-elec-1774265159267-5a2c2440.png", imageAlt: "Illustration of electrical work"},
],
},
{
- title: "Для Мастеров: Находите интересные проекты",
- description: "Создайте свой профиль, покажите свои навыки и получайте доступ к постоянному потоку новых заказов. Откликайтесь на заявки, общайтесь с клиентами и развивайте свой бизнес.",
- icon: Tool,
+ title: "Для Мастеров: Находите интересные проекты", description: "Создайте свой профиль, покажите свои навыки и получайте доступ к постоянному потоку новых заказов. Откликайтесь на заявки, общайтесь с клиентами и развивайте свой бизнес.", icon: Wrench,
mediaItems: [
{
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLOoP2txXiYzYkkziI5LatHFZF/a-stylized-icon-representing-a-master-or-1774265158886-1c1d6764.png?_wi=1",
- imageAlt: "Icon representing a master with tools",
- },
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLOoP2txXiYzYkkziI5LatHFZF/a-stylized-icon-representing-a-master-or-1774265158886-1c1d6764.png", imageAlt: "Icon representing a master with tools"},
{
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLOoP2txXiYzYkkziI5LatHFZF/a-modern-minimalist-illustration-of-plum-1774265160101-212f1efb.png",
- imageAlt: "Illustration of plumbing work",
- },
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLOoP2txXiYzYkkziI5LatHFZF/a-modern-minimalist-illustration-of-plum-1774265160101-212f1efb.png", imageAlt: "Illustration of plumbing work"},
],
},
]}
@@ -150,19 +107,13 @@ export default function LandingPage() {
metrics={[
{
icon: Users,
- label: "Довольных Клиентов",
- value: "250+",
- },
+ label: "Довольных Клиентов", value: "250+"},
{
icon: Package,
- label: "Выполненных Заказов",
- value: "1200+",
- },
+ label: "Выполненных Заказов", value: "1200+"},
{
icon: Briefcase,
- label: "Мастеров в Сети",
- value: "500+",
- },
+ label: "Мастеров в Сети", value: "500+"},
]}
metricsAnimation="slide-up"
/>