Merge version_1 into main #2
255
src/app/page.tsx
255
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Jak to działa",
|
||||
id: "how-it-works",
|
||||
},
|
||||
name: "Jak to działa", id: "how-it-works"},
|
||||
{
|
||||
name: "Okazje",
|
||||
id: "products",
|
||||
},
|
||||
name: "Okazje", id: "products"},
|
||||
{
|
||||
name: "Opinie",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Opinie", id: "testimonials"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Outlet Mierzyn"
|
||||
/>
|
||||
@@ -59,66 +49,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="To nie sklep. To polowanie."
|
||||
description="Unikalne RTV i AGD z Niemiec i Europy. Jedne sztuki. Realne okazje. Kto pierwszy – ten lepszy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Zobacz aktualne okazje",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Zobacz aktualne okazje", href: "#products"},
|
||||
{
|
||||
text: "Odwiedź sklep dziś",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Odwiedź sklep dziś", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736818.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736818.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
|
||||
alt: "Satisfied client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg", alt: "Satisfied client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
alt: "Satisfied client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Satisfied client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
alt: "Satisfied client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Satisfied client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg",
|
||||
alt: "Satisfied client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg", alt: "Satisfied client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg",
|
||||
alt: "Satisfied client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg", alt: "Satisfied client 5"},
|
||||
]}
|
||||
avatarText="Ponad 500 zadowolonych klientów"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Dostawy z Niemiec",
|
||||
},
|
||||
type: "text", text: "Dostawy z Niemiec"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Najniższe ceny",
|
||||
},
|
||||
type: "text", text: "Najniższe ceny"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Jedne sztuki",
|
||||
},
|
||||
type: "text", text: "Jedne sztuki"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Szybki obrót",
|
||||
},
|
||||
type: "text", text: "Szybki obrót"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium outlet",
|
||||
},
|
||||
type: "text", text: "Premium outlet"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,19 +95,13 @@ export default function LandingPage() {
|
||||
description="Jesteśmy outletem, który stawia na unikalne okazje. Nasz asortyment pochodzi ze zwrotów i nadwyżek, dlatego często dostępna jest tylko jedna sztuka."
|
||||
metrics={[
|
||||
{
|
||||
value: "Nowe",
|
||||
title: "Dostawy co tydzień",
|
||||
},
|
||||
value: "Nowe", title: "Dostawy co tydzień"},
|
||||
{
|
||||
value: "1 szt.",
|
||||
title: "Ograniczona ilość",
|
||||
},
|
||||
value: "1 szt.", title: "Ograniczona ilość"},
|
||||
{
|
||||
value: "Realne",
|
||||
title: "Okazje cenowe",
|
||||
},
|
||||
value: "Realne", title: "Okazje cenowe"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-detail-professional-coffee-machine_169016-16963.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-detail-professional-coffee-machine_169016-16963.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -154,40 +113,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ceny bez konkurencji",
|
||||
description: "Oferujemy produkty w cenach znacznie niższych niż w tradycyjnych sklepach.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-amplifier-black_23-2147781794.jpg",
|
||||
},
|
||||
title: "Ceny bez konkurencji", description: "Oferujemy produkty w cenach znacznie niższych niż w tradycyjnych sklepach.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-amplifier-black_23-2147781794.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-hot-air-fryer-with-cooked-food_23-2151737123.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736818.jpg?_wi=2",
|
||||
imageAlt: "luxury audio speakers minimal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-hot-air-fryer-with-cooked-food_23-2151737123.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Różnorodność",
|
||||
description: "Od sprzętu RTV po profesjonalne AGD, zawsze znajdziesz coś dla siebie.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headphones-record-player_23-2147781816.jpg",
|
||||
},
|
||||
title: "Różnorodność", description: "Od sprzętu RTV po profesjonalne AGD, zawsze znajdziesz coś dla siebie.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headphones-record-player_23-2147781816.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kettle-making-delicious-tea_23-2151882961.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-detail-professional-coffee-machine_169016-16963.jpg?_wi=2",
|
||||
imageAlt: "luxury audio speakers minimal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kettle-making-delicious-tea_23-2151882961.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Trafienia",
|
||||
description: "Poczuj radość z upolowania perełek, które znikają tego samego dnia.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sound-producer-adjusting-volume-levels-home-studio-amplifier_482257-83377.jpg",
|
||||
},
|
||||
title: "Trafienia", description: "Poczuj radość z upolowania perełek, które znikają tego samego dnia.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sound-producer-adjusting-volume-levels-home-studio-amplifier_482257-83377.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-bathrobe-drinking-morning-coffee-enjoying-taste-smiling_1258-193244.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-preparing-coffee_23-2148865558.jpg?_wi=1",
|
||||
imageAlt: "luxury audio speakers minimal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-bathrobe-drinking-morning-coffee-enjoying-taste-smiling_1258-193244.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -203,26 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Outlet",
|
||||
title: "Zwroty i końcówki",
|
||||
description: "Produkty sprawdzone, gotowe do pracy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699695.jpg",
|
||||
},
|
||||
id: "m1", value: "Outlet", title: "Zwroty i końcówki", description: "Produkty sprawdzone, gotowe do pracy.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699695.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Ceny",
|
||||
title: "Zawsze niższe",
|
||||
description: "Transparentność w każdym aspekcie oferty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piano-keys-top-view-musicians-workplace-concert_169016-20778.jpg",
|
||||
},
|
||||
id: "m2", value: "Ceny", title: "Zawsze niższe", description: "Transparentność w każdym aspekcie oferty.", imageSrc: "http://img.b2bpic.net/free-photo/piano-keys-top-view-musicians-workplace-concert_169016-20778.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Szybkość",
|
||||
title: "Kto pierwszy",
|
||||
description: "Najlepsze okazje nie czekają.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-blender-with-fruit-mix_23-2148230497.jpg",
|
||||
},
|
||||
id: "m3", value: "Szybkość", title: "Kto pierwszy", description: "Najlepsze okazje nie czekają.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-blender-with-fruit-mix_23-2148230497.jpg"},
|
||||
]}
|
||||
title="Pełna przejrzystość"
|
||||
description="Nasze ceny biorą się z faktu, że produkty mogą posiadać drobne ślady użytkowania lub nie posiadać pełnej gwarancji producenta."
|
||||
@@ -237,47 +163,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ekspres Premium",
|
||||
price: "1200 PLN",
|
||||
variant: "AGD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-preparing-coffee_23-2148865558.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Ekspres Premium", price: "1200 PLN", variant: "AGD", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-preparing-coffee_23-2148865558.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Soundbar Hi-Fi",
|
||||
price: "890 PLN",
|
||||
variant: "RTV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039381.jpg",
|
||||
},
|
||||
id: "p2", name: "Soundbar Hi-Fi", price: "890 PLN", variant: "RTV", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039381.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mikrofala Pro",
|
||||
price: "450 PLN",
|
||||
variant: "AGD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-morning-standing-kitchen-making-herself-cup-coffee_1258-198122.jpg",
|
||||
},
|
||||
id: "p3", name: "Mikrofala Pro", price: "450 PLN", variant: "AGD", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-morning-standing-kitchen-making-herself-cup-coffee_1258-198122.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Oczyszczacz Powietrza",
|
||||
price: "600 PLN",
|
||||
variant: "Gadżet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821279.jpg",
|
||||
},
|
||||
id: "p4", name: "Oczyszczacz Powietrza", price: "600 PLN", variant: "Gadżet", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821279.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Odkurzacz Pro",
|
||||
price: "750 PLN",
|
||||
variant: "AGD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736859.jpg",
|
||||
},
|
||||
id: "p5", name: "Odkurzacz Pro", price: "750 PLN", variant: "AGD", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736859.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Smart Kitchen Hub",
|
||||
price: "1500 PLN",
|
||||
variant: "Gadżet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821323.jpg",
|
||||
},
|
||||
id: "p6", name: "Smart Kitchen Hub", price: "1500 PLN", variant: "Gadżet", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821323.jpg"},
|
||||
]}
|
||||
title="Aktualne okazje"
|
||||
description="Sprawdź, co dzisiaj trafiło na nasze półki. Pamiętaj, to często jedyne sztuki!"
|
||||
@@ -291,40 +187,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marek K.",
|
||||
handle: "@marek-okazje",
|
||||
testimonial: "Zawsze znajdę tu coś ciekawego. To magiczne miejsce.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
},
|
||||
id: "t1", name: "Marek K.", handle: "@marek-okazje", testimonial: "Zawsze znajdę tu coś ciekawego. To magiczne miejsce.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Anna W.",
|
||||
handle: "@ania-w",
|
||||
testimonial: "Ceny naprawdę konkurencyjne. Bardzo polecam!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-gingerbread-blurred-background-with-bokeh_169016-24849.jpg",
|
||||
},
|
||||
id: "t2", name: "Anna W.", handle: "@ania-w", testimonial: "Ceny naprawdę konkurencyjne. Bardzo polecam!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-gingerbread-blurred-background-with-bokeh_169016-24849.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Paweł G.",
|
||||
handle: "@pawel-g",
|
||||
testimonial: "Można upolować świetne rzeczy za grosze.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-through-her-phone_1149-1137.jpg",
|
||||
},
|
||||
id: "t3", name: "Paweł G.", handle: "@pawel-g", testimonial: "Można upolować świetne rzeczy za grosze.", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-through-her-phone_1149-1137.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ewa J.",
|
||||
handle: "@ewa-j",
|
||||
testimonial: "Obsługa zawsze pomocna i bardzo konkretna.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-cooking-togheter_23-2149105991.jpg",
|
||||
},
|
||||
id: "t4", name: "Ewa J.", handle: "@ewa-j", testimonial: "Obsługa zawsze pomocna i bardzo konkretna.", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-cooking-togheter_23-2149105991.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Piotr R.",
|
||||
handle: "@piotr-r",
|
||||
testimonial: "Dla takich okazji warto tu przyjechać z daleka.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopping-girl_1157-8663.jpg",
|
||||
},
|
||||
id: "t5", name: "Piotr R.", handle: "@piotr-r", testimonial: "Dla takich okazji warto tu przyjechać z daleka.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-girl_1157-8663.jpg"},
|
||||
]}
|
||||
title="Nasi klienci wracają regularnie"
|
||||
description="Posłuchaj, co mówią o nas nasi stali bywalcy."
|
||||
@@ -336,14 +207,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Facebook News",
|
||||
"Dostawy codziennie",
|
||||
"Nowe okazje",
|
||||
"Jedne sztuki",
|
||||
"Klienci polecają",
|
||||
"Smart Shopper",
|
||||
"Outlet Premium",
|
||||
]}
|
||||
"Facebook News", "Dostawy codziennie", "Nowe okazje", "Jedne sztuki", "Klienci polecają", "Smart Shopper", "Outlet Premium"]}
|
||||
title="Śledź nas na Facebooku"
|
||||
description="Najlepsze okazje publikujemy jako pierwsze na naszym Facebooku. Bądź szybszy niż inni!"
|
||||
/>
|
||||
@@ -353,8 +217,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Odwiedź nas"
|
||||
title="Nie czekaj. Najlepsze znikają dziś."
|
||||
description="Adres: Mierzyn, ul. Główna 123. Jesteśmy otwarci codziennie. Zadzwoń: +48 123 456 789."
|
||||
@@ -367,29 +230,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Outlet Mierzyn",
|
||||
items: [
|
||||
title: "Outlet Mierzyn", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sklep",
|
||||
items: [
|
||||
title: "Sklep", items: [
|
||||
{
|
||||
label: "Lokalizacja",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Lokalizacja", href: "#contact"},
|
||||
{
|
||||
label: "Dostawy",
|
||||
href: "#how-it-works",
|
||||
},
|
||||
label: "Dostawy", href: "#how-it-works"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user