Update src/app/o-nama/page.tsx

This commit is contained in:
2026-04-05 20:15:55 +00:00
parent 517a848e4a
commit e710f447f4

View File

@@ -25,22 +25,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Početna / Kezdőlap",
id: "/",
},
{
name: "Kategorije / Kategóriák",
id: "/kategorije",
},
{
name: "O nama / Rólunk",
id: "/o-nama",
},
{
name: "Kontakt / Kapcsolat",
id: "/kontakt",
},
{ name: "Početna", id: "/" },
{ name: "Kategorije", id: "/kategorije" },
{ name: "O nama", id: "/o-nama" },
{ name: "Kontakt", id: "/kontakt" },
{ name: "SRB", id: "#" },
{ name: "HUN", id: "#" },
{ name: "ENG", id: "#" }
]}
brandName="Auto škola Kompas"
/>
@@ -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"},
]}
/>
</div>
@@ -105,4 +79,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}