Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e36df8ff3 | |||
| ea83771c9a | |||
| 90be97b16b | |||
| 6722de6ab5 | |||
| 7331ecd55e | |||
| d4d2abacac | |||
| bc950178cf |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user