Merge version_1 into main #1
187
src/app/page.tsx
187
src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import { Activity } from "lucide-react";
|
||||
import { Activity, FlaskConical, Smile, Eye } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,70 +30,31 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Početna",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "O nama",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Usluge",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Tim",
|
||||
id: "team",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Početna", id: "hero" },
|
||||
{ name: "O nama", id: "about" },
|
||||
{ name: "Usluge", id: "features" },
|
||||
{ name: "Tim", id: "team" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Poliklinika Sons"
|
||||
button={{ text: "Zakažite pregled", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Vaše zdravlje je naš prioritet"
|
||||
description="Poliklinika Sons pruža vrhunsku medicinsku negu u modernom i prijatnom okruženju, uz tim posvećenih stručnjaka."
|
||||
tag="Moderna medicina"
|
||||
buttons={[
|
||||
{
|
||||
text: "Zakažite pregled",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Zakažite pregled", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-doctors-discussing-digital-tablet_107420-84760.jpg",
|
||||
imageAlt: "modern clinic interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-office-with-equipment-instruments_482257-27314.jpg",
|
||||
imageAlt: "modern clinic interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-teacher-with-medical-mask-measuring-distance-class-benches_23-2148848240.jpg",
|
||||
imageAlt: "modern clinic interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-nurse-smiling-wearing-uniform-office-sitting-desk-medical-assistant-with-stethoscope-looking-camera-getting-ready-help-doctor-appointment_482257-41834.jpg",
|
||||
imageAlt: "modern clinic interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-clinic_23-2149726935.jpg",
|
||||
imageAlt: "modern clinic interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital_23-2148827758.jpg",
|
||||
imageAlt: "modern clinic interior",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/team-doctors-discussing-digital-tablet_107420-84760.jpg", imageAlt: "modern clinic interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-office-with-equipment-instruments_482257-27314.jpg", imageAlt: "modern clinic interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-teacher-with-medical-mask-measuring-distance-class-benches_23-2148848240.jpg", imageAlt: "modern clinic interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-nurse-smiling-wearing-uniform-office-sitting-desk-medical-assistant-with-stethoscope-looking-camera-getting-ready-help-doctor-appointment_482257-41834.jpg", imageAlt: "modern clinic interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-clinic_23-2149726935.jpg", imageAlt: "modern clinic interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital_23-2148827758.jpg", imageAlt: "modern clinic interior" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,30 +78,10 @@ export default function LandingPage() {
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dijagnostika",
|
||||
description: "Najsavremeniji ultrazvučni aparati i rendgen dijagnostika.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-doctor-patient-discussing-diagnostic-results-modern-medical-office_482257-127019.jpg",
|
||||
buttonIcon: "Activity",
|
||||
},
|
||||
{
|
||||
title: "Laboratorija",
|
||||
description: "Brzi i precizni rezultati svih vrsta laboratorijskih analiza.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vacutainers-with-liquid-blood-laboratory-desk-tray-research-test-bottles-fluid-dna-preparing-science-analysis-equipment-pharmaceutical-development-industry_482257-30144.jpg",
|
||||
buttonIcon: "FlaskConical",
|
||||
},
|
||||
{
|
||||
title: "Stomatologija",
|
||||
description: "Potpuna briga o zdravlju vaših zuba i desni.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg",
|
||||
buttonIcon: "Smile",
|
||||
},
|
||||
{
|
||||
title: "Oftalmologija",
|
||||
description: "Detaljni pregledi vida i korekcija dioptrije.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150923343.jpg",
|
||||
buttonIcon: "Eye",
|
||||
},
|
||||
{ title: "Dijagnostika", description: "Najsavremeniji ultrazvučni aparati i rendgen dijagnostika.", imageSrc: "http://img.b2bpic.net/free-photo/senior-doctor-patient-discussing-diagnostic-results-modern-medical-office_482257-127019.jpg", buttonIcon: Activity },
|
||||
{ title: "Laboratorija", description: "Brzi i precizni rezultati svih vrsta laboratorijskih analiza.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vacutainers-with-liquid-blood-laboratory-desk-tray-research-test-bottles-fluid-dna-preparing-science-analysis-equipment-pharmaceutical-development-industry_482257-30144.jpg", buttonIcon: FlaskConical },
|
||||
{ title: "Stomatologija", description: "Potpuna briga o zdravlju vaših zuba i desni.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg", buttonIcon: Smile },
|
||||
{ title: "Oftalmologija", description: "Detaljni pregledi vida i korekcija dioptrije.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150923343.jpg", buttonIcon: Eye },
|
||||
]}
|
||||
title="Naše medicinske usluge"
|
||||
description="Nudimo širok spektar specijalističkih pregleda i dijagnostičkih postupaka uz najmoderniju opremu."
|
||||
@@ -154,24 +95,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Dr. Marko Petrović",
|
||||
role: "Specijalista kardiologije",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-building-uniform-smiling-urban_1134-754.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Dr. Ana Stanković",
|
||||
role: "Specijalista interne medicine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nurse-with-stethoscope_23-2149308237.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Dr. Jovan Ilić",
|
||||
role: "Specijalista radiologije",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/please-fill-survey_1098-19362.jpg",
|
||||
},
|
||||
{ id: "m1", name: "Dr. Marko Petrović", role: "Specijalista kardiologije", imageSrc: "http://img.b2bpic.net/free-photo/happy-building-uniform-smiling-urban_1134-754.jpg" },
|
||||
{ id: "m2", name: "Dr. Ana Stanković", role: "Specijalista interne medicine", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-nurse-with-stethoscope_23-2149308237.jpg" },
|
||||
{ id: "m3", name: "Dr. Jovan Ilić", role: "Specijalista radiologije", imageSrc: "http://img.b2bpic.net/free-photo/please-fill-survey_1098-19362.jpg" },
|
||||
]}
|
||||
title="Naš stručni tim"
|
||||
description="Upoznajte lekare koji brinu o vašem zdravlju."
|
||||
@@ -183,21 +109,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Kako zakazati pregled?",
|
||||
content: "Pregled možete zakazati pozivom na broj telefona ili putem kontakt forme na našem sajtu.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Da li radite vikendom?",
|
||||
content: "Poliklinika Sons radi radnim danima i subotom ujutru.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Da li su potrebna uputstva?",
|
||||
content: "Za većinu pregleda nije potrebno uputstvo, ali je poželjno doneti prethodnu medicinsku dokumentaciju.",
|
||||
},
|
||||
{ id: "f1", title: "Kako zakazati pregled?", content: "Pregled možete zakazati pozivom na broj telefona ili putem kontakt forme na našem sajtu." },
|
||||
{ id: "f2", title: "Da li radite vikendom?", content: "Poliklinika Sons radi radnim danima i subotom ujutru." },
|
||||
{ id: "f3", title: "Da li su potrebna uputstva?", content: "Za većinu pregleda nije potrebno uputstvo, ali je poželjno doneti prethodnu medicinsku dokumentaciju." },
|
||||
]}
|
||||
title="Često postavljana pitanja"
|
||||
description="Otkrijte sve što vas zanima o našim uslugama i načinu zakazivanja pregleda."
|
||||
@@ -211,24 +125,10 @@ export default function LandingPage() {
|
||||
title="Kontaktirajte nas"
|
||||
description="Zakažite vaš pregled još danas ili pošaljite upit našem timu."
|
||||
inputs={[
|
||||
{
|
||||
name: "Ime",
|
||||
type: "text",
|
||||
placeholder: "Vaše ime",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "Email",
|
||||
type: "email",
|
||||
placeholder: "Vaš email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "Ime", type: "text", placeholder: "Vaše ime", required: true },
|
||||
{ name: "Email", type: "email", placeholder: "Vaš email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "Poruka",
|
||||
placeholder: "Napišite nam poruku",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "Poruka", placeholder: "Napišite nam poruku", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -238,33 +138,16 @@ export default function LandingPage() {
|
||||
logoText="Poliklinika Sons"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigacija",
|
||||
items: [
|
||||
{
|
||||
label: "Početna",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "O nama",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Navigacija", items: [
|
||||
{ label: "Početna", href: "#hero" },
|
||||
{ label: "O nama", href: "#about" },
|
||||
{ label: "Kontakt", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pravne informacije",
|
||||
items: [
|
||||
{
|
||||
label: "Privatnost",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Uslovi korišćenja",
|
||||
href: "#",
|
||||
},
|
||||
title: "Pravne informacije", items: [
|
||||
{ label: "Privatnost", href: "#" },
|
||||
{ label: "Uslovi korišćenja", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user