diff --git a/src/app/kategorije/page.tsx b/src/app/kategorije/page.tsx
index f994538..1c456a1 100644
--- a/src/app/kategorije/page.tsx
+++ b/src/app/kategorije/page.tsx
@@ -25,22 +25,13 @@ export default function LandingPage() {
@@ -53,26 +44,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "theory",
- title: "Teorijska obuka",
- subtitle: "Interaktivno i moderno.",
- category: "Teorija",
- value: "SRB/HUN",
- },
+ id: "theory", title: "Teorijska obuka", subtitle: "Interaktivno i moderno.", category: "Teorija", value: "SRB/HUN"},
{
- id: "practice",
- title: "Praktična obuka",
- subtitle: "Na savremenim vozilima.",
- category: "Praksa",
- value: "SRB/HUN",
- },
+ id: "practice", title: "Praktična obuka", subtitle: "Na savremenim vozilima.", category: "Praksa", value: "SRB/HUN"},
{
- id: "exam",
- title: "Priprema za ispit",
- subtitle: "Najveća prolaznost.",
- category: "Ispit",
- value: "Proveren",
- },
+ id: "exam", title: "Priprema za ispit", subtitle: "Najveća prolaznost.", category: "Ispit", value: "Proveren"},
]}
title="B Kategorija / B Kategória"
description="Kompletna obuka za B kategoriju uz stručne instruktore na srpskom i mađarskom jeziku."
@@ -88,12 +64,7 @@ export default function LandingPage() {
description="Specijalizovani smo za B kategoriju."
features={[
{
- id: "b-cat",
- title: "B Kategorija",
- description: "Putnička vozila",
- tag: "Popular",
- imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891387.jpg?_wi=3",
- },
+ id: "b-cat", title: "B Kategorija", description: "Putnička vozila", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891387.jpg?_wi=3"},
]}
/>
@@ -107,4 +78,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx
index a7fcff3..d45bfa8 100644
--- a/src/app/kontakt/page.tsx
+++ b/src/app/kontakt/page.tsx
@@ -25,22 +25,13 @@ export default function LandingPage() {
@@ -50,16 +41,13 @@ export default function LandingPage() {
@@ -73,10 +61,7 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "loc",
- title: "Gde se nalazimo?",
- content: "Albe Malagurskog 2, Subotica",
- },
+ id: "loc", title: "Gde se nalazimo?", content: "Albe Malagurskog 2, Subotica"},
]}
/>
@@ -90,4 +75,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/o-nama/page.tsx b/src/app/o-nama/page.tsx
index efd3198..3b7717b 100644
--- a/src/app/o-nama/page.tsx
+++ b/src/app/o-nama/page.tsx
@@ -25,22 +25,13 @@ export default function LandingPage() {
@@ -54,23 +45,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
- id: "t1",
- name: "Instruktor 1",
- role: "Master Inženjer",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-her-driver-s-license-test-vehicle_23-2150318420.jpg?_wi=2",
- },
+ id: "t1", name: "Instruktor 1", role: "Master Inženjer", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-her-driver-s-license-test-vehicle_23-2150318420.jpg?_wi=2"},
{
- id: "t2",
- name: "Instruktor 2",
- role: "Glavni Instruktor",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-delivery-guy-car_23-2148546122.jpg?_wi=2",
- },
+ id: "t2", name: "Instruktor 2", role: "Glavni Instruktor", imageSrc: "http://img.b2bpic.net/free-photo/smiley-delivery-guy-car_23-2148546122.jpg?_wi=2"},
{
- id: "t3",
- name: "Instruktor 3",
- role: "Stručni Saradnik",
- imageSrc: "http://img.b2bpic.net/free-photo/person-playing-sudoku-game-alone_23-2149073717.jpg?_wi=2",
- },
+ id: "t3", name: "Instruktor 3", role: "Stručni Saradnik", imageSrc: "http://img.b2bpic.net/free-photo/person-playing-sudoku-game-alone_23-2149073717.jpg?_wi=2"},
]}
title="Naš Tim / Csapatunk"
description="Naši instruktori su master saobraćajni inženjeri sa decenijskim iskustvom."
@@ -86,12 +65,7 @@ export default function LandingPage() {
description="Od 1995. godine na vašem putu."
features={[
{
- id: "hist",
- title: "Naše iskustvo",
- description: "Sigurni koraci do vozačke dozvole.",
- tag: "Expert",
- imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891387.jpg?_wi=4",
- },
+ id: "hist", title: "Naše iskustvo", description: "Sigurni koraci do vozačke dozvole.", tag: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891387.jpg?_wi=4"},
]}
/>
@@ -105,4 +79,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b2f9a95..3d02305 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,13 @@ export default function LandingPage() {
@@ -53,23 +44,16 @@ export default function LandingPage() {
@@ -129,19 +93,13 @@ export default function LandingPage() {
metrics={[
{
icon: GraduationCap,
- label: "Master inženjeri / Master mérnökök",
- value: "Ekspertiza",
- },
+ label: "Master inženjeri / Master mérnökök", value: "Ekspertiza"},
{
icon: Users,
- label: "Posvećeni instruktori / Elkötelezett oktatók",
- value: "Tim",
- },
+ label: "Posvećeni instruktori / Elkötelezett oktatók", value: "Tim"},
{
icon: ShieldCheck,
- label: "Sigurnost na putu / Biztonság az utakon",
- value: "Fokus",
- },
+ label: "Sigurnost na putu / Biztonság az utakon", value: "Fokus"},
]}
metricsAnimation="slide-up"
/>
@@ -153,45 +111,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- title: "Odlično",
- quote: "Profesionalan pristup.",
- name: "Marko M.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-her-driver-s-license-test-vehicle_23-2150318420.jpg?_wi=1",
- },
+ id: "1", title: "Odlično", quote: "Profesionalan pristup.", name: "Marko M.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-her-driver-s-license-test-vehicle_23-2150318420.jpg?_wi=1"},
{
- id: "2",
- title: "Najbolji",
- quote: "Lako do dozvole.",
- name: "Ana K.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-delivery-guy-car_23-2148546122.jpg?_wi=1",
- },
+ id: "2", title: "Najbolji", quote: "Lako do dozvole.", name: "Ana K.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/smiley-delivery-guy-car_23-2148546122.jpg?_wi=1"},
{
- id: "3",
- title: "Veoma zadovoljan",
- quote: "Stručan tim.",
- name: "Péter J.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/person-playing-sudoku-game-alone_23-2149073717.jpg?_wi=1",
- },
+ id: "3", title: "Veoma zadovoljan", quote: "Stručan tim.", name: "Péter J.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/person-playing-sudoku-game-alone_23-2149073717.jpg?_wi=1"},
{
- id: "4",
- title: "Preporuka",
- quote: "Sve pohvale.",
- name: "Ivana L.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-student-posing-with-hands-up_23-2147656136.jpg",
- },
+ id: "4", title: "Preporuka", quote: "Sve pohvale.", name: "Ivana L.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/happy-student-posing-with-hands-up_23-2147656136.jpg"},
{
- id: "5",
- title: "Profesionalno",
- quote: "Najbolji u Subotici.",
- name: "Zoltán S.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-44058.jpg?_wi=1",
- },
+ id: "5", title: "Profesionalno", quote: "Najbolji u Subotici.", name: "Zoltán S.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-44058.jpg?_wi=1"},
]}
title="Iskustva polaznika / Tanulók visszajelzései"
description="Hiljade zadovoljnih vozača su naša najbolja preporuka."
@@ -207,25 +135,13 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "q1",
- title: "Koji su uslovi za upis?",
- content: "Navršenih 16 godina za početak obuke.",
- },
+ id: "q1", title: "Koji su uslovi za upis?", content: "Navršenih 16 godina za početak obuke."},
{
- id: "q2",
- title: "Koliko traje obuka?",
- content: "Obuka traje u zavisnosti od fonda časova.",
- },
+ id: "q2", title: "Koliko traje obuka?", content: "Obuka traje u zavisnosti od fonda časova."},
{
- id: "q3",
- title: "Da li radite na mađarskom?",
- content: "Da, kompletnu obuku nudimo na mađarskom jeziku.",
- },
+ id: "q3", title: "Da li radite na mađarskom?", content: "Da, kompletnu obuku nudimo na mađarskom jeziku."},
{
- id: "q4",
- title: "Koja dokumenta su potrebna?",
- content: "Lična karta i lekarsko uverenje.",
- },
+ id: "q4", title: "Koja dokumenta su potrebna?", content: "Lična karta i lekarsko uverenje."},
]}
/>
@@ -239,19 +155,9 @@ export default function LandingPage() {
description="Najbolje iskustvo obuke u gradu."
features={[
{
- id: "f1",
- title: "Tradicionalni kvalitet",
- description: "Preko 30 godina iskustva.",
- tag: "Tradition",
- imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891387.jpg?_wi=2",
- },
+ id: "f1", title: "Tradicionalni kvalitet", description: "Preko 30 godina iskustva.", tag: "Tradition", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891387.jpg?_wi=2"},
{
- id: "f2",
- title: "Savremena flota",
- description: "Novi automobili za laganu vožnju.",
- tag: "Modern",
- imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-44058.jpg?_wi=2",
- },
+ id: "f2", title: "Savremena flota", description: "Novi automobili za laganu vožnju.", tag: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-44058.jpg?_wi=2"},
]}
/>
@@ -265,4 +171,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file