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 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" 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 ( + + + + +
+ +
+ + +
+
+ ); +} 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; } 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);