From 4921c7824c8bac8d2eed42decdbeb0f732502e0b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 20:18:39 +0000 Subject: [PATCH 1/5] Add src/app/about-us/page.tsx --- src/app/about-us/page.tsx | 79 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 src/app/about-us/page.tsx diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx new file mode 100644 index 0000000..dbe51c9 --- /dev/null +++ b/src/app/about-us/page.tsx @@ -0,0 +1,79 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; + +export default function AboutUsPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file -- 2.49.1 From 68766af164934bef14af0c0545bef93c0e12e54b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 20:18:39 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f610385..70f20a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,9 +200,9 @@ export default function LandingPage() { variant: "plain"}} tag="Kontakt" title="Skontaktuj się z Nami" - description="Gotowy na zabezpieczenie swojego pojazdu? Wypełnij formularz lub zadzwoń, a my odpowiemy najszybciej, jak to możliwe. Zapraszamy do naszego warsztatu w Łodzi." - imageSrc="http://img.b2bpic.net/free-photo/empty-basketball-field_23-2149231820.jpg" - imageAlt="modern car workshop exterior" + description="Masz pytania lub chcesz umówić wizytę? Wypełnij poniższy formularz, zadzwoń do nas lub odwiedź nasz warsztat.\nJesteśmy dostępni, aby pomóc Twojemu samochodowi!\n\n**AutoRust Protect**\nul. Piotrkowska 123, 90-006 Łódź\nTelefon: +48 123 456 789\nEmail: kontakt@autorustprotect.pl\n\nGodziny otwarcia:\nPon-Pt: 9:00 - 17:00\nSob: 9:00 - 13:00\nNiedziela: Zamknięte\n\nZnajdź nas na mapie i śledź nasze media społecznościowe w stopce strony." + imageSrc="http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg" + imageAlt="mechanic inspecting car in workshop" mediaAnimation="slide-up" inputPlaceholder="Wpisz swój adres e-mail" buttonText="Wyślij zapytanie" -- 2.49.1 From 13a0f9b0676c0212e941bfe1491b347496da836e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 20:18:40 +0000 Subject: [PATCH 3/5] Add src/app/product-categories/page.tsx --- src/app/product-categories/page.tsx | 83 +++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 src/app/product-categories/page.tsx diff --git a/src/app/product-categories/page.tsx b/src/app/product-categories/page.tsx new file mode 100644 index 0000000..7fb297c --- /dev/null +++ b/src/app/product-categories/page.tsx @@ -0,0 +1,83 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; + +export default function ProductCategoriesPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} -- 2.49.1 From 62bb7502cd319459ed63fded2838c7e2247e64fa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 20:18:40 +0000 Subject: [PATCH 4/5] Update src/app/styles/base.css --- src/app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index c480bac..c2b4e50 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-dm-sans), sans-serif; + font-family: var(--font-manrope), sans-serif; } -- 2.49.1 From 4057de2ee0a959193b7f8b16ebf3b12b2239d781 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 20:18:41 +0000 Subject: [PATCH 5/5] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..d2ffc19 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; - --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1f3251; + --primary-cta-text: #f5f5f5; + --secondary-cta: #ffffff; + --secondary-cta-text: #1c1c1c; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1