Merge version_1 into main #1
107
src/app/page.tsx
107
src/app/page.tsx
@@ -15,27 +15,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "Usługi",
|
||||
id: "services",
|
||||
},
|
||||
name: "Usługi", id: "services"},
|
||||
{
|
||||
name: "Opinie",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Opinie", id: "testimonials"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="SharkAuto"
|
||||
/>
|
||||
@@ -45,33 +44,22 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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: "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,
|
||||
name: "Anna Kowalska", handle: "@anna-k", testimonial: "Transparentna wycena, polecam każdemu kierowcy.", rating: 5,
|
||||
},
|
||||
]}
|
||||
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"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/professional-auto-repair-workshop-interi-1774601512102-1e350722.png"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -85,25 +73,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Diagnoza",
|
||||
title: "Komputerowa Diagnostyka",
|
||||
subtitle: "Nowoczesny sprzęt",
|
||||
description: "Szybkie wykrywanie usterek elektronicznych.",
|
||||
},
|
||||
tag: "Diagnoza", title: "Komputerowa Diagnostyka", subtitle: "Nowoczesny sprzęt", description: "Szybkie wykrywanie usterek elektronicznych."},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Silnik",
|
||||
title: "Naprawa Silników",
|
||||
subtitle: "Profesjonalny serwis",
|
||||
description: "Remonty główne i bieżąca obsługa.",
|
||||
},
|
||||
tag: "Silnik", title: "Naprawa Silników", subtitle: "Profesjonalny serwis", description: "Remonty główne i bieżąca obsługa."},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Zawieszenie",
|
||||
title: "Układy Zawieszenia",
|
||||
subtitle: "Bezpieczeństwo na drodze",
|
||||
description: "Wymiana wahaczy, amortyzatorów i geometrii.",
|
||||
},
|
||||
tag: "Zawieszenie", title: "Układy Zawieszenia", subtitle: "Bezpieczeństwo na drodze", description: "Wymiana wahaczy, amortyzatorów i geometrii."},
|
||||
]}
|
||||
title="Nasze Usługi"
|
||||
description="Kompleksowa opieka nad Twoim samochodem."
|
||||
@@ -115,25 +91,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marek Nowak",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/portrait-of-a-happy-polish-male-customer-1774601512651-6d964ff7.png",
|
||||
},
|
||||
id: "1", name: "Marek Nowak", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/portrait-of-a-happy-polish-male-customer-1774601512651-6d964ff7.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anna Kowalska",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/portrait-of-a-happy-polish-female-custom-1774601510554-42350809.png",
|
||||
},
|
||||
id: "2", name: "Anna Kowalska", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/portrait-of-a-happy-polish-female-custom-1774601510554-42350809.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Piotr Wójcik",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/portrait-of-a-middle-aged-polish-male-cu-1774601517898-0af4e516.png",
|
||||
},
|
||||
id: "3", name: "Piotr Wójcik", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/portrait-of-a-middle-aged-polish-male-cu-1774601517898-0af4e516.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Katarzyna Mazur",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/portrait-of-a-professional-polish-woman--1774601516020-cf9e4f60.png",
|
||||
},
|
||||
id: "4", name: "Katarzyna Mazur", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/portrait-of-a-professional-polish-woman--1774601516020-cf9e4f60.png"},
|
||||
]}
|
||||
cardTitle="Co mówią nasi klienci"
|
||||
cardTag="Opinie 4.8 ⭐"
|
||||
@@ -145,8 +109,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Masz problem z autem? Zadzwoń teraz"
|
||||
description="Główna 18A, Lublin. Jesteśmy dostępni codziennie do 19:00."
|
||||
@@ -159,29 +122,19 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWOhzMbsw1FD4o1K5jHmz161ND/abstract-dark-blue-automotive-texture-cl-1774601511536-0ac6f2eb.png"
|
||||
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