Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
298
src/app/page.tsx
298
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Про нас",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Продукція",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Навчання",
|
||||
id: "#education",
|
||||
},
|
||||
{
|
||||
name: "Контакти",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Про нас", id: "#about" },
|
||||
{ name: "Продукція", id: "#products" },
|
||||
{ name: "Навчання", id: "#education" },
|
||||
{ name: "Контакти", id: "#contact" },
|
||||
]}
|
||||
brandName="Olvia Nova"
|
||||
/>
|
||||
@@ -55,99 +43,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Ми здатні втілити ідею в реальність"
|
||||
description="Розробка та виробництво сучасних електронних медичних виробів та програмного забезпечення для функціональної діагностики."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Олександр М.",
|
||||
handle: "@olvianova",
|
||||
testimonial: "Дуже часто передові ідеї так і залишаються ідеями. Ми здатні втілити ідею в реальність!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-medical-staff-talking-about-appointments-disease-treatments-hospital-reception-lobby-nurse-physician-working-health-center-discussing-medicine_482257-60376.jpg",
|
||||
},
|
||||
{
|
||||
name: "Оксана В.",
|
||||
handle: "@oksana_v",
|
||||
testimonial: "Професіоналізм на кожному етапі створення медичного обладнання.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-focus-nurse-wearing-protective-mask-gloves-checking-clinical-x-ray-ct-scan-results-doctor-patient-social-distancing-medical-check-up-sanitary-sterile-clinic_482257-66230.jpg",
|
||||
},
|
||||
{
|
||||
name: "Сергій К.",
|
||||
handle: "@sergiy_k",
|
||||
testimonial: "Найкращі рішення для функціональної діагностики, що працюють як годинник.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-speaks-with-female-wheelchair-user_482257-119697.jpg",
|
||||
},
|
||||
{
|
||||
name: "Наталія Д.",
|
||||
handle: "@natali_d",
|
||||
testimonial: "Інновації в медицині, які стають доступними завдяки Ольвія Нова.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physician-having-conversation-with-adult-medical-cabinet-taking-notes-about-health-care-diagnosis-general-practitioner-talking-mother-about-recovery-treatment-appointment_482257-41817.jpg",
|
||||
},
|
||||
{
|
||||
name: "Ігор П.",
|
||||
handle: "@igor_p",
|
||||
testimonial: "Надійність та якість, перевірена часом у клінічних умовах.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917695.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Почнемо разом",
|
||||
href: "#contact",
|
||||
},
|
||||
{ name: "Олександр М.", handle: "@olvianova", testimonial: "Дуже часто передові ідеї так і залишаються ідеями. Ми здатні втілити ідею в реальність!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-medical-staff-talking-about-appointments-disease-treatments-hospital-reception-lobby-nurse-physician-working-health-center-discussing-medicine_482257-60376.jpg" },
|
||||
{ name: "Оксана В.", handle: "@oksana_v", testimonial: "Професіоналізм на кожному етапі створення медичного обладнання.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/background-focus-nurse-wearing-protective-mask-gloves-checking-clinical-x-ray-ct-scan-results-doctor-patient-social-distancing-medical-check-up-sanitary-sterile-clinic_482257-66230.jpg" },
|
||||
{ name: "Сергій К.", handle: "@sergiy_k", testimonial: "Найкращі рішення для функціональної діагностики, що працюють як годинник.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/nurse-speaks-with-female-wheelchair-user_482257-119697.jpg" },
|
||||
{ name: "Наталія Д.", handle: "@natali_d", testimonial: "Інновації в медицині, які стають доступними завдяки Ольвія Нова.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/physician-having-conversation-with-adult-medical-cabinet-taking-notes-about-health-care-diagnosis-general-practitioner-talking-mother-about-recovery-treatment-appointment_482257-41817.jpg" },
|
||||
{ name: "Ігор П.", handle: "@igor_p", testimonial: "Надійність та якість, перевірена часом у клінічних умовах.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917695.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Почнемо разом", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-research-scientist-working-tablet-with-green-screen-mock-up-template-applied-science-lab-engineers-conducting-experiments-background-examining-vaccine-evolution-using-high-tech_482257-12829.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/new-male-employee-conversing-with-female-colleagues-his-new-office-job_23-2149034618.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-medic-with-patient-provides-recommendation-treatment_482257-131638.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/corridor-waiting-room-health-facility-equipped-with-patient-seats-office-furniture-ready-examination-hospital-with-no-professional-health-workers-patients-scheduling-consultations_482257-64392.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-female-doctor-talking-nurse-while-writing-medical-data-reception-desk-hospital_637285-11190.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-mature-doctor-with-hands-pockets_1262-7199.jpg",
|
||||
alt: "Team member",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Медична інженерія",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Розробка ПЗ",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Сертифікація ISO",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Діагностичні системи",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Навчальні курси",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/new-male-employee-conversing-with-female-colleagues-his-new-office-job_23-2149034618.jpg", alt: "Team member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/african-american-medic-with-patient-provides-recommendation-treatment_482257-131638.jpg", alt: "Team member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/corridor-waiting-room-health-facility-equipped-with-patient-seats-office-furniture-ready-examination-hospital-with-no-professional-health-workers-patients-scheduling-consultations_482257-64392.jpg", alt: "Team member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/black-female-doctor-talking-nurse-while-writing-medical-data-reception-desk-hospital_637285-11190.jpg", alt: "Team member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/content-mature-doctor-with-hands-pockets_1262-7199.jpg", alt: "Team member" },
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Медична інженерія" }, { type: "text", text: "Розробка ПЗ" }, { type: "text", text: "Сертифікація ISO" }, { type: "text", text: "Діагностичні системи" }, { type: "text", text: "Навчальні курси" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,12 +70,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Ольвія Нова — 20 років досвіду"
|
||||
buttons={[
|
||||
{
|
||||
text: "Дізнатися більше",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Дізнатися більше", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,21 +80,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Сертифіковано",
|
||||
description: "Відповідає законодавчим вимогам України та ЄС.",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Безпека",
|
||||
description: "Сучасні безпечні електронні медичні вироби.",
|
||||
},
|
||||
{
|
||||
icon: GraduationCap,
|
||||
title: "Навчання",
|
||||
description: "Індивідуальні курси роботи з ПЗ.",
|
||||
},
|
||||
{ icon: Zap, title: "Сертифіковано", description: "Відповідає законодавчим вимогам України та ЄС." },
|
||||
{ icon: Shield, title: "Безпека", description: "Сучасні безпечні електронні медичні вироби." },
|
||||
{ icon: GraduationCap, title: "Навчання", description: "Індивідуальні курси роботи з ПЗ." },
|
||||
]}
|
||||
title="Ми постійно вдосконалюємось"
|
||||
description="Ми приймаємо участь в міжнародних конференціях та проводимо навчальні курси."
|
||||
@@ -198,33 +96,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Olvia",
|
||||
name: "SPARK Z4a",
|
||||
price: "Дізнатися ціну",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-dentist-dental-office_627829-9495.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Olvia",
|
||||
name: "SPARK X5",
|
||||
price: "Дізнатися ціну",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noninvasive-treatment-women-s-intimate-health-wellness_637285-9475.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Olvia",
|
||||
name: "Diagnostics M1",
|
||||
price: "Дізнатися ціну",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chemist-dressed-protection-suit-coronavirus-holding-tablet-pc-laboratory-team-scientists-conducting-vaccine-development-using-high-tech-technology-researching-treatment-against-covid_482257-8862.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Olvia", name: "SPARK Z4a", price: "Дізнатися ціну", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/glasses-dentist-dental-office_627829-9495.jpg" },
|
||||
{ id: "2", brand: "Olvia", name: "SPARK X5", price: "Дізнатися ціну", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/noninvasive-treatment-women-s-intimate-health-wellness_637285-9475.jpg" },
|
||||
{ id: "3", brand: "Olvia", name: "Diagnostics M1", price: "Дізнатися ціну", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/chemist-dressed-protection-suit-coronavirus-holding-tablet-pc-laboratory-team-scientists-conducting-vaccine-development-using-high-tech-technology-researching-treatment-against-covid_482257-8862.jpg" },
|
||||
]}
|
||||
title="Наша продукція"
|
||||
description="Аппаратно-програмне обладнання для діагностики."
|
||||
@@ -237,21 +111,9 @@ export default function LandingPage() {
|
||||
title="Наші досягнення"
|
||||
tag="Цифри говорять самі за себе"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
description: "Років на ринку",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Впроваджених проектів",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Якість продукції",
|
||||
},
|
||||
{ id: "m1", value: "20+", description: "Років на ринку" },
|
||||
{ id: "m2", value: "500+", description: "Впроваджених проектів" },
|
||||
{ id: "m3", value: "100%", description: "Якість продукції" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -264,24 +126,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Команда розробників",
|
||||
members: [
|
||||
{
|
||||
id: "tm1",
|
||||
title: "Головний інженер",
|
||||
subtitle: "Software & Hardware",
|
||||
detail: "Експерт з багаторічним стажем у розробці медичного ПЗ.",
|
||||
},
|
||||
{
|
||||
id: "tm2",
|
||||
title: "Менеджер проектів",
|
||||
subtitle: "Customer Relations",
|
||||
detail: "Завжди на зв'язку для вирішення ваших завдань.",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drawing-graph_1134-212.jpg",
|
||||
imageAlt: "abstract technical network",
|
||||
id: "g1", groupTitle: "Команда розробників", members: [
|
||||
{ id: "tm1", title: "Головний інженер", subtitle: "Software & Hardware", detail: "Експерт з багаторічним стажем у розробці медичного ПЗ." },
|
||||
{ id: "tm2", title: "Менеджер проектів", subtitle: "Customer Relations", detail: "Завжди на зв'язку для вирішення ваших завдань." },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Наші спеціалісти"
|
||||
@@ -294,46 +142,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Клієнтська довіра",
|
||||
quote: "Висока якість продукції та професійна підтримка.",
|
||||
name: "Андрій С.",
|
||||
role: "Головний лікар",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/obstetrician-using-digital-tablet-consult-patient-expecting-child-medical-appointment-male-doctor-taking-notes-checkup-visit-examination-talking-woman-with-baby-bump_482257-45825.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Надійність",
|
||||
quote: "Прилади працюють безвідмовно вже багато років.",
|
||||
name: "Оксана Л.",
|
||||
role: "Лаборант",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-posing_23-2148538565.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Технологічність",
|
||||
quote: "Сучасні рішення, що справді допомагають у роботі.",
|
||||
name: "Іван М.",
|
||||
role: "Клініцист",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-portrait-with-medical-mask_23-2148947581.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Підтримка",
|
||||
quote: "Чудова комунікація та технічна підтримка.",
|
||||
name: "Марія Т.",
|
||||
role: "Директор клініки",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-doctor-hospital-hall_23-2148351999.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Інновації",
|
||||
quote: "Випереджають свій час у розробці медичного ПЗ.",
|
||||
name: "Дмитро П.",
|
||||
role: "Інженер",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-health-worker_23-2149112581.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Клієнтська довіра", quote: "Висока якість продукції та професійна підтримка.", name: "Андрій С.", role: "Головний лікар", imageSrc: "http://img.b2bpic.net/free-photo/obstetrician-using-digital-tablet-consult-patient-expecting-child-medical-appointment-male-doctor-taking-notes-checkup-visit-examination-talking-woman-with-baby-bump_482257-45825.jpg" },
|
||||
{ id: "t2", title: "Надійність", quote: "Прилади працюють безвідмовно вже багато років.", name: "Оксана Л.", role: "Лаборант", imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-posing_23-2148538565.jpg" },
|
||||
{ id: "t3", title: "Технологічність", quote: "Сучасні рішення, що справді допомагають у роботі.", name: "Іван М.", role: "Клініцист", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-portrait-with-medical-mask_23-2148947581.jpg" },
|
||||
{ id: "t4", title: "Підтримка", quote: "Чудова комунікація та технічна підтримка.", name: "Марія Т.", role: "Директор клініки", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-doctor-hospital-hall_23-2148351999.jpg" },
|
||||
{ id: "t5", title: "Інновації", quote: "Випереджають свій час у розробці медичного ПЗ.", name: "Дмитро П.", role: "Інженер", imageSrc: "http://img.b2bpic.net/free-photo/close-up-health-worker_23-2149112581.jpg" },
|
||||
]}
|
||||
title="Відгуки партнерів"
|
||||
description="Ми пишаємося довірою наших клієнтів та партнерів по всьому світу."
|
||||
@@ -343,18 +156,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Звертайтесь до нас"
|
||||
title="Завжди проконсультуємо"
|
||||
description="вул. Декабристів, 3, м. Київ. Телефонуйте: +380 (44) 592-39-00."
|
||||
buttons={[
|
||||
{
|
||||
text: "Написати нам",
|
||||
href: "mailto:info@olvianova.com.ua",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Написати нам", href: "mailto:info@olvianova.com.ua" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -362,32 +168,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Ольвія Нова"
|
||||
columns={[
|
||||
{
|
||||
title: "Навігація",
|
||||
items: [
|
||||
{
|
||||
label: "Про нас",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Продукція",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Контакти",
|
||||
items: [
|
||||
{
|
||||
label: "Київ, вул. Декабристів, 3",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+380 (44) 592-39-00",
|
||||
href: "tel:+380445923900",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Навігація", items: [{ label: "Про нас", href: "#about" }, { label: "Продукція", href: "#products" }] },
|
||||
{ title: "Контакти", items: [{ label: "Київ, вул. Декабристів, 3", href: "#" }, { label: "+380 (44) 592-39-00", href: "tel:+380445923900" }] },
|
||||
]}
|
||||
copyrightText="Ольвія Нова © 2004 – 2026"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user