5 Commits

Author SHA1 Message Date
ea83771c9a Update src/app/page.tsx 2026-04-09 07:59:37 +00:00
6722de6ab5 Update src/app/page.tsx 2026-04-09 07:58:49 +00:00
7331ecd55e Merge version_1 into main
Merge version_1 into main
2026-04-09 07:56:41 +00:00
d4d2abacac Merge version_1 into main
Merge version_1 into main
2026-04-09 07:56:14 +00:00
bc950178cf Merge version_1 into main
Merge version_1 into main
2026-04-09 07:55:44 +00:00

View File

@@ -2,13 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import { Camera, Zap, ShieldCheck, MessageCircle, Target, Book, Bell, Lock } from 'lucide-react'; import { Target, Book, Bell, Lock } from 'lucide-react';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -63,17 +64,16 @@ export default function LandingPage() {
</div> </div>
<div id="analysis" data-section="analysis"> <div id="analysis" data-section="analysis">
<FeatureCardTwentySix <TimelinePhoneView
textboxLayout="default" title="Результаты анализа AI"
useInvertedBackground={false} description="Пошаговый разбор состояния вашего растения с рекомендациями экспертов."
features={[ textboxLayout="split-description"
{ title: "Загрузка фото", description: "Drag-and-Drop или камера телефона.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants_23-2151947890.jpg", buttonIcon: Camera }, animationType="slide-up"
{ title: "Анализ AI", description: "Поиск болезней в реальном времени.", imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884896.jpg?_wi=1", buttonIcon: Zap }, items={[
{ title: "Рекомендации", description: "Индивидуальный план ухода и лечения.", imageSrc: "http://img.b2bpic.net/free-photo/phone-call-communication-icon-illustration_53876-74751.jpg?_wi=1", buttonIcon: ShieldCheck }, { trigger: "Идентификация", content: "Наш AI точно определяет вид вашего растения по уникальным признакам листьев и структуры." },
{ title: "Консультация", description: "Прямая связь с агрономами.", imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-landing-page-with-gradient_23-2148351107.jpg?_wi=1", buttonIcon: MessageCircle }, { trigger: "Диагностика", content: "Выявление патологий, вредителей или дефицита питательных веществ в реальном времени." },
{ trigger: "План лечения", content: "Индивидуальные инструкции по восстановлению, внесению удобрений и графику полива." }
]} ]}
title="Интеллектуальный анализатор"
description="Загрузи фото вашего растения, и наш AI мгновенно предоставит точный диагноз и рекомендации."
/> />
</div> </div>