Update src/app/page.tsx
This commit is contained in:
@@ -9,17 +9,17 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { CheckCircle, Droplet, Pipe, Thermometer, Wrench, MessageSquare, Info } from 'lucide-react';
|
||||
import { CheckCircle, Droplet, Pipe as PipeIcon, Thermometer, Wrench, MessageSquare, Info } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
title="Sklep hydrauliczny i instalacje – Modliborzyce"
|
||||
description="Lokalny sklep hydrauliczny oraz fachowa pomoc przy instalacjach wodnych i grzewczych. Obsługujemy Modliborzyce, Janów Lubelski, Kraśnik i okolice."
|
||||
tag="Lokalnie. Profesjonalnie. Godnie zaufania."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Zadzwoń: 609 476 333", href: "tel:609476333" },
|
||||
{ text: "Zapytaj o ofertę", href: "#contact" }
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
dashboard={{
|
||||
title: "TEBE INSTALACJE", logoIcon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881677.jpg", searchPlaceholder: "Szukaj produktów hydraulicznych...", sidebarItems: [
|
||||
{ icon: Pipe, active: true },
|
||||
{ icon: PipeIcon, active: true },
|
||||
{ icon: Droplet },
|
||||
{ icon: Thermometer }
|
||||
],
|
||||
@@ -60,9 +60,9 @@ export default function LandingPage() {
|
||||
{ text: "Zapytanie", href: "#contact" }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Godziny otwarcia", values: ["08:00", "16:00", "12:00"], description: "Pon-Pią: 08:00-16:00, Sob: 08:00-12:00" },
|
||||
{ title: "Lokalizacje", values: ["3", "4", "5"], description: "Modliborzyce, Janów Lubelski, Kraśnik" },
|
||||
{ title: "Doświadczenie", values: ["15", "20", "25"], valueSuffix: "lat", description: "W branży hydraulicznej" }
|
||||
{ title: "Godziny otwarcia", values: [8, 16, 12], description: "Pon-Pią: 08:00-16:00, Sob: 08:00-12:00" },
|
||||
{ title: "Lokalizacje", values: [3, 4, 5], description: "Modliborzyce, Janów Lubelski, Kraśnik" },
|
||||
{ title: "Doświadczenie", values: [15, 20, 25], valueSuffix: "lat", description: "W branży hydraulicznej" }
|
||||
],
|
||||
chartTitle: "Zadowolenie klientów", chartData: [
|
||||
{ value: 95 },
|
||||
@@ -130,8 +130,8 @@ export default function LandingPage() {
|
||||
testimonial="Duży wybór materiałów, bardzo pomocna obsługa i fachowe doradztwo. Zawsze wiedzą jak pomóc w dobraniu odpowiednich części. Zdecydowanie najlepszy sklep hydrauliczny w okolicy!"
|
||||
rating={5}
|
||||
author="Jan Kowalski, instalator"
|
||||
ratingAnimation="entrance-slide"
|
||||
avatarsAnimation="entrance-slide"
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-showing-pointing-up-with-fingers-number-two-with-skeptic-expression-face-isolated-pink-wall_141793-14125.jpg", alt: "Jan Kowalski" },
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-business-man-talking-phone_23-2148560479.jpg"
|
||||
imageAlt="kontakt telefoniczny nowoczesny biuro obsługa"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Twój adres email"
|
||||
buttonText="Wyślij zapytanie"
|
||||
|
||||
Reference in New Issue
Block a user