diff --git a/src/app/dla-firm/page.tsx b/src/app/dla-firm/page.tsx index 9743a75..9aebf99 100644 --- a/src/app/dla-firm/page.tsx +++ b/src/app/dla-firm/page.tsx @@ -2,248 +2,208 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import ContactText from '@/components/sections/contact/ContactText'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { Clock, Lightbulb, Palette, Sparkles, Trophy, Truck, Users } from "lucide-react"; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { Clock, Lightbulb, Palette, Sparkles, Truck, Users, Trophy, Speech, RefreshCcw } from "lucide-react"; -export default function LandingPage() { +export default function ForCompaniesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index 7cf62d8..22a8c4c 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -4,250 +4,209 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { FastForward, HelpCircle, Lightbulb, ShieldCheck, Star, Tag, Users } from "lucide-react"; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { FastForward, HelpCircle, Lightbulb, Star, Tag, Truck, Users, ShieldCheck, Calculator, Handshake } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/oferta/page.tsx b/src/app/oferta/page.tsx index 5dd4df0..7a20615 100644 --- a/src/app/oferta/page.tsx +++ b/src/app/oferta/page.tsx @@ -3,286 +3,223 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { Award, CheckSquare, Maximize, Move, Shield } from "lucide-react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { Award, CheckSquare, Maximize, Move, Shield, Thermometer, HardHat, Weight, Safety } from "lucide-react"; -export default function LandingPage() { +export default function OfferPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);