Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-18 11:37:39 +00:00

View File

@@ -17,31 +17,23 @@ export default function LandingPage() {
defaultButtonVariant="icon-arrow"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Vodstvo",
id: "#vodstvo",
},
{
name: "Kazni",
id: "#kazni",
},
{
name: "Zaposlitev",
id: "#zaposlitev",
},
{
name: "Čini",
id: "#cini",
},
{
name: "Discord",
id: "#discord",
},
{ name: "Vodstvo", id: "#vodstvo" },
{ name: "Kazni", id: "#kazni" },
{ name: "Zaposlitev", id: "#zaposlitev" },
{ name: "Čini", id: "#cini" },
{ name: "Discord", id: "#discord" },
]}
brandName="Bluesky Policija"
/>
@@ -51,37 +43,14 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="BLUESKY POLICIJA"
description="Varnost, integriteta in red v mestu Bluesky."
buttons={[
{
text: "Več informacij",
href: "#vodstvo",
},
]}
buttons={[{ text: "Več informacij", href: "#vodstvo" }]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-running-outdoors_23-2149033525.jpg",
imageAlt: "Bluesky Policija HQ",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blue-dark-stained-stucco-wall_1194-7107.jpg",
imageAlt: "Bluesky Policija patrol",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-station-morning-france_268835-3545.jpg",
imageAlt: "Officer training",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spiked-fence_1122-447.jpg",
imageAlt: "Public service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-day_23-2149347149.jpg",
imageAlt: "Community safety",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-grunge-blue-concrete-texture-studio-wall-background-with-vignette_1258-28380.jpg",
imageAlt: "Professional duty",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-running-outdoors_23-2149033525.jpg", imageAlt: "Bluesky Policija HQ" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-dark-stained-stucco-wall_1194-7107.jpg", imageAlt: "Bluesky Policija patrol" },
{ imageSrc: "http://img.b2bpic.net/free-photo/car-wash-station-morning-france_268835-3545.jpg", imageAlt: "Officer training" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spiked-fence_1122-447.jpg", imageAlt: "Public service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-day_23-2149347149.jpg", imageAlt: "Community safety" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-grunge-blue-concrete-texture-studio-wall-background-with-vignette_1258-28380.jpg", imageAlt: "Professional duty" },
]}
/>
</div>
@@ -92,24 +61,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
team={[
{
id: "1",
name: "Butski Trump",
role: "GENERALNI DIREKTOR POLICIJE",
imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg",
},
{
id: "2",
name: "Lucas Wright",
role: "DIREKTOR POLICIJE",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-outdoors_23-2147955357.jpg",
},
{
id: "3",
name: "Damjan Furman",
role: "NAMESTNIK DIREKTORJA",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg",
},
{ id: "1", name: "Butski Trump", role: "GENERALNI DIREKTOR POLICIJE", imageSrc: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg" },
{ id: "2", name: "Lucas Wright", role: "DIREKTOR POLICIJE", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-businessman-outdoors_23-2147955357.jpg" },
{ id: "3", name: "Damjan Furman", role: "NAMESTNIK DIREKTORJA", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg" },
]}
title="VODSTVO POLICIJE"
description="Vodstvo policijske uprave Bluesky, zavezano k redu in varnosti."
@@ -123,21 +77,8 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "kazen-1",
badge: "Dokumentacija",
price: "Glej dokument",
subtitle: "Podrobne kazni",
features: [
"Dostop do seznama",
"Zaporne kazni",
"Denarne globe",
],
buttons: [
{
text: "Odpri seznam kazni",
href: "https://docs.google.com/document/d/1UBE2v6NxNZW4L-ndu4R9ZCl3iLi_D0kQosPrbzA3rrw/edit?usp=sharing",
},
],
id: "kazen-1", badge: "Dokumentacija", price: "Glej dokument", subtitle: "Podrobne kazni", features: ["Dostop do seznama", "Zaporne kazni", "Denarne globe"],
buttons: [{ text: "Odpri seznam kazni", href: "https://docs.google.com/document/d/1UBE2v6NxNZW4L-ndu4R9ZCl3iLi_D0kQosPrbzA3rrw/edit?usp=sharing" }],
},
]}
title="DENARNE TER ZAPORNE KAZNI"
@@ -150,15 +91,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="ZAPOSLITEV"
description={[
"Postani del naše ekipe. Zagotavljamo profesionalno okolje in usposabljanje za vsakega policista.",
"Prijavi se zdaj in prispevaj k varnosti našega mesta.",
]}
buttons={[
{
text: "Prijavnica",
href: "#",
},
]}
"Postani del naše ekipe. Zagotavljamo profesionalno okolje in usposabljanje za vsakega policista.", "Prijavi se zdaj in prispevaj k varnosti našega mesta."]}
buttons={[{ text: "Prijavnica", href: "#" }]}
/>
</div>
@@ -169,48 +103,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
{
title: "SVETNIK",
description: "Najvišji čin v policiji.",
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162868.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/united-states-flag-black-background_1150-24170.jpg",
buttonText: "Več",
},
{
title: "INŠPEKTOR",
description: "Visoki operativni čin.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-police-line-tape-against-defocussed-background_1048-6122.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-police-uniform-covering-eyes-mouth-with-hands-surprised-shocked-hiding-emotion_839833-25602.jpg",
buttonText: "Več",
},
{
title: "KOMANDIR",
description: "Odgovoren za enoto.",
imageSrc: "http://img.b2bpic.net/free-photo/us-military-officer-supervising-threat-detection-activity-high-tech-office_482257-124861.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-774.jpg",
buttonText: "Več",
},
{
title: "POROČNIK",
description: "Vodja ekipe.",
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162886.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/maintenance-hangar_1098-12563.jpg",
buttonText: "Več",
},
{
title: "NAREDNIK",
description: "Izkušen policist.",
imageSrc: "http://img.b2bpic.net/free-photo/badges-with-american-flags-blue-background_23-2148151274.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/vintage-grunge-blue-concrete-texture-studio-wall-background-with-vignette_1258-28378.jpg",
buttonText: "Več",
},
{
title: "PRIPRAVNIK",
description: "Začetni čin.",
imageSrc: "http://img.b2bpic.net/free-photo/united-states-flag-black-background_1150-24173.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/botswana-metallic-flag-textured-flag-grunge-flag_559531-11126.jpg",
buttonText: "Več",
},
{ title: "SVETNIK", description: "Najvišji čin v policiji.", imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162868.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/united-states-flag-black-background_1150-24170.jpg", buttonText: "Več" },
{ title: "INŠPEKTOR", description: "Visoki operativni čin.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-police-line-tape-against-defocussed-background_1048-6122.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-police-uniform-covering-eyes-mouth-with-hands-surprised-shocked-hiding-emotion_839833-25602.jpg", buttonText: "Več" },
{ title: "KOMANDIR", description: "Odgovoren za enoto.", imageSrc: "http://img.b2bpic.net/free-photo/us-military-officer-supervising-threat-detection-activity-high-tech-office_482257-124861.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-774.jpg", buttonText: "Več" },
{ title: "POROČNIK", description: "Vodja ekipe.", imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162886.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/maintenance-hangar_1098-12563.jpg", buttonText: "Več" },
{ title: "NAREDNIK", description: "Izkušen policist.", imageSrc: "http://img.b2bpic.net/free-photo/badges-with-american-flags-blue-background_23-2148151274.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/vintage-grunge-blue-concrete-texture-studio-wall-background-with-vignette_1258-28378.jpg", buttonText: "Več" },
{ title: "PRIPRAVNIK", description: "Začetni čin.", imageSrc: "http://img.b2bpic.net/free-photo/united-states-flag-black-background_1150-24173.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/botswana-metallic-flag-textured-flag-grunge-flag_559531-11126.jpg", buttonText: "Več" },
]}
title="ČINI IN FRAKCIJE"
description="Hierarhija policijske uprave."
@@ -220,18 +118,11 @@ export default function LandingPage() {
<div id="discord" data-section="discord">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Discord Povezava"
title="PRIDRUŽI SE DISCORDU"
description="Za vse informacije, prijave in komunikacijo nas poišči na naši Discord povezavi."
buttons={[
{
text: "Discord Link",
href: "https://discord.gg/gkxE6N6ERY",
},
]}
buttons={[{ text: "Discord Link", href: "https://discord.gg/gkxE6N6ERY" }]}
/>
</div>
@@ -239,36 +130,12 @@ export default function LandingPage() {
<FooterBaseCard
logoText="BLUESKY POLICIJA"
columns={[
{
title: "Povezave",
items: [
{
label: "Vodstvo",
href: "#vodstvo",
},
{
label: "Kazni",
href: "#kazni",
},
],
},
{
title: "Storitve",
items: [
{
label: "Zaposlitev",
href: "#zaposlitev",
},
{
label: "Discord",
href: "https://discord.gg/gkxE6N6ERY",
},
],
},
{ title: "Povezave", items: [{ label: "Vodstvo", href: "#vodstvo" }, { label: "Kazni", href: "#kazni" }] },
{ title: "Storitve", items: [{ label: "Zaposlitev", href: "#zaposlitev" }, { label: "Discord", href: "https://discord.gg/gkxE6N6ERY" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}