diff --git a/next.config.js b/next.config.js index 7c4d453..fafe57c 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', reactStrictMode: true, images: { unoptimized: true, diff --git a/src/components/CallToAction.jsx b/src/components/CallToAction.jsx index 3dfc657..5dc4aca 100644 --- a/src/components/CallToAction.jsx +++ b/src/components/CallToAction.jsx @@ -11,7 +11,7 @@ export function CallToAction() { className="relative overflow-hidden bg-blue-600 py-32" >
-

+

Czym są pliki cookies?

Pliki cookies inaczej "ciasteczka" to małe pliki wysyłane przez stronę, którą odwiedzasz i zapisywane na twoim urządzeniu końcowym (komputerze, laptopie, smartfonie).
-

+

Dlaczego używamy ciasteczek?

Stosujemy pliki cookies w celach szacunkowych, aby poznać ilość użytkowników odwiedzających naszą stronę internetową. Te dane umożliwiają nam analizę, a co za tym idzie stały rozwój strony. W tym celu korzystamy także z "Google Analytics". Co istotne "Google Analytics" zapisuje tylko adres IP przypisany do Ciebie w dniu wizyty na tej stronie, a nie Twoje imię i nazwisko lub inne informacje umożliwiające identyfikację. Szczegóły dotyczące działania "Google Analytics" znajdziesz pod adresem policies.google.com/privacy oraz google.com/analytics/terms.
-

+

Masz pytania?

diff --git a/src/components/Faqs.jsx b/src/components/Faqs.jsx index e0f07cf..29550ae 100644 --- a/src/components/Faqs.jsx +++ b/src/components/Faqs.jsx @@ -65,7 +65,7 @@ export function Faqs() { className="relative overflow-hidden bg-slate-50 py-20 sm:py-32" >

Praktyki w {' '} Zobacz projekty diff --git a/src/components/NavLink.jsx b/src/components/NavLink.jsx index 5769d5c..7798860 100644 --- a/src/components/NavLink.jsx +++ b/src/components/NavLink.jsx @@ -4,7 +4,7 @@ export function NavLink({ href, children }) { return ( {children} diff --git a/src/components/PersonalDataController.jsx b/src/components/PersonalDataController.jsx index d50b089..27ed350 100644 --- a/src/components/PersonalDataController.jsx +++ b/src/components/PersonalDataController.jsx @@ -17,7 +17,7 @@ export function PersonalDataController() {
-

+

Administrator danych osobowych

diff --git a/src/components/PrimaryFeatures.jsx b/src/components/PrimaryFeatures.jsx index e66ff59..4c0cec6 100644 --- a/src/components/PrimaryFeatures.jsx +++ b/src/components/PrimaryFeatures.jsx @@ -66,10 +66,10 @@ export function PrimaryFeatures() {
- + {feature.title}

@@ -135,7 +135,7 @@ export function PrimaryFeatures() { {features.map((feature) => (
-
+

{feature.description}

diff --git a/src/components/SecondaryFeatures.jsx b/src/components/SecondaryFeatures.jsx index eda670a..1a21ad5 100644 --- a/src/components/SecondaryFeatures.jsx +++ b/src/components/SecondaryFeatures.jsx @@ -86,7 +86,7 @@ export function SecondaryFeatures() {
diff --git a/src/components/Testimonials.jsx b/src/components/Testimonials.jsx index 60556dd..575fdbe 100644 --- a/src/components/Testimonials.jsx +++ b/src/components/Testimonials.jsx @@ -116,7 +116,7 @@ export function Testimonials() { {column.map((testimonial, testimonialIndex) => (
  • - +

    {testimonial.content} @@ -133,7 +133,7 @@ export function Testimonials() {