Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58cb6d4bdb | |||
| 5c2e6922e9 | |||
| 9c74180f36 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
|
|
||||||
@@ -41,28 +41,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroBillboardGallery
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{
|
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="Profesjonalny warsztat samochodowy w Lublinie"
|
title="Profesjonalny warsztat samochodowy w Lublinie"
|
||||||
description="Szybka diagnoza, uczciwe ceny i terminowa realizacja Twoich napraw."
|
description="Szybka diagnoza, uczciwe ceny i terminowa realizacja Twoich napraw."
|
||||||
testimonials={[
|
background={{ variant: "gradient-bars" }}
|
||||||
{
|
|
||||||
name: "Marek Nowak", handle: "@marek-n", testimonial: "Szybka i profesjonalna obsługa, auto gotowe na czas.", rating: 5,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Anna Kowalska", handle: "@anna-k", testimonial: "Transparentna wycena, polecam każdemu kierowcy.", rating: 5,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Zadzwoń teraz", href: "tel:606157441" },
|
||||||
text: "Zadzwoń teraz", href: "tel:606157441"},
|
{ text: "Umów wizytę", href: "#contact" },
|
||||||
{
|
]}
|
||||||
text: "Umów wizytę", href: "#contact"},
|
mediaItems={[
|
||||||
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/professional-auto-repair-workshop-interi-1774601512102-1e350722.png" },
|
||||||
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/abstract-dark-blue-automotive-texture-cl-1774601511536-0ac6f2eb.png?_wi=1" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/professional-auto-repair-workshop-interi-1774601512102-1e350722.png"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -119,22 +109,18 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/abstract-dark-blue-automotive-texture-cl-1774601511536-0ac6f2eb.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/abstract-dark-blue-automotive-texture-cl-1774601511536-0ac6f2eb.png?_wi=2"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Warsztat", items: [
|
title: "Warsztat", items: [
|
||||||
{
|
{ label: "O nas", href: "#" },
|
||||||
label: "O nas", href: "#"},
|
{ label: "Usługi", href: "#services" },
|
||||||
{
|
|
||||||
label: "Usługi", href: "#services"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Kontakt", items: [
|
title: "Kontakt", items: [
|
||||||
{
|
{ label: "Główna 18A, Lublin", href: "#" },
|
||||||
label: "Główna 18A, Lublin", href: "#"},
|
{ label: "Tel: 606 157 441", href: "tel:606157441" },
|
||||||
{
|
|
||||||
label: "Tel: 606 157 441", href: "tel:606157441"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user