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