diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx
new file mode 100644
index 0000000..8bd2d5f
--- /dev/null
+++ b/src/app/kontakt/page.tsx
@@ -0,0 +1,87 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { Facebook, Linkedin } from "lucide-react";
+
+export default function KontaktPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/o-nas/page.tsx b/src/app/o-nas/page.tsx
new file mode 100644
index 0000000..c28a299
--- /dev/null
+++ b/src/app/o-nas/page.tsx
@@ -0,0 +1,84 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { Facebook, Linkedin } from "lucide-react";
+
+export default function ONasPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b36c5ae..bb59154 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -257,7 +257,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Automotive Group", "Tech Solutions", "Aero Composites", "Industrial Innovations", "Green Energy Co.", "Electro Systems", "Construction Partners"]}
+ "Automotive Group", "Tech Solutions", "Aero Composites", "Industrial Innovations", "Green Energy Co.", "Electro Systems", "Construction Partners"}
title="Naši partneři a certifikace"
description="Spolupracujeme s předními společnostmi v automobilovém, leteckém a průmyslovém sektoru. Jsme hrdí na naše partnerství a dodržování nejpřísnějších standardů kvality."
/>
@@ -287,7 +287,7 @@ export default function LandingPage() {
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/technologie/page.tsx b/src/app/technologie/page.tsx
new file mode 100644
index 0000000..c878a5f
--- /dev/null
+++ b/src/app/technologie/page.tsx
@@ -0,0 +1,99 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import ProductCardFour from '@/components/sections/product/ProductCardFour';
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { Facebook, Linkedin } from "lucide-react";
+
+export default function TechnologiePage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/vyroba/page.tsx b/src/app/vyroba/page.tsx
new file mode 100644
index 0000000..e9fd209
--- /dev/null
+++ b/src/app/vyroba/page.tsx
@@ -0,0 +1,139 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { Facebook, Filter, Gauge, Link, Linkedin, Paintbrush, Wrench, Wind } from "lucide-react";
+
+export default function VyrobaPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}