Merge version_2 into main #1
192
src/app/page.tsx
192
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "O Nas",
|
||||
id: "about",
|
||||
},
|
||||
name: "O Nas", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Opinie",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Opinie", id: "testimonials"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Trattoria Wiktor"
|
||||
/>
|
||||
@@ -61,39 +51,23 @@ export default function LandingPage() {
|
||||
description="Najlepsza pizza na cienkim cieście i autentyczne smaki włoskiej kuchni w samym sercu Dębicy. Poczuj kameralną atmosferę i wyjątkową gościnność."
|
||||
buttons={[
|
||||
{
|
||||
text: "Zobacz menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Zobacz menu", href: "#menu"},
|
||||
{
|
||||
text: "Rezerwuj stolik",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Rezerwuj stolik", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460144.jpg",
|
||||
imageAlt: "Wnętrze trattorii",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-delicious-italian-pasta-dish_23-2149460144.jpg", imageAlt: "Wnętrze trattorii"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board-with-cherry-tomatoes-free-space-text_78826-2849.jpg",
|
||||
imageAlt: "Stolik w trattorii",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board-with-cherry-tomatoes-free-space-text_78826-2849.jpg", imageAlt: "Stolik w trattorii"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89989.jpg",
|
||||
imageAlt: "Szczegół dania",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89989.jpg", imageAlt: "Szczegół dania"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629541.jpg",
|
||||
imageAlt: "Klimat lokalu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629541.jpg", imageAlt: "Klimat lokalu"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg",
|
||||
imageAlt: "Wieczór w restauracji",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg", imageAlt: "Wieczór w restauracji"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg",
|
||||
imageAlt: "Włoskie smaki",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg", imageAlt: "Włoskie smaki"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,17 +79,11 @@ export default function LandingPage() {
|
||||
description="Trattoria Wiktor to przestrzeń stworzona z myślą o miłośnikach włoskich tradycji. Nasz lokal to nie tylko jedzenie, to klimat, spokój i obsługa, która traktuje każdego gościa z wyjątkowym zaangażowaniem."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satysfakcja gości",
|
||||
},
|
||||
value: "100%", title: "Satysfakcja gości"},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Rodzajów pizzy",
|
||||
},
|
||||
value: "20+", title: "Rodzajów pizzy"},
|
||||
{
|
||||
value: "15",
|
||||
title: "Minut na danie",
|
||||
},
|
||||
value: "15", title: "Minut na danie"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -132,47 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pizza Margherita",
|
||||
price: "28 PLN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309418.jpg",
|
||||
imageAlt: "pizza margherita rustic wood",
|
||||
},
|
||||
id: "p1", name: "Pizza Margherita", price: "28 PLN", imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309418.jpg", imageAlt: "pizza margherita rustic wood"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Lasagna klasyczna",
|
||||
price: "34 PLN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-italian-lasagna-with-meat-vegetables_1220-7907.jpg",
|
||||
imageAlt: "italian lasagna delicious close up",
|
||||
},
|
||||
id: "p2", name: "Lasagna klasyczna", price: "34 PLN", imageSrc: "http://img.b2bpic.net/free-photo/classic-italian-lasagna-with-meat-vegetables_1220-7907.jpg", imageAlt: "italian lasagna delicious close up"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sałatka Cezar",
|
||||
price: "29 PLN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-grated-parmesan_140725-9357.jpg",
|
||||
imageAlt: "fresh caesar salad serving",
|
||||
},
|
||||
id: "p3", name: "Sałatka Cezar", price: "29 PLN", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-grated-parmesan_140725-9357.jpg", imageAlt: "fresh caesar salad serving"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Bruschetta pomidorowa",
|
||||
price: "18 PLN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lula-kebab-slices-wrapped-flatbread-garnished-with-tomato-sauce-vertical_141793-1923.jpg",
|
||||
imageAlt: "italian appetizer bruschetta bread",
|
||||
},
|
||||
id: "p4", name: "Bruschetta pomidorowa", price: "18 PLN", imageSrc: "http://img.b2bpic.net/free-photo/lula-kebab-slices-wrapped-flatbread-garnished-with-tomato-sauce-vertical_141793-1923.jpg", imageAlt: "italian appetizer bruschetta bread"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tagliatelle Bolognese",
|
||||
price: "32 PLN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-blue-plate-with-delicious-pasta-meal-served-with-tomato-meat-tan-color-towel-dinner-different-spices_140725-143902.jpg",
|
||||
imageAlt: "authentic italian pasta plate",
|
||||
},
|
||||
id: "p5", name: "Tagliatelle Bolognese", price: "32 PLN", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-blue-plate-with-delicious-pasta-meal-served-with-tomato-meat-tan-color-towel-dinner-different-spices_140725-143902.jpg", imageAlt: "authentic italian pasta plate"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tiramisu domowe",
|
||||
price: "22 PLN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-tiramisu_23-2151940378.jpg",
|
||||
imageAlt: "italian dessert tiramisu plate",
|
||||
},
|
||||
id: "p6", name: "Tiramisu domowe", price: "22 PLN", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-tiramisu_23-2151940378.jpg", imageAlt: "italian dessert tiramisu plate"},
|
||||
]}
|
||||
title="Nasze Specjały"
|
||||
description="Odkryj menu pełne autentycznych włoskich składników."
|
||||
@@ -187,20 +125,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.9",
|
||||
description: "Średnia ocena",
|
||||
},
|
||||
id: "m1", value: "4.9", description: "Średnia ocena"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Szybka",
|
||||
description: "Obsługa",
|
||||
},
|
||||
id: "m2", value: "Szybka", description: "Obsługa"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Rozsądne",
|
||||
description: "Ceny",
|
||||
},
|
||||
id: "m3", value: "Rozsądne", description: "Ceny"},
|
||||
]}
|
||||
title="Dlaczego goście wracają?"
|
||||
description="Nasza jakość i obsługa mówią same za siebie."
|
||||
@@ -214,45 +143,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna Kowalska",
|
||||
handle: "@ania",
|
||||
testimonial: "Najlepsza pizza w Dębicy! Cienkie ciasto, świetne składniki. Polecam!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
|
||||
},
|
||||
id: "1", name: "Anna Kowalska", handle: "@ania", testimonial: "Najlepsza pizza w Dębicy! Cienkie ciasto, świetne składniki. Polecam!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marek Nowak",
|
||||
handle: "@marek",
|
||||
testimonial: "Obsługa przemiła, a jedzenie bardzo dobrze doprawione.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-having-pasta-dish_23-2148149158.jpg",
|
||||
},
|
||||
id: "2", name: "Marek Nowak", handle: "@marek", testimonial: "Obsługa przemiła, a jedzenie bardzo dobrze doprawione.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-having-pasta-dish_23-2148149158.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ewa Zielińska",
|
||||
handle: "@ewa",
|
||||
testimonial: "Kameralne miejsce z super klimatem. Wrócę na pewno.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg",
|
||||
},
|
||||
id: "3", name: "Ewa Zielińska", handle: "@ewa", testimonial: "Kameralne miejsce z super klimatem. Wrócę na pewno.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tomasz Wiśniewski",
|
||||
handle: "@tomek",
|
||||
testimonial: "Bardzo rozsądne ceny przy tak wysokiej jakości dania.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg",
|
||||
},
|
||||
id: "4", name: "Tomasz Wiśniewski", handle: "@tomek", testimonial: "Bardzo rozsądne ceny przy tak wysokiej jakości dania.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kasia Wójcik",
|
||||
handle: "@kasia",
|
||||
testimonial: "Pyszne tiramisu i aromatyczne herbaty. Idealne miejsce.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
id: "5", name: "Kasia Wójcik", handle: "@kasia", testimonial: "Pyszne tiramisu i aromatyczne herbaty. Idealne miejsce.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Co mówią nasi Goście?"
|
||||
@@ -266,24 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Czy wymagana jest rezerwacja stolika?",
|
||||
content: "W godzinach szczytu warto zadzwonić, choć zawsze staramy się znaleźć miejsce.",
|
||||
},
|
||||
id: "f1", title: "Czy wymagana jest rezerwacja stolika?", content: "W godzinach szczytu warto zadzwonić, choć zawsze staramy się znaleźć miejsce."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Czy dostępne są dania wegetariańskie?",
|
||||
content: "Tak, w naszym menu znajdziesz wiele opcji wegetariańskich, w tym pizze i makarony.",
|
||||
},
|
||||
id: "f2", title: "Czy dostępne są dania wegetariańskie?", content: "Tak, w naszym menu znajdziesz wiele opcji wegetariańskich, w tym pizze i makarony."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Gdzie znajdę parking?",
|
||||
content: "W pobliżu restauracji dostępne są ogólnodostępne miejsca parkingowe.",
|
||||
},
|
||||
id: "f3", title: "Gdzie znajdę parking?", content: "W pobliżu restauracji dostępne są ogólnodostępne miejsca parkingowe."},
|
||||
]}
|
||||
title="Częste pytania"
|
||||
title="Najczęściej Zadawane Pytania"
|
||||
faqsAnimation="slide-up"
|
||||
description="Odpowiedzi na najczęściej zadawane pytania dotyczące naszej restauracji."
|
||||
description="Odpowiedzi na pytania, które najczęściej zadają nasi goście."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -291,10 +186,9 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Umów wizytę w Trattoria Wiktor"
|
||||
title="Skontaktuj się z Trattoria Wiktor"
|
||||
description="Zapisz się do newslettera, aby otrzymywać informacje o nowych daniach i promocjach."
|
||||
/>
|
||||
</div>
|
||||
@@ -308,4 +202,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user