Merge version_1 into main #2
200
src/app/page.tsx
200
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
@@ -29,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Oferta",
|
||||
id: "oferta",
|
||||
},
|
||||
name: "Oferta", id: "oferta"},
|
||||
{
|
||||
name: "Dlaczego my",
|
||||
id: "dlaczego-my",
|
||||
},
|
||||
name: "Dlaczego my", id: "dlaczego-my"},
|
||||
{
|
||||
name: "Opinie",
|
||||
id: "opinie",
|
||||
},
|
||||
name: "Opinie", id: "opinie"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "kontakt",
|
||||
},
|
||||
name: "Kontakt", id: "kontakt"},
|
||||
]}
|
||||
brandName="AquaPro"
|
||||
/>
|
||||
@@ -52,51 +45,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Wszystko dla hydrauliki w jednym miejscu"
|
||||
description="Najlepsze ceny na rynku, fachowe doradztwo i tysiące produktów od ręki. Robimy to, czego markety nie potrafią."
|
||||
buttons={[
|
||||
{
|
||||
text: "Zadzwoń teraz",
|
||||
href: "tel:324347090",
|
||||
},
|
||||
text: "Zadzwoń teraz", href: "tel:324347090"},
|
||||
{
|
||||
text: "Zobacz ofertę",
|
||||
href: "#oferta",
|
||||
},
|
||||
text: "Zobacz ofertę", href: "#oferta"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg?_wi=1",
|
||||
imageAlt: "Hero scene 1",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg", imageAlt: "Hero scene 1"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg?_wi=2",
|
||||
imageAlt: "Hero scene 2",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg", imageAlt: "Hero scene 2"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg?_wi=3",
|
||||
imageAlt: "Hero scene 3",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg", imageAlt: "Hero scene 3"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg?_wi=4",
|
||||
imageAlt: "Hero scene 4",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg", imageAlt: "Hero scene 4"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg?_wi=5",
|
||||
imageAlt: "Hero scene 5",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg", imageAlt: "Hero scene 5"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg?_wi=6",
|
||||
imageAlt: "Hero scene 6",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg", imageAlt: "Hero scene 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,40 +77,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Instalacje wod-kan",
|
||||
description: "Najwyższej jakości rury i złączki.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/plumbing-icons-set_1284-9889.jpg?_wi=1",
|
||||
buttonIcon: "Zap",
|
||||
title: "Instalacje wod-kan", description: "Najwyższej jakości rury i złączki.", imageSrc: "http://img.b2bpic.net/free-vector/plumbing-icons-set_1284-9889.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Ogrzewanie i gaz",
|
||||
description: "Systemy, które grzeją najefektywniej.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fire-check-mark-logo_78370-7458.jpg?_wi=1",
|
||||
buttonIcon: "Zap",
|
||||
title: "Ogrzewanie i gaz", description: "Systemy, które grzeją najefektywniej.", imageSrc: "http://img.b2bpic.net/free-vector/fire-check-mark-logo_78370-7458.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Łazienka i kuchnia",
|
||||
description: "Armatura do każdego wnętrza.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-with-steel-sink-stylish-modern-kitchen_169016-19744.jpg?_wi=1",
|
||||
buttonIcon: "Zap",
|
||||
title: "Łazienka i kuchnia", description: "Armatura do każdego wnętrza.", imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-with-steel-sink-stylish-modern-kitchen_169016-19744.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Narzędzia specjalistyczne",
|
||||
description: "Sprzęt dla profesjonalistów.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/plumbing-icons-set_1284-9889.jpg?_wi=2",
|
||||
buttonIcon: "Zap",
|
||||
title: "Narzędzia specjalistyczne", description: "Sprzęt dla profesjonalistów.", imageSrc: "http://img.b2bpic.net/free-vector/plumbing-icons-set_1284-9889.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Części zamienne",
|
||||
description: "Dostępne od ręki.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fire-check-mark-logo_78370-7458.jpg?_wi=2",
|
||||
buttonIcon: "Zap",
|
||||
title: "Części zamienne", description: "Dostępne od ręki.", imageSrc: "http://img.b2bpic.net/free-vector/fire-check-mark-logo_78370-7458.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Doradztwo fachowe",
|
||||
description: "Pomagamy w doborze rozwiązań.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-with-steel-sink-stylish-modern-kitchen_169016-19744.jpg?_wi=2",
|
||||
buttonIcon: "Zap",
|
||||
title: "Doradztwo fachowe", description: "Pomagamy w doborze rozwiązań.", imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-with-steel-sink-stylish-modern-kitchen_169016-19744.jpg", buttonIcon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Nasza oferta hydrauliczna"
|
||||
@@ -156,25 +108,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10+",
|
||||
description: "Lat doświadczenia",
|
||||
},
|
||||
id: "1", value: "10+", description: "Lat doświadczenia"},
|
||||
{
|
||||
id: "2",
|
||||
value: "5000+",
|
||||
description: "Produktów dostępnych od ręki",
|
||||
},
|
||||
id: "2", value: "5000+", description: "Produktów dostępnych od ręki"},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.3",
|
||||
description: "Średnia ocen w Google",
|
||||
},
|
||||
id: "3", value: "4.3", description: "Średnia ocen w Google"},
|
||||
{
|
||||
id: "4",
|
||||
value: "98%",
|
||||
description: "Dostępność towaru",
|
||||
},
|
||||
id: "4", value: "98%", description: "Dostępność towaru"},
|
||||
]}
|
||||
title="Dlaczego wybierają AquaPro?"
|
||||
description="Lepsze ceny niż w marketach budowlanych i profesjonalne podejście."
|
||||
@@ -187,45 +127,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Fachowa pomoc",
|
||||
quote: "Najlepsza obsługa w mieście. Pani Agnieszka zawsze doradzi.",
|
||||
name: "Jan Kowalski",
|
||||
role: "Klient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Fachowa pomoc", quote: "Najlepsza obsługa w mieście. Pani Agnieszka zawsze doradzi.", name: "Jan Kowalski", role: "Klient", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Ceny i jakość",
|
||||
quote: "Taniej niż w Castoramie, a materiał lepszy. Polecam.",
|
||||
name: "Anna Nowak",
|
||||
role: "Klient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Ceny i jakość", quote: "Taniej niż w Castoramie, a materiał lepszy. Polecam.", name: "Anna Nowak", role: "Klient", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dostępność",
|
||||
quote: "Wszystko od ręki. Nie muszę czekać na dostawy.",
|
||||
name: "Marek P.",
|
||||
role: "Klient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg?_wi=3",
|
||||
},
|
||||
id: "3", title: "Dostępność", quote: "Wszystko od ręki. Nie muszę czekać na dostawy.", name: "Marek P.", role: "Klient", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Profesjonalizm",
|
||||
quote: "Zna się na rzeczy. Hydraulik idealny.",
|
||||
name: "Piotr W.",
|
||||
role: "Klient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg?_wi=4",
|
||||
},
|
||||
id: "4", title: "Profesjonalizm", quote: "Zna się na rzeczy. Hydraulik idealny.", name: "Piotr W.", role: "Klient", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Solidna firma",
|
||||
quote: "Szybko, konkretnie i w dobrej cenie.",
|
||||
name: "Ewa K.",
|
||||
role: "Klient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg?_wi=5",
|
||||
},
|
||||
id: "5", title: "Solidna firma", quote: "Szybko, konkretnie i w dobrej cenie.", name: "Ewa K.", role: "Klient", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283525.jpg"},
|
||||
]}
|
||||
title="Co mówią nasi klienci"
|
||||
description="Dowiedz się, dlaczego nasi klienci cenią AquaPro bardziej niż markety."
|
||||
@@ -239,21 +149,15 @@ export default function LandingPage() {
|
||||
description="Zadzwoń teraz, a doradzimy Ci najlepsze rozwiązanie."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Twoje Imię",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Twoje Imię", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Twój telefon",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Twój telefon", required: true,
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Zadzwoń teraz — doradzimy!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-metal-grid-texture-background_23-2147960315.jpg"
|
||||
imageAlt="Hydraulic equipment contact"
|
||||
/>
|
||||
</div>
|
||||
@@ -262,51 +166,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "AquaPro",
|
||||
items: [
|
||||
title: "AquaPro", items: [
|
||||
{
|
||||
label: "O nas",
|
||||
href: "#",
|
||||
},
|
||||
label: "O nas", href: "#"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#kontakt",
|
||||
},
|
||||
label: "Kontakt", href: "#kontakt"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Oferta",
|
||||
items: [
|
||||
title: "Oferta", items: [
|
||||
{
|
||||
label: "Instalacje",
|
||||
href: "#oferta",
|
||||
},
|
||||
label: "Instalacje", href: "#oferta"},
|
||||
{
|
||||
label: "Narzędzia",
|
||||
href: "#oferta",
|
||||
},
|
||||
label: "Narzędzia", href: "#oferta"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Dane",
|
||||
items: [
|
||||
title: "Dane", items: [
|
||||
{
|
||||
label: "Za Targiem 44",
|
||||
href: "#",
|
||||
},
|
||||
label: "Za Targiem 44", href: "#"},
|
||||
{
|
||||
label: "Żory",
|
||||
href: "#",
|
||||
},
|
||||
label: "Żory", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "32 434 70 90",
|
||||
href: "tel:324347090",
|
||||
},
|
||||
label: "32 434 70 90", href: "tel:324347090"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user