Merge version_2 into main #4
143
src/app/page.tsx
143
src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -45,30 +45,20 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "plain" }}
|
||||
title="Место каде вашето милениче е дел од семејството."
|
||||
description="Напредна ветеринарна грижа со вистинска посветеност, доверена од стотици сопственици."
|
||||
buttons={[
|
||||
{
|
||||
text: "Закажи термин", href: "#contact"},
|
||||
{
|
||||
text: "Јави се 24/7", href: "tel:+38970000000"},
|
||||
{ text: "Закажи термин", href: "#contact" },
|
||||
{ text: "Јави се 24/7", href: "tel:+38970000000" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-smiley-dog_23-2149304330.jpg?_wi=1", imageAlt: "Vet care"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-smiley-dog_23-2149304330.jpg?_wi=2", imageAlt: "Vet care"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-smiley-dog_23-2149304330.jpg?_wi=3", imageAlt: "Vet care"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-smiley-dog_23-2149304330.jpg?_wi=4", imageAlt: "Vet care"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-smiley-dog_23-2149304330.jpg?_wi=5", imageAlt: "Vet care"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-smiley-dog_23-2149304330.jpg?_wi=6", imageAlt: "Vet care"},
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiaXyJh0DTXhlQdm8AasrIQUyk/uploaded-1774977080626-7qcy7p30.jpg", imageAlt: "Vet care" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiaXyJh0DTXhlQdm8AasrIQUyk/uploaded-1774977080627-yzw33tf0.jpg", imageAlt: "Vet care" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiaXyJh0DTXhlQdm8AasrIQUyk/uploaded-1774977080627-k5773gno.jpg", imageAlt: "Vet care" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiaXyJh0DTXhlQdm8AasrIQUyk/uploaded-1774977080627-g4wsqkye.jpg", imageAlt: "Vet care" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiaXyJh0DTXhlQdm8AasrIQUyk/uploaded-1774977080627-s2ez766b.jpg", imageAlt: "Vet care" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,12 +70,9 @@ export default function LandingPage() {
|
||||
title="Зошто сопствениците избираат VET TIM"
|
||||
description="Ние сме посветени на обезбедување врвна ветеринарна нега во пријатна и луксузна атмосфера. Довербата и прецизноста се столбовите на нашата пракса."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Вистинска грижа", description: "Секое животно го третираме со љубов и внимание како дел од нашето семејство."},
|
||||
{
|
||||
title: "Прецизна дијагностика", description: "Користиме најсовремени дијагностички методи за брз и точен резултат."},
|
||||
{
|
||||
title: "Секогаш достапни", description: "Итните случаи не чекаат, затоа сме достапни 24/7 за вашето милениче."},
|
||||
{ title: "Вистинска грижа", description: "Секое животно го третираме со љубов и внимание како дел од нашето семејство." },
|
||||
{ title: "Прецизна дијагностика", description: "Користиме најсовремени дијагностички методи за брз и точен резултат." },
|
||||
{ title: "Секогаш достапни", description: "Итните случаи не чекаат, затоа сме достапни 24/7 за вашето милениче." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -99,10 +86,8 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Д-р Ивица", role: "Ветеринар", description: "Познат по својата посветеност и достапност дури и на празници, со долгогодишно искуство.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-woman-breeder-holds-her-cute-pug-isolated-dark-textured-background_613910-5407.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Д-р Александра", role: "Ветеринар", description: "Прецизна, грижлива и целосно посветена на секој случај што доаѓа во нашата ординација.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-veterinarian-examining-dog-clinic_23-2147928408.jpg?_wi=1"},
|
||||
{ id: "1", name: "Д-р Ивица", role: "Ветеринар", description: "Познат по својата посветеност и достапност дури и на празници, со долгогодишно искуство.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-woman-breeder-holds-her-cute-pug-isolated-dark-textured-background_613910-5407.jpg?_wi=1" },
|
||||
{ id: "2", name: "Д-р Александра", role: "Ветеринар", description: "Прецизна, грижлива и целосно посветена на секој случај што доаѓа во нашата ординација.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-veterinarian-examining-dog-clinic_23-2147928408.jpg?_wi=1" },
|
||||
]}
|
||||
title="Запознајте го тимот"
|
||||
description="Нашите доктори се искусни професионалци посветени на здравјето и благосостојбата на вашите миленици."
|
||||
@@ -115,42 +100,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Општи прегледи", description: "Редовни контроли за одржување на оптималното здравје.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=3"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Итна помош", description: "Достапни 24/7 за итни случаи каде секоја минута е важна.", icon: AlertTriangle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=5"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Дијагностика", description: "Современа опрема за брза и прецизна дијагноза.", icon: Search,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=6"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=7"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Операции", description: "Безбедни хируршки процедури изведени со највисоки стандарди.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=8"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=9"},
|
||||
],
|
||||
},
|
||||
{ title: "Општи прегледи", description: "Редовни контроли за одржување на оптималното здравје.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=3" }] },
|
||||
{ title: "Итна помош", description: "Достапни 24/7 за итни случаи каде секоја минута е важна.", icon: AlertTriangle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=4" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=5" }] },
|
||||
{ title: "Дијагностика", description: "Современа опрема за брза и прецизна дијагноза.", icon: Search, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=6" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=7" }] },
|
||||
{ title: "Операции", description: "Безбедни хируршки процедури изведени со највисоки стандарди.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=8" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=9" }] },
|
||||
]}
|
||||
title="Наши услуги"
|
||||
description="Сеопфатна грижа за здравјето на вашето милениче, од превентива до сложени хируршки интервенции."
|
||||
@@ -162,16 +115,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Марија С.", date: "2023-10-15", title: "Врвна грижа", quote: "Неверојатни професионалци со вистинска грижа за животните!", tag: "Среќен клиент", avatarSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed_1258-172990.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed_1258-172990.jpg", imageAlt: "happy pet owner portrait"},
|
||||
{
|
||||
id: "2", name: "Александар К.", date: "2023-11-02", title: "Професионалци", quote: "Персоналот е 10/10, има сè што му треба на миленичето.", tag: "Среќен клиент", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-french-bulldog_1303-13756.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-french-bulldog_1303-13756.jpg", imageAlt: "young woman happy with dog"},
|
||||
{
|
||||
id: "3", name: "Јана Т.", date: "2023-12-01", title: "Спасители", quote: "Нè спасија од сигурна загуба. Благодарни сме засекогаш!", tag: "Среќен клиент", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-her-lovely-dog_23-2148345892.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-her-lovely-dog_23-2148345892.jpg", imageAlt: "man with dog portrait"},
|
||||
{
|
||||
id: "4", name: "Виктор Б.", date: "2024-01-10", title: "Препорака", quote: "Најдобриот ветеринар што ќе го запознаете во градот.", tag: "Среќен клиент", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-puppy_273609-22499.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-puppy_273609-22499.jpg", imageAlt: "smiling pet owner portrait"},
|
||||
{
|
||||
id: "5", name: "Елена М.", date: "2024-02-15", title: "Одличен сервис", quote: "Многу пријатна атмосфера, миленичето беше целосно смирено.", tag: "Среќен клиент", avatarSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed_1258-172990.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-smiley-dog_23-2149304330.jpg?_wi=7", imageAlt: "professional veterinarian checking dog"},
|
||||
{ id: "1", name: "Марија С.", date: "2023-10-15", title: "Врвна грижа", quote: "Неверојатни професионалци со вистинска грижа за животните!", tag: "Среќен клиент", avatarSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed_1258-172990.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed_1258-172990.jpg", imageAlt: "happy pet owner portrait" },
|
||||
{ id: "2", name: "Александар К.", date: "2023-11-02", title: "Професионалци", quote: "Персоналот е 10/10, има сè што му треба на миленичето.", tag: "Среќен клиент", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-french-bulldog_1303-13756.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-french-bulldog_1303-13756.jpg", imageAlt: "young woman happy with dog" },
|
||||
{ id: "3", name: "Јана Т.", date: "2023-12-01", title: "Спасители", quote: "Нè спасија од сигурна загуба. Благодарни сме засекогаш!", tag: "Среќен клиент", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-her-lovely-dog_23-2148345892.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-her-lovely-dog_23-2148345892.jpg", imageAlt: "man with dog portrait" },
|
||||
{ id: "4", name: "Виктор Б.", date: "2024-01-10", title: "Препорака", quote: "Најдобриот ветеринар што ќе го запознаете во градот.", tag: "Среќен клиент", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-puppy_273609-22499.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-afro-haircut-holding-puppy_273609-22499.jpg", imageAlt: "smiling pet owner portrait" },
|
||||
{ id: "5", name: "Елена М.", date: "2024-02-15", title: "Одличен сервис", quote: "Многу пријатна атмосфера, миленичето беше целосно смирено.", tag: "Среќен клиент", avatarSrc: "http://img.b2bpic.net/free-photo/happy-hipster-glasses-holding-cute-black-pug-smiling-dog-owner-staring-camera-with-amazed_1258-172990.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-checking-smiley-dog_23-2149304330.jpg?_wi=7", imageAlt: "professional veterinarian checking dog" },
|
||||
]}
|
||||
title="Што велат нашите клиенти"
|
||||
description="Довербата на сопствениците е наш најголем успех."
|
||||
@@ -184,24 +132,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", title: "Основни прегледи", price: "1.500", period: "ден", features: [
|
||||
"Преглед", "Советување", "Евиденција"],
|
||||
button: {
|
||||
text: "Закажи", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=10", imageAlt: "veterinarian holding puppy"},
|
||||
{
|
||||
id: "pro", title: "Дијагностика", price: "3.500", period: "ден", features: [
|
||||
"Ехо/РТГ", "Крвна слика", "Дијагноза"],
|
||||
button: {
|
||||
text: "Закажи", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-woman-breeder-holds-her-cute-pug-isolated-dark-textured-background_613910-5407.jpg?_wi=2", imageAlt: "professional male veterinarian portrait"},
|
||||
{
|
||||
id: "emergency", title: "Итна помош", price: "5.000", period: "од", features: [
|
||||
"Брза реакција", "Специјалист", "24/7 грижа"],
|
||||
button: {
|
||||
text: "Контакт", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-veterinarian-examining-dog-clinic_23-2147928408.jpg?_wi=2", imageAlt: "professional female veterinarian portrait"},
|
||||
{ id: "basic", title: "Основни прегледи", price: "1.500", period: "ден", features: ["Преглед", "Советување", "Евиденција"], button: { text: "Закажи", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-dog_23-2149271773.jpg?_wi=10", imageAlt: "veterinarian holding puppy" },
|
||||
{ id: "pro", title: "Дијагностика", price: "3.500", period: "ден", features: ["Ехо/РТГ", "Крвна слика", "Дијагноза"], button: { text: "Закажи", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-woman-breeder-holds-her-cute-pug-isolated-dark-textured-background_613910-5407.jpg?_wi=2", imageAlt: "professional male veterinarian portrait" },
|
||||
{ id: "emergency", title: "Итна помош", price: "5.000", period: "од", features: ["Брза реакција", "Специјалист", "24/7 грижа"], button: { text: "Контакт", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-veterinarian-examining-dog-clinic_23-2147928408.jpg?_wi=2", imageAlt: "professional female veterinarian portrait" },
|
||||
]}
|
||||
title="Транспарентност во цените"
|
||||
description="Без скриени трошоци. Сè објаснуваме однапред."
|
||||
@@ -211,8 +144,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Контакт"
|
||||
title="Закажете термин денес"
|
||||
description="Тука сме да помогнеме во секое време. Контактирајте нè преку телефонот или посетете ја нашата локација."
|
||||
@@ -227,20 +159,15 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "VET TIM", items: [
|
||||
{
|
||||
label: "Работно време: 24/7", href: "#"},
|
||||
{
|
||||
label: "Адреса: Скопје, МК", href: "#"},
|
||||
{ label: "Работно време: 24/7", href: "#" },
|
||||
{ label: "Адреса: Скопје, МК", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Поврзи се", items: [
|
||||
{
|
||||
label: "Viber / WhatsApp", href: "#"},
|
||||
{
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook", href: "#"},
|
||||
{ label: "Viber / WhatsApp", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -251,4 +178,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user