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 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 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 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