Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
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 TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
|
||||
@@ -41,28 +41,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
<HeroBillboardGallery
|
||||
title="Profesjonalny warsztat samochodowy w Lublinie"
|
||||
description="Szybka diagnoza, uczciwe ceny i terminowa realizacja Twoich napraw."
|
||||
testimonials={[
|
||||
{
|
||||
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,
|
||||
},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Zadzwoń teraz", href: "tel:606157441"},
|
||||
{
|
||||
text: "Umów wizytę", href: "#contact"},
|
||||
{ text: "Zadzwoń teraz", href: "tel:606157441" },
|
||||
{ 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" }
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -123,18 +113,14 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Warsztat", items: [
|
||||
{
|
||||
label: "O nas", href: "#"},
|
||||
{
|
||||
label: "Usługi", href: "#services"},
|
||||
{ label: "O nas", href: "#" },
|
||||
{ label: "Usługi", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Główna 18A, Lublin", href: "#"},
|
||||
{
|
||||
label: "Tel: 606 157 441", href: "tel:606157441"},
|
||||
{ label: "Główna 18A, Lublin", href: "#" },
|
||||
{ label: "Tel: 606 157 441", href: "tel:606157441" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user