From b6dacc8026b024e38bbf87353e30cb3198705147 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:15:54 +0000 Subject: [PATCH 1/4] Update src/app/kategorije/page.tsx --- src/app/kategorije/page.tsx | 53 +++++++++---------------------------- 1 file changed, 12 insertions(+), 41 deletions(-) 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() { @@ -107,4 +78,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 517a848e4a88b96de0f06f39c1c696fca6549004 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:15:54 +0000 Subject: [PATCH 2/4] Update src/app/kontakt/page.tsx --- src/app/kontakt/page.tsx | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) 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() { @@ -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 From e710f447f4ff67f9a8d70803f452d9e0591f6c05 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:15:55 +0000 Subject: [PATCH 3/4] Update src/app/o-nama/page.tsx --- src/app/o-nama/page.tsx | 50 ++++++++++------------------------------- 1 file changed, 12 insertions(+), 38 deletions(-) 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() { @@ -105,4 +79,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 59f53828266d2f3c5925284dca9909a43caabc8c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:15:55 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 166 ++++++++++------------------------------------- 1 file changed, 36 insertions(+), 130 deletions(-) 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() { @@ -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