diff --git a/src/app/page.tsx b/src/app/page.tsx
index b37fd8e..bb20cb4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
-import { Shield, Sparkles, Zap } from "lucide-react";
+import { Shield, Zap, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,63 +45,40 @@ export default function LandingPage() {
@@ -121,28 +90,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Прочная конструкция",
- description: "Качественные материалы обеспечивают долгий срок службы.",
- bentoComponent: "reveal-icon",
- icon: Shield,
- imageSrc: "http://img.b2bpic.net/free-photo/books-stationery-near-clipboard_23-2147772314.jpg",
- imageAlt: "Books and stationery near clipboard",
+ title: "Прочная конструкция", description: "Качественные материалы обеспечивают долгий срок службы.", bentoComponent: "reveal-icon", icon: Shield,
},
{
- title: "Экономия места",
- description: "Компактный дизайн позволяет разместить всё необходимое.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396655.jpg?_wi=2",
- imageAlt: "Books and stationery near clipboard",
+ title: "Экономия места", description: "Компактный дизайн позволяет разместить всё необходимое.", bentoComponent: "reveal-icon", icon: Zap,
},
{
- title: "Стильный дизайн",
- description: "Эстетичный внешний вид для любого интерьера.",
- bentoComponent: "reveal-icon",
- icon: Sparkles,
- imageSrc: "http://img.b2bpic.net/free-photo/natural-material-stationery-assortment_23-2148898216.jpg?_wi=1",
- imageAlt: "Books and stationery near clipboard",
+ title: "Стильный дизайн", description: "Эстетичный внешний вид для любого интерьера.", bentoComponent: "reveal-icon", icon: Sparkles,
},
]}
title="Почему выбирают наш органайзер?"
@@ -152,46 +106,23 @@ export default function LandingPage() {
@@ -232,12 +154,7 @@ export default function LandingPage() {
title="Нам доверяют профессионалы"
description="Лучшие компании выбирают наши решения для организации рабочего пространства."
names={[
- "TechCorp",
- "DesignStudio",
- "EduHub",
- "PrintMedia",
- "FutureLabs",
- ]}
+ "TechCorp", "DesignStudio", "EduHub", "PrintMedia", "FutureLabs"]}
/>
@@ -247,29 +164,19 @@ export default function LandingPage() {
logoText="OrganizerPro"
columns={[
{
- title: "Навигация",
- items: [
+ title: "Навигация", items: [
{
- label: "Главная",
- href: "#hero",
- },
+ label: "Главная", href: "#hero"},
{
- label: "Товары",
- href: "#products",
- },
+ label: "Товары", href: "#products"},
],
},
{
- title: "Компания",
- items: [
+ title: "Компания", items: [
{
- label: "О нас",
- href: "#",
- },
+ label: "О нас", href: "#"},
{
- label: "Контакты",
- href: "#",
- },
+ label: "Контакты", href: "#"},
],
},
]}