Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79f3d96585 | |||
| 1d87c2c3ef | |||
| 84309cb6b4 |
@@ -1,14 +1,13 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Lakierni Pro - Profesjonalne Lakiery i Powłoki do Drewna", description: "Najwyższa jakość lakierów i powłok do drewna. Polska marka zaufana od ponad 20 lat w branży."};
|
||||
title: "Lakierni Pro - Profesjonalne Lakiery do Drewna", description: "Najwyższa jakość lakierów i powłok do drewna. Polska marka zaufana od ponad 20 lat w branży."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -17,7 +16,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="pl">
|
||||
<body className={`${interTight.variable}`}>{children}
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
@@ -14,16 +14,16 @@ import { Sparkles, CheckCircle, Star, TrendingUp, Facebook, Linkedin, Mail } fro
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
tag="Lakierni Pro"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-pouring-milk-cup-table_23-2147936185.jpg?_wi=1", imageAlt: "Profesjonalny lakier do drewna" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg", imageAlt: "Nowoczesna fabryka lakierów" },
|
||||
@@ -64,13 +64,13 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Quality crafted with" },
|
||||
{ type: "text", content: "Minimalistyczne podejście do" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/mid-adult-worker-operating-cnc-machine-while-working-industrial-facility_637285-4166.jpg", alt: "O nas - Nowoczesna fabryka" },
|
||||
{ type: "text", content: "passion and precision" }
|
||||
{ type: "text", content: "najwyższej jakości" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Historia firmy", href: "#" }
|
||||
{ text: "Dowiedz się więcej", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="O firmie Lakierni Pro"
|
||||
|
||||
Reference in New Issue
Block a user