Merge version_1 into main #2
166
src/app/page.tsx
166
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Vodstvo policije",
|
||||
id: "#vodstvo",
|
||||
},
|
||||
name: "Vodstvo policije", id: "#vodstvo"},
|
||||
{
|
||||
name: "Kazni",
|
||||
id: "#kazni",
|
||||
},
|
||||
name: "Kazni", id: "#kazni"},
|
||||
{
|
||||
name: "Zaposlitev",
|
||||
id: "#zaposlitev",
|
||||
},
|
||||
name: "Zaposlitev", id: "#zaposlitev"},
|
||||
{
|
||||
name: "Čini policije",
|
||||
id: "#cini",
|
||||
},
|
||||
name: "Čini policije", id: "#cini"},
|
||||
{
|
||||
name: "Discord",
|
||||
id: "#discord",
|
||||
},
|
||||
name: "Discord", id: "#discord"},
|
||||
]}
|
||||
brandName="BLUESKY POLICIJA"
|
||||
/>
|
||||
@@ -62,32 +52,20 @@ export default function LandingPage() {
|
||||
description="Za varnost in red našega mesta."
|
||||
buttons={[
|
||||
{
|
||||
text: "Več o nas",
|
||||
href: "#vodstvo",
|
||||
},
|
||||
text: "Več o nas", href: "#vodstvo"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-worker-looking-data-center-network-issues-using-laptop_482257-89759.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-worker-looking-data-center-network-issues-using-laptop_482257-89759.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/selective-focus-shelves-full-with-police-documents-background-investigator-analyzing-crime-scene-evidence-african-american-private-detective-working-missing-person-case-arhive-room_482257-64180.jpg",
|
||||
alt: "Policist 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/selective-focus-shelves-full-with-police-documents-background-investigator-analyzing-crime-scene-evidence-african-american-private-detective-working-missing-person-case-arhive-room_482257-64180.jpg", alt: "Policist 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908103.jpg",
|
||||
alt: "Policist 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908103.jpg", alt: "Policist 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/worker-preparing-work-with-grinding-machine-metal_651396-2846.jpg",
|
||||
alt: "Policist 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/worker-preparing-work-with-grinding-machine-metal_651396-2846.jpg", alt: "Policist 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321673.jpg",
|
||||
alt: "Policist 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321673.jpg", alt: "Policist 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-worker-looking-data-center-network-issues-using-laptop_482257-89759.jpg",
|
||||
alt: "Policist 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-worker-looking-data-center-network-issues-using-laptop_482257-89759.jpg", alt: "Policist 5"},
|
||||
]}
|
||||
avatarText="Naša ekipa"
|
||||
/>
|
||||
@@ -98,7 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Vodstvo policije"
|
||||
description="GENERALNI DIREKTOR: Butski Trump\nDIREKTOR: Lucas Wright\nNAMESTNIK: Damjan Furman"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shelves-full-with-police-documents-background-investigator-analyzing-crime-scene-evidence-african-american-private-detective-working-missing-person-case-arhive-room_482257-64180.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shelves-full-with-police-documents-background-investigator-analyzing-crime-scene-evidence-african-american-private-detective-working-missing-person-case-arhive-room_482257-64180.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,20 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "kazni-doc",
|
||||
badge: "Dokumentacija",
|
||||
price: "PDF",
|
||||
subtitle: "Dostop do seznama kazni",
|
||||
features: [
|
||||
"Zaporne kazni",
|
||||
"Denarne globe",
|
||||
"Kršitve",
|
||||
],
|
||||
id: "kazni-doc", badge: "Dokumentacija", price: "PDF", subtitle: "Dostop do seznama kazni", features: [
|
||||
"Zaporne kazni", "Denarne globe", "Kršitve"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Odpri dokument",
|
||||
href: "https://docs.google.com/document/d/1UBE2v6NxNZW4L-ndu4R9ZCl3iLi_D0kQosPrbzA3rrw/edit?usp=sharing",
|
||||
},
|
||||
text: "Odpri dokument", href: "https://docs.google.com/document/d/1UBE2v6NxNZW4L-ndu4R9ZCl3iLi_D0kQosPrbzA3rrw/edit?usp=sharing"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -138,38 +107,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Čini",
|
||||
description: "Svetnik, Inšpektor, Komandir, Poročnik, Narednik, Pripravnik",
|
||||
icon: Award,
|
||||
title: "Čini", description: "Svetnik, Inšpektor, Komandir, Poročnik, Narednik, Pripravnik", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908103.jpg?_wi=1",
|
||||
imageAlt: "Čini",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908103.jpg", imageAlt: "Čini"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-preparing-work-with-grinding-machine-metal_651396-2846.jpg?_wi=1",
|
||||
imageAlt: "Čini 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-preparing-work-with-grinding-machine-metal_651396-2846.jpg", imageAlt: "Čini 2"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-worker-looking-data-center-network-issues-using-laptop_482257-89759.jpg?_wi=2",
|
||||
imageAlt: "Futuristic technology concept",
|
||||
},
|
||||
{
|
||||
title: "Enote",
|
||||
description: "Specialna enota, Kriminalistični urad",
|
||||
icon: Shield,
|
||||
title: "Enote", description: "Specialna enota, Kriminalistični urad", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321673.jpg?_wi=1",
|
||||
imageAlt: "Enote",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321673.jpg", imageAlt: "Enote"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shelves-full-with-police-documents-background-investigator-analyzing-crime-scene-evidence-african-american-private-detective-working-missing-person-case-arhive-room_482257-64180.jpg?_wi=2",
|
||||
imageAlt: "Enote 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shelves-full-with-police-documents-background-investigator-analyzing-crime-scene-evidence-african-american-private-detective-working-missing-person-case-arhive-room_482257-64180.jpg", imageAlt: "Enote 2"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908103.jpg?_wi=2",
|
||||
imageAlt: "Futuristic technology concept",
|
||||
},
|
||||
]}
|
||||
title="Hierarhija in Enote"
|
||||
@@ -184,45 +137,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Postani član",
|
||||
handle: "Policija",
|
||||
testimonial: "Iščejo se motivirani posamezniki.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shelves-full-with-police-documents-background-investigator-analyzing-crime-scene-evidence-african-american-private-detective-working-missing-person-case-arhive-room_482257-64180.jpg?_wi=3",
|
||||
},
|
||||
id: "t1", name: "Postani član", handle: "Policija", testimonial: "Iščejo se motivirani posamezniki.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shelves-full-with-police-documents-background-investigator-analyzing-crime-scene-evidence-african-american-private-detective-working-missing-person-case-arhive-room_482257-64180.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Patrulja",
|
||||
handle: "Operativa",
|
||||
testimonial: "Dnevno zagotavljanje reda in varnosti.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908103.jpg?_wi=3",
|
||||
},
|
||||
id: "t2", name: "Patrulja", handle: "Operativa", testimonial: "Dnevno zagotavljanje reda in varnosti.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908103.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Kriminalistika",
|
||||
handle: "Sektor",
|
||||
testimonial: "Preiskovanje zahtevnejših primerov.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-preparing-work-with-grinding-machine-metal_651396-2846.jpg?_wi=2",
|
||||
},
|
||||
id: "t3", name: "Kriminalistika", handle: "Sektor", testimonial: "Preiskovanje zahtevnejših primerov.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-preparing-work-with-grinding-machine-metal_651396-2846.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Specialna Enota",
|
||||
handle: "Taktika",
|
||||
testimonial: "Vrhunska pripravljenost na terenu.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321673.jpg?_wi=2",
|
||||
},
|
||||
id: "t4", name: "Specialna Enota", handle: "Taktika", testimonial: "Vrhunska pripravljenost na terenu.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/security-guard-workspace_23-2150321673.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Promet",
|
||||
handle: "Ceste",
|
||||
testimonial: "Skrbimo za varen pretok prometa.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-worker-looking-data-center-network-issues-using-laptop_482257-89759.jpg?_wi=3",
|
||||
},
|
||||
id: "t5", name: "Promet", handle: "Ceste", testimonial: "Skrbimo za varen pretok prometa.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-worker-looking-data-center-network-issues-using-laptop_482257-89759.jpg"},
|
||||
]}
|
||||
showRating={false}
|
||||
title="Zaposlitev"
|
||||
@@ -238,20 +166,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Discord",
|
||||
title: "Povezava",
|
||||
description: "Kliknite za vstop v strežnik.",
|
||||
icon: MessageSquare,
|
||||
id: "m1", value: "Discord", title: "Povezava", description: "Kliknite za vstop v strežnik.", icon: MessageSquare,
|
||||
},
|
||||
]}
|
||||
title="Povezave"
|
||||
description="Pridružite se našemu Discord strežniku za komunikacijo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Discord Link",
|
||||
href: "https://discord.gg/gkxE6N6ERY",
|
||||
},
|
||||
text: "Discord Link", href: "https://discord.gg/gkxE6N6ERY"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -260,13 +182,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Zaposlitev"
|
||||
title="Kontaktiraj nas"
|
||||
description="Za vsa vprašanja smo vam na voljo."
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-preparing-work-with-grinding-machine-metal_651396-2846.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-preparing-work-with-grinding-machine-metal_651396-2846.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -275,20 +196,13 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "BLUESKY POLICIJA",
|
||||
items: [
|
||||
title: "BLUESKY POLICIJA", items: [
|
||||
{
|
||||
label: "Vodstvo",
|
||||
href: "#vodstvo",
|
||||
},
|
||||
label: "Vodstvo", href: "#vodstvo"},
|
||||
{
|
||||
label: "Zaposlitev",
|
||||
href: "#zaposlitev",
|
||||
},
|
||||
label: "Zaposlitev", href: "#zaposlitev"},
|
||||
{
|
||||
label: "Discord",
|
||||
href: "https://discord.gg/gkxE6N6ERY",
|
||||
},
|
||||
label: "Discord", href: "https://discord.gg/gkxE6N6ERY"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user