Merge version_1 into main #2
214
src/app/page.tsx
214
src/app/page.tsx
@@ -30,27 +30,18 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "O nas",
|
||||
id: "about",
|
||||
},
|
||||
name: "O nas", id: "about"},
|
||||
{
|
||||
name: "Przestrzeń",
|
||||
id: "spaces",
|
||||
},
|
||||
name: "Przestrzeń", id: "spaces"},
|
||||
{
|
||||
name: "Kuchnia",
|
||||
id: "food",
|
||||
},
|
||||
name: "Kuchnia", id: "food"},
|
||||
{
|
||||
name: "Opinie",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Opinie", id: "reviews"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Wrzosowa"
|
||||
button={{ text: "Rezerwuj", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,69 +51,34 @@ export default function LandingPage() {
|
||||
description="W sercu natury, gdzie elegancja spotyka się z rustykalnym urokiem. Tworzymy wspomnienia, które zostają na całe życie."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anna & Marek",
|
||||
handle: "@anna_marek",
|
||||
testimonial: "Miejsce jak z bajki. Profesjonalna obsługa sprawiła, że czuliśmy się wyjątkowo.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481460.jpg?_wi=1",
|
||||
imageAlt: "elegant rustic wedding venue forest",
|
||||
},
|
||||
name: "Anna & Marek", handle: "@anna_marek", testimonial: "Miejsce jak z bajki. Profesjonalna obsługa sprawiła, że czuliśmy się wyjątkowo.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481460.jpg", imageAlt: "elegant rustic wedding venue forest"},
|
||||
{
|
||||
name: "Kasia & Tomek",
|
||||
handle: "@kasia_tomek",
|
||||
testimonial: "Najlepsza kuchnia, jaką jedliśmy na weselu. Wszyscy byli zachwyceni!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/heart-shape-made-flowers_23-2150397250.jpg?_wi=1",
|
||||
imageAlt: "charming country estate entrance",
|
||||
},
|
||||
name: "Kasia & Tomek", handle: "@kasia_tomek", testimonial: "Najlepsza kuchnia, jaką jedliśmy na weselu. Wszyscy byli zachwyceni!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/heart-shape-made-flowers_23-2150397250.jpg", imageAlt: "charming country estate entrance"},
|
||||
{
|
||||
name: "Magda & Piotr",
|
||||
handle: "@magda_piotr",
|
||||
testimonial: "Przepiękna oprawa i cudowna atmosfera lasu. Idealnie.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-best-men-posing-beach_23-2149044009.jpg?_wi=1",
|
||||
imageAlt: "professional wedding service staff",
|
||||
},
|
||||
name: "Magda & Piotr", handle: "@magda_piotr", testimonial: "Przepiękna oprawa i cudowna atmosfera lasu. Idealnie.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-best-men-posing-beach_23-2149044009.jpg", imageAlt: "professional wedding service staff"},
|
||||
{
|
||||
name: "Ewa & Jan",
|
||||
handle: "@ewa_jan",
|
||||
testimonial: "Wszystko dopięte na ostatni guzik, polecamy każdemu!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wedding-planner-resources_52683-107628.jpg?_wi=1",
|
||||
imageAlt: "transparent wedding pricing contract",
|
||||
},
|
||||
name: "Ewa & Jan", handle: "@ewa_jan", testimonial: "Wszystko dopięte na ostatni guzik, polecamy każdemu!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wedding-planner-resources_52683-107628.jpg", imageAlt: "transparent wedding pricing contract"},
|
||||
{
|
||||
name: "Zosia & Paweł",
|
||||
handle: "@zosia_pawel",
|
||||
testimonial: "Magiczne miejsce, do którego chcemy wracać.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2149617130.jpg?_wi=1",
|
||||
imageAlt: "gourmet wedding food plating",
|
||||
},
|
||||
name: "Zosia & Paweł", handle: "@zosia_pawel", testimonial: "Magiczne miejsce, do którego chcemy wracać.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2149617130.jpg", imageAlt: "gourmet wedding food plating"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481460.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481460.jpg"
|
||||
imageAlt="Wrzosowa wedding venue hero"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/groom-carries-bride-his-back-outdoors_1153-5964.jpg",
|
||||
alt: "Anna & Marek",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/groom-carries-bride-his-back-outdoors_1153-5964.jpg", alt: "Anna & Marek"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/look-through-threads-with-buds-chrysanthemums-plastic-chairs-standing-hall_1304-3345.jpg",
|
||||
alt: "Kasia & Tomek",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/look-through-threads-with-buds-chrysanthemums-plastic-chairs-standing-hall_1304-3345.jpg", alt: "Kasia & Tomek"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/boyfriend-hugging-his-girlfriend-from-kissing-her_1153-1132.jpg",
|
||||
alt: "Magda & Piotr",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/boyfriend-hugging-his-girlfriend-from-kissing-her_1153-1132.jpg", alt: "Magda & Piotr"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-happy-married-couple_23-2149540068.jpg",
|
||||
alt: "Ewa & Jan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-happy-married-couple_23-2149540068.jpg", alt: "Ewa & Jan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fantasy-couple-getting-married-with-lights_23-2151158066.jpg",
|
||||
alt: "Zosia & Paweł",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fantasy-couple-getting-married-with-lights_23-2151158066.jpg", alt: "Zosia & Paweł"},
|
||||
]}
|
||||
avatarText="Ponad 500 szczęśliwych par"
|
||||
/>
|
||||
@@ -133,7 +89,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Historia Wrzosowej"
|
||||
description="Nasza historia zaczęła się od miłości do natury i ludzi. Wrzosowa powstała, aby łączyć pokolenia w pięknej, leśnej oprawie. Każdy detal został zaprojektowany z myślą o Waszym komforcie i radości."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heart-shape-made-flowers_23-2150397250.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heart-shape-made-flowers_23-2150397250.jpg"
|
||||
imageAlt="Charming country estate entrance"
|
||||
/>
|
||||
</div>
|
||||
@@ -145,49 +101,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Transparentne ceny",
|
||||
description: "0 ukrytych kosztów. Jasne zasady współpracy od pierwszej rozmowy.",
|
||||
icon: CheckCircle,
|
||||
title: "Transparentne ceny", description: "0 ukrytych kosztów. Jasne zasady współpracy od pierwszej rozmowy.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wedding-planner-resources_52683-107628.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wedding-planner-resources_52683-107628.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wedding-planner-resources_52683-107628.jpg?_wi=3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wedding-planner-resources_52683-107628.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-carries-bride-his-back-outdoors_1153-5964.jpg?_wi=1",
|
||||
imageAlt: "happy bride and groom wedding portrait",
|
||||
},
|
||||
{
|
||||
title: "Wyśmienita kuchnia",
|
||||
description: "Autorskie menu z opcjami wegetariańskimi i sezonowymi.",
|
||||
icon: Utensils,
|
||||
title: "Wyśmienita kuchnia", description: "Autorskie menu z opcjami wegetariańskimi i sezonowymi.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2149617130.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2149617130.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2149617130.jpg?_wi=3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2149617130.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/look-through-threads-with-buds-chrysanthemums-plastic-chairs-standing-hall_1304-3345.jpg?_wi=1",
|
||||
imageAlt: "bride laughing wedding reception",
|
||||
},
|
||||
{
|
||||
title: "Profesjonalna obsługa",
|
||||
description: "Indywidualne podejście do każdej Pary Młodej.",
|
||||
icon: User,
|
||||
title: "Profesjonalna obsługa", description: "Indywidualne podejście do każdej Pary Młodej.", icon: User,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-best-men-posing-beach_23-2149044009.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-best-men-posing-beach_23-2149044009.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-best-men-posing-beach_23-2149044009.jpg?_wi=3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-best-men-posing-beach_23-2149044009.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-hugging-his-girlfriend-from-kissing-her_1153-1132.jpg?_wi=1",
|
||||
imageAlt: "beautiful wedding decoration garden",
|
||||
},
|
||||
]}
|
||||
title="Dlaczego Wrzosowa?"
|
||||
@@ -201,47 +139,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Karolina",
|
||||
handle: "@karolina88",
|
||||
testimonial: "Cudowne miejsce, właściciel Krzysztof jest przemiły i pomocny.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-carries-bride-his-back-outdoors_1153-5964.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Karolina", handle: "@karolina88", testimonial: "Cudowne miejsce, właściciel Krzysztof jest przemiły i pomocny.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-carries-bride-his-back-outdoors_1153-5964.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michał",
|
||||
handle: "@m.kowalski",
|
||||
testimonial: "Ogród zapiera dech w piersiach, idealny na ślub w stylu boho.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/look-through-threads-with-buds-chrysanthemums-plastic-chairs-standing-hall_1304-3345.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Michał", handle: "@m.kowalski", testimonial: "Ogród zapiera dech w piersiach, idealny na ślub w stylu boho.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/look-through-threads-with-buds-chrysanthemums-plastic-chairs-standing-hall_1304-3345.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julia",
|
||||
handle: "@julia.g",
|
||||
testimonial: "Wszystko dopięte na ostatni guzik. Brak stresu, tylko radość.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-hugging-his-girlfriend-from-kissing-her_1153-1132.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Julia", handle: "@julia.g", testimonial: "Wszystko dopięte na ostatni guzik. Brak stresu, tylko radość.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-hugging-his-girlfriend-from-kissing-her_1153-1132.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bartosz",
|
||||
handle: "@b.nowak",
|
||||
testimonial: "Przepyszne jedzenie, goście jeszcze długo o tym mówili!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-happy-married-couple_23-2149540068.jpg",
|
||||
},
|
||||
id: "4", name: "Bartosz", handle: "@b.nowak", testimonial: "Przepyszne jedzenie, goście jeszcze długo o tym mówili!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-happy-married-couple_23-2149540068.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ola",
|
||||
handle: "@olka_w",
|
||||
testimonial: "Piękne pokoje hotelowe, goście byli zachwyceni noclegiem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-couple-getting-married-with-lights_23-2151158066.jpg",
|
||||
},
|
||||
id: "5", name: "Ola", handle: "@olka_w", testimonial: "Piękne pokoje hotelowe, goście byli zachwyceni noclegiem.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-couple-getting-married-with-lights_23-2151158066.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
title="Co mówią nasi goście?"
|
||||
description="Autentyczne opinie par, które zaufały nam w najważniejszym dniu swojego życia."
|
||||
/>
|
||||
@@ -254,23 +168,15 @@ export default function LandingPage() {
|
||||
description="Skontaktuj się z nami, aby porozmawiać o dostępności terminów i stworzyć ofertę skrojoną na miarę Twoich marzeń."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Imię i Nazwisko",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Imię i Nazwisko", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Napisz nam coś o Waszym wymarzonym weselu...",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heart-shape-made-flowers_23-2150397250.jpg?_wi=3"
|
||||
name: "message", placeholder: "Napisz nam coś o Waszym wymarzonym weselu..."}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heart-shape-made-flowers_23-2150397250.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -279,33 +185,21 @@ export default function LandingPage() {
|
||||
logoText="Wrzosowa"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "O nas",
|
||||
href: "#about",
|
||||
},
|
||||
label: "O nas", href: "#about"},
|
||||
{
|
||||
label: "Przestrzeń",
|
||||
href: "#spaces",
|
||||
},
|
||||
label: "Przestrzeń", href: "#spaces"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Prawne",
|
||||
items: [
|
||||
title: "Prawne", items: [
|
||||
{
|
||||
label: "Polityka prywatności",
|
||||
href: "#",
|
||||
},
|
||||
label: "Polityka prywatności", href: "#"},
|
||||
{
|
||||
label: "Regulamin",
|
||||
href: "#",
|
||||
},
|
||||
label: "Regulamin", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user