From 5789fd7dadf96ae483c718b775d9b39c0e7a18a9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:23:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 310483e..f7d2959 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MediaAbout from '@/components/sections/about/MediaAbout'; @@ -57,7 +56,7 @@ export default function LandingPage() { @@ -71,6 +70,7 @@ export default function LandingPage() { { id: "3", title: "Realizacja", content: "Wdrażamy stronę i dbamy o jej wydajność." }, ]} title="Jak to działa" + description="Poznaj proces naszej pracy." faqsAnimation="slide-up" /> @@ -103,6 +103,7 @@ export default function LandingPage() { { name: "name", type: "text", placeholder: "Twoje imię" }, { name: "email", type: "email", placeholder: "Twój email" }, ]} + useInvertedBackground={true} buttonText="Wyślij wiadomość" /> -- 2.49.1