Merge version_1 into main #2
250
src/app/page.tsx
250
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Tatuaż",
|
||||
id: "tattoo",
|
||||
},
|
||||
{
|
||||
name: "Barber",
|
||||
id: "barber",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Start", id: "hero" },
|
||||
{ name: "Tatuaż", id: "tattoo" },
|
||||
{ name: "Barber", id: "barber" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Titanium Tattoo & Barber"
|
||||
/>
|
||||
@@ -57,79 +45,23 @@ export default function LandingPage() {
|
||||
title="Titanium Tattoo & Barber Gdańsk"
|
||||
description="Dwa rzemiosła, jedno miejsce. Najwyższa jakość, sterylne warunki i męski charakter w Gdańsku-Morenie."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcin K.",
|
||||
handle: "@marcin",
|
||||
testimonial: "Najlepszy barber w Trójmieście. FADE zawsze idealny.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dilligent-focused-tattoo-artist-is-creating-new-tattoo-young-woman-s-hand-tatoo-studio_613910-5857.jpg?_wi=1",
|
||||
imageAlt: "tattoo studio interior dark",
|
||||
},
|
||||
{
|
||||
name: "Adam Z.",
|
||||
handle: "@adam",
|
||||
testimonial: "Studio z charakterem. Tatuaż wykonany profesjonalnie.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worried-tattooed-young-man-with-nose-ear-piercing-holding-flower-hand_23-2148121935.jpg?_wi=1",
|
||||
imageAlt: "tattoo studio interior dark",
|
||||
},
|
||||
{
|
||||
name: "Łukasz B.",
|
||||
handle: "@lukasz",
|
||||
testimonial: "Dobra atmosfera i konkretna rozmowa. Polecam.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg",
|
||||
imageAlt: "tattoo studio interior dark",
|
||||
},
|
||||
{
|
||||
name: "Paweł W.",
|
||||
handle: "@pawel",
|
||||
testimonial: "Rzetelność i sterylność. Wrócę na kolejną sesję.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=1",
|
||||
imageAlt: "tattoo studio interior dark",
|
||||
},
|
||||
{
|
||||
name: "Michał S.",
|
||||
handle: "@michal",
|
||||
testimonial: "Zdecydowanie polecam to studio każdemu facetowi.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-tattoo-artist-front-his-studio_23-2149479275.jpg?_wi=1",
|
||||
imageAlt: "tattoo studio interior dark",
|
||||
},
|
||||
{ name: "Marcin K.", handle: "@marcin", testimonial: "Najlepszy barber w Trójmieście. FADE zawsze idealny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dilligent-focused-tattoo-artist-is-creating-new-tattoo-young-woman-s-hand-tatoo-studio_613910-5857.jpg", imageAlt: "tattoo studio interior dark" },
|
||||
{ name: "Adam Z.", handle: "@adam", testimonial: "Studio z charakterem. Tatuaż wykonany profesjonalnie.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/worried-tattooed-young-man-with-nose-ear-piercing-holding-flower-hand_23-2148121935.jpg", imageAlt: "tattoo studio interior dark" },
|
||||
{ name: "Łukasz B.", handle: "@lukasz", testimonial: "Dobra atmosfera i konkretna rozmowa. Polecam.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "tattoo studio interior dark" },
|
||||
{ name: "Paweł W.", handle: "@pawel", testimonial: "Rzetelność i sterylność. Wrócę na kolejną sesję.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageAlt: "tattoo studio interior dark" },
|
||||
{ name: "Michał S.", handle: "@michal", testimonial: "Zdecydowanie polecam to studio każdemu facetowi.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/experienced-tattoo-artist-front-his-studio_23-2149479275.jpg", imageAlt: "tattoo studio interior dark" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Rezerwuj na Booksy",
|
||||
href: "https://booksy.com",
|
||||
},
|
||||
{
|
||||
text: "Zadzwoń: 503 591 820",
|
||||
href: "tel:+48503591820",
|
||||
},
|
||||
{ text: "Rezerwuj na Booksy", href: "https://booksy.com" },
|
||||
{ text: "Zadzwoń: 503 591 820", href: "tel:+48503591820" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dilligent-focused-tattoo-artist-is-creating-new-tattoo-young-woman-s-hand-tatoo-studio_613910-5857.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dilligent-focused-tattoo-artist-is-creating-new-tattoo-young-woman-s-hand-tatoo-studio_613910-5857.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
|
||||
alt: "Happy client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/thinking-man-dark-suit-studio-shot_613910-10754.jpg",
|
||||
alt: "Happy client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
alt: "Happy client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg",
|
||||
alt: "Happy client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11522.jpg",
|
||||
alt: "Happy client",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", alt: "Happy client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/thinking-man-dark-suit-studio-shot_613910-10754.jpg", alt: "Happy client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Happy client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", alt: "Happy client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11522.jpg", alt: "Happy client" },
|
||||
]}
|
||||
avatarText="Ponad 210 zadowolonych klientów"
|
||||
/>
|
||||
@@ -151,29 +83,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Style Tatuażu",
|
||||
description: "Wykonujemy tatuaże w stylach: Realizm, Black & Grey, Chicano, Kaligrafia, Linework, Fineline. Ceny od 250 zł.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worried-tattooed-young-man-with-nose-ear-piercing-holding-flower-hand_23-2148121935.jpg?_wi=2",
|
||||
imageAlt: "Tattoo work",
|
||||
},
|
||||
title: "Style Tatuażu", description: "Wykonujemy tatuaże w stylach: Realizm, Black & Grey, Chicano, Kaligrafia, Linework, Fineline. Ceny od 250 zł.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dilligent-focused-tattoo-artist-is-creating-new-tattoo-young-woman-s-hand-tatoo-studio_613910-5857.jpg", imageAlt: "black and grey tattoo forearm"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Wycena indywidualna dużych projektów",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Sesja całodniowa: ok. 1000 zł",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Zniżka na drugi tatuaż w jednej sesji",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Wycena indywidualna dużych projektów" },
|
||||
{ icon: CheckCircle, text: "Sesja całodniowa: ok. 1000 zł" },
|
||||
{ icon: CheckCircle, text: "Zniżka na drugi tatuaż w jednej sesji" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dilligent-focused-tattoo-artist-is-creating-new-tattoo-young-woman-s-hand-tatoo-studio_613910-5857.jpg?_wi=3",
|
||||
imageAlt: "black and grey tattoo forearm",
|
||||
},
|
||||
]}
|
||||
title="Studio Tatuażu"
|
||||
@@ -187,54 +104,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
price: "70 zł",
|
||||
name: "Strzyżenie Klasyczne / FADE",
|
||||
features: [
|
||||
"30 min",
|
||||
"Precyzja",
|
||||
"Stylizacja",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Rezerwuj",
|
||||
href: "https://booksy.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
price: "60 zł",
|
||||
name: "Maszynka",
|
||||
features: [
|
||||
"20 min",
|
||||
"Szybki serwis",
|
||||
"Świeżość",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Rezerwuj",
|
||||
href: "https://booksy.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
price: "60 zł",
|
||||
name: "Mycie + Stylizacja",
|
||||
features: [
|
||||
"Pielęgnacja",
|
||||
"Produkty premium",
|
||||
"Relaks",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Rezerwuj",
|
||||
href: "https://booksy.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "p1", price: "70 zł", name: "Strzyżenie Klasyczne / FADE", features: ["30 min", "Precyzja", "Stylizacja"], buttons: [{ text: "Rezerwuj", href: "https://booksy.com" }] },
|
||||
{ id: "p2", price: "60 zł", name: "Maszynka", features: ["20 min", "Szybki serwis", "Świeżość"], buttons: [{ text: "Rezerwuj", href: "https://booksy.com" }] },
|
||||
{ id: "p3", price: "60 zł", name: "Mycie + Stylizacja", features: ["Pielęgnacja", "Produkty premium", "Relaks"], buttons: [{ text: "Rezerwuj", href: "https://booksy.com" }] },
|
||||
]}
|
||||
title="Barber Shop"
|
||||
description="Klasyczna jakość, precyzyjne cięcie, męski klimat."
|
||||
@@ -244,75 +116,37 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marcin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Adam",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-tattoo-artist-front-his-studio_23-2149479275.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Łukasz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Paweł",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Michał",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Marcin", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg" },
|
||||
{ id: "t2", name: "Adam", imageSrc: "http://img.b2bpic.net/free-photo/experienced-tattoo-artist-front-his-studio_23-2149479275.jpg" },
|
||||
{ id: "t3", name: "Łukasz", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg" },
|
||||
{ id: "t4", name: "Paweł", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg" },
|
||||
{ id: "t5", name: "Michał", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg" },
|
||||
]}
|
||||
cardTitle="Ponad 210 opinii – 4,8★"
|
||||
cardTag="Zaufanie"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Czy muszę mieć gotowy wzór?",
|
||||
content: "Nie musisz. Nasz artysta pomoże Ci zaprojektować idealny wzór podczas konsultacji.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Ile kosztuje tatuaż?",
|
||||
content: "Małe projekty startują od 250 zł. Duże wyceniamy indywidualnie.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Czy można płacić kartą?",
|
||||
content: "Tak, akceptujemy wszystkie popularne karty płatnicze.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Gdzie zaparkuję?",
|
||||
content: "Zapewniamy darmowy parking bezpośrednio pod drzwiami studia.",
|
||||
},
|
||||
{ id: "q1", title: "Czy muszę mieć gotowy wzór?", content: "Nie musisz. Nasz artysta pomoże Ci zaprojektować idealny wzór podczas konsultacji." },
|
||||
{ id: "q2", title: "Ile kosztuje tatuaż?", content: "Małe projekty startują od 250 zł. Duże wyceniamy indywidualnie." },
|
||||
{ id: "q3", title: "Czy można płacić kartą?", content: "Tak, akceptujemy wszystkie popularne karty płatnicze." },
|
||||
{ id: "q4", title: "Gdzie zaparkuję?", content: "Zapewniamy darmowy parking bezpośrednio pod drzwiami studia." },
|
||||
]}
|
||||
sideTitle="Pytania i Odpowiedzi"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Kontakt"
|
||||
title="Zarezerwuj wizytę już dziś"
|
||||
description="Zadzwoń do nas przed przyjazdem: 503 591 820. Gdańsk, ul. Bulońska 10A."
|
||||
@@ -322,14 +156,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Titanium Tattoo & Barber"
|
||||
leftLink={{
|
||||
text: "ul. Bulońska 10A, 80-288 Gdańsk",
|
||||
href: "https://maps.app.goo.gl/...",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Pn-Pt: 12:00-20:00",
|
||||
href: "tel:+48503591820",
|
||||
}}
|
||||
leftLink={{ text: "ul. Bulońska 10A, 80-288 Gdańsk", href: "https://maps.app.goo.gl/..." }}
|
||||
rightLink={{ text: "Pn-Pt: 12:00-20:00", href: "tel:+48503591820" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user