Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 18:00:20 +00:00

View File

@@ -28,18 +28,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Menu",
id: "#menu",
},
{
name: "Opinie",
id: "#opinie",
},
{
name: "Lokalizacja",
id: "#footer",
},
{ name: "Menu", id: "#menu" },
{ name: "Opinie", id: "#opinie" },
{ name: "Lokalizacja", id: "#footer" },
]}
brandName="Trattoria Oltre"
/>
@@ -47,48 +38,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Pizza, jakiej szukałeś całe życie."
description="Rzemieślnicze ciasto inspirowane tradycją między Rzymem a Neapolem. Odkryj smak prawdziwego włoskiego ognia w sercu Warszawy."
buttons={[
{
text: "Zamów teraz",
href: "#order",
},
]}
buttons={[{ text: "Zamów teraz", href: "#order" }]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg?_wi=1",
imageAlt: "Hero texture",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg?_wi=2",
imageAlt: "Hero texture",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg?_wi=3",
imageAlt: "Hero texture",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg?_wi=4",
imageAlt: "Hero texture",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg?_wi=5",
imageAlt: "Hero texture",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg?_wi=6",
imageAlt: "Hero texture",
},
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg", imageAlt: "Hero texture" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg", imageAlt: "Hero texture" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg", imageAlt: "Hero texture" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg", imageAlt: "Hero texture" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg", imageAlt: "Hero texture" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg", imageAlt: "Hero texture" },
]}
/>
</div>
@@ -97,53 +57,24 @@ export default function LandingPage() {
<FeatureCardNine
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Tradycyjne ciasto",
description: "Wypracowane przez lata, wypiekane na kamiennym piecu dla idealnej chrupkości.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=1",
imageAlt: "Dough",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=2",
imageAlt: "Dough",
},
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg?_wi=7",
imageAlt: "dark stone texture luxury",
},
{
title: "Wyjątkowe kompozycje",
description: "Ziemniak, ricotta, najlepsze sezonowe składniki prosto od lokalnych dostawców.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg?_wi=1",
imageAlt: "Ingredients",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg?_wi=2",
imageAlt: "Ingredients",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20328.jpg?_wi=1",
imageAlt: "portrait of happy customer",
},
{
title: "Lokalne miejsce",
description: "Warszawa best-kept secret ukryty diament na mapie miasta.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=3",
imageAlt: "Place",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=4",
imageAlt: "Place",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
imageAlt: "customer laughing restaurant",
},
]}
animationType="slide-up"
showStepNumbers={false}
title="Dlaczego my?"
description="Prawdziwa pasja zamknięta w każdym kawałku pizzy."
features={[
{
title: "Tradycyjne ciasto", description: "Wypracowane przez lata, wypiekane na kamiennym piecu dla idealnej chrupkości.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg", imageAlt: "Dough" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg", imageAlt: "Dough" }
},
{
title: "Wyjątkowe kompozycje", description: "Ziemniak, ricotta, najlepsze sezonowe składniki prosto od lokalnych dostawców.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg", imageAlt: "Ingredients" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg", imageAlt: "Ingredients" }
},
{
title: "Lokalne miejsce", description: "Warszawa best-kept secret ukryty diament na mapie miasta.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg", imageAlt: "Place" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg", imageAlt: "Place" }
},
]}
/>
</div>
@@ -154,48 +85,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Margherita Artigianale",
price: "38 PLN",
variant: "Klasyka",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=5",
},
{
id: "2",
name: "Tartufo e Patate",
price: "45 PLN",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg?_wi=3",
},
{
id: "3",
name: "Diavola di Napoli",
price: "42 PLN",
variant: "Ostra",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=6",
},
{
id: "4",
name: "Burrata Estiva",
price: "48 PLN",
variant: "Sezonowa",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg?_wi=4",
},
{
id: "5",
name: "Funghi e Pecorino",
price: "44 PLN",
variant: "Leśna",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=7",
},
{
id: "6",
name: "Pistacchio Mortadella",
price: "49 PLN",
variant: "Wyjątkowa",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg?_wi=5",
},
{ id: "1", name: "Margherita Artigianale", price: "38 PLN", variant: "Klasyka", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg" },
{ id: "2", name: "Tartufo e Patate", price: "45 PLN", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg" },
{ id: "3", name: "Diavola di Napoli", price: "42 PLN", variant: "Ostra", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg" },
{ id: "4", name: "Burrata Estiva", price: "48 PLN", variant: "Sezonowa", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg" },
{ id: "5", name: "Funghi e Pecorino", price: "44 PLN", variant: "Leśna", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg" },
{ id: "6", name: "Pistacchio Mortadella", price: "49 PLN", variant: "Wyjątkowa", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg" },
]}
title="Nasze Specjały"
description="Odkryj autorskie kompozycje, które definiują nasze rzemiosło."
@@ -207,61 +102,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Jakub J.",
date: "10.2023",
title: "Lokalny Przewodnik",
quote: "Diamencik — klasa sama w sobie. Coś pomiędzy Rzymem a Neapolem. Przepyszny sos pomidorowy.",
tag: "Top",
avatarSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727615.jpg",
imageAlt: "profile picture authentic customer",
},
{
id: "2",
name: "Robert S.",
date: "09.2023",
title: "Lokalny Przewodnik",
quote: "Pyszne ciasto i bardzo dobre jedzenie. Bardzo ciekawe miejsce — niepozorne, ale takie lubię najbardziej.",
tag: "Smak",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg?_wi=8",
imageAlt: "artisan pizza closeup warm",
},
{
id: "3",
name: "Nathalie K.",
date: "08.2023",
title: "Gość",
quote: "Pizza jest dobra i jakościowo nie mam zastrzeżeń.",
tag: "Jakość",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727615.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg?_wi=6",
imageAlt: "rustic italian pizza ingredients",
},
{
id: "4",
name: "Marek P.",
date: "07.2023",
title: "Gość",
quote: "Najlepsza pizza w Warszawie. Atmosfera jak we Włoszech.",
tag: "Atmosfera",
avatarSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20328.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg?_wi=8",
imageAlt: "dark stone texture luxury",
},
{
id: "5",
name: "Anna W.",
date: "06.2023",
title: "Gość",
quote: "Cudowna obsługa i genialny piec.",
tag: "Obsługa",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20328.jpg?_wi=2",
imageAlt: "portrait of happy customer",
},
{ id: "1", name: "Jakub J.", date: "10.2023", title: "Lokalny Przewodnik", quote: "Diamencik — klasa sama w sobie. Coś pomiędzy Rzymem a Neapolem. Przepyszny sos pomidorowy.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727615.jpg", imageAlt: "profile picture authentic customer" },
{ id: "2", name: "Robert S.", date: "09.2023", title: "Lokalny Przewodnik", quote: "Pyszne ciasto i bardzo dobre jedzenie. Bardzo ciekawe miejsce — niepozorne, ale takie lubię najbardziej.", tag: "Smak", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg", imageAlt: "artisan pizza closeup warm" },
{ id: "3", name: "Nathalie K.", date: "08.2023", title: "Gość", quote: "Pizza jest dobra i jakościowo nie mam zastrzeżeń.", tag: "Jakość", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727615.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg", imageAlt: "rustic italian pizza ingredients" },
{ id: "4", name: "Marek P.", date: "07.2023", title: "Gość", quote: "Najlepsza pizza w Warszawie. Atmosfera jak we Włoszech.", tag: "Atmosfera", avatarSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12367.jpg", imageAlt: "dark stone texture luxury" },
{ id: "5", name: "Anna W.", date: "06.2023", title: "Gość", quote: "Cudowna obsługa i genialny piec.", tag: "Obsługa", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20328.jpg", imageAlt: "portrait of happy customer" },
]}
title="995+ opinii · Średnia 5★"
description="Nasi goście doceniają naszą jakość."
@@ -271,21 +116,13 @@ export default function LandingPage() {
<div id="order" data-section="order">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Dostawa & Odbiór"
title="Gotowy na najlepszą pizzę w Warszawie?"
description="Zamów teraz online lub wpadnij po odbiór osobisty."
buttons={[
{
text: "Zamów z dostawą",
href: "#",
},
{
text: "Odbiór osobisty",
href: "#",
},
{ text: "Zamów z dostawą", href: "#" },
{ text: "Odbiór osobisty", href: "#" },
]}
/>
</div>
@@ -294,29 +131,15 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Kontakt",
items: [
{
label: "Telefon: +48 123 456 789",
href: "tel:+48123456789",
},
{
label: "Warszawa 04-142",
href: "https://maps.google.com",
},
title: "Kontakt", items: [
{ label: "Telefon: +48 123 456 789", href: "tel:+48123456789" },
{ label: "Warszawa 04-142", href: "https://maps.google.com" },
],
},
{
title: "Społeczność",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
title: "Społeczność", items: [
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
],
},
]}