Merge version_1 into main #1
194
src/app/page.tsx
194
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Domov",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Domov", id: "hero"},
|
||||
{
|
||||
name: "O nás",
|
||||
id: "about",
|
||||
},
|
||||
name: "O nás", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "product",
|
||||
},
|
||||
name: "Menu", id: "product"},
|
||||
{
|
||||
name: "Referencie",
|
||||
id: "testimonial",
|
||||
},
|
||||
name: "Referencie", id: "testimonial"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="Špaldové Palacinky"
|
||||
/>
|
||||
@@ -58,37 +48,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Špaldové Palacinky pri ZOO"
|
||||
description="Najlepšia zastávka na rýchly a čerstvý snack počas vašej návštevy bratislavskej ZOO. Príďte ochutnať naše domáce špaldové palacinky."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pozrieť Menu",
|
||||
href: "#product",
|
||||
},
|
||||
text: "Pozrieť Menu", href: "#product"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-pancakes-with-fruits-middle_181624-23827.jpg",
|
||||
imageAlt: "fresh handmade spelt pancakes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-pancakes-with-fruits-middle_181624-23827.jpg", imageAlt: "fresh handmade spelt pancakes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-blueberry_1203-9417.jpg",
|
||||
imageAlt: "Pancakes with blueberry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-blueberry_1203-9417.jpg", imageAlt: "Pancakes with blueberry"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-pancakes-with-fruits-top_181624-20709.jpg",
|
||||
imageAlt: "Closeup shot of delicious pancakes with fruits on the top",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-pancakes-with-fruits-top_181624-20709.jpg", imageAlt: "Closeup shot of delicious pancakes with fruits on the top"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-strawberries-cup-tea-white-desk-pie-biscuit-sweet-fruit-cake-berry_140725-95176.jpg",
|
||||
imageAlt: "Front view delicious pancakes with strawberries cup of tea on white desk pie biscuit sweet fruit cake berry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-strawberries-cup-tea-white-desk-pie-biscuit-sweet-fruit-cake-berry_140725-95176.jpg", imageAlt: "Front view delicious pancakes with strawberries cup of tea on white desk pie biscuit sweet fruit cake berry"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-sweet-cakes-dark-floor_140725-121003.jpg",
|
||||
imageAlt: "Top view yummy pancakes with fruits and sweet cakes on dark floor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-sweet-cakes-dark-floor_140725-121003.jpg", imageAlt: "Top view yummy pancakes with fruits and sweet cakes on dark floor"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,47 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Klasik jahodová",
|
||||
price: "5 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-food-mini-pancake-cereal-heap-cereal-pancakes-with-berries-nuts_114579-9498.jpg",
|
||||
imageAlt: "strawberry pancakes close up",
|
||||
},
|
||||
id: "1", name: "Klasik jahodová", price: "5 €", imageSrc: "http://img.b2bpic.net/free-photo/trendy-food-mini-pancake-cereal-heap-cereal-pancakes-with-berries-nuts_114579-9498.jpg", imageAlt: "strawberry pancakes close up"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Čokoládový sen",
|
||||
price: "6 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pancakes-with-topping_23-2148468115.jpg",
|
||||
imageAlt: "chocolate pancake dessert close up",
|
||||
},
|
||||
id: "2", name: "Čokoládový sen", price: "6 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pancakes-with-topping_23-2148468115.jpg", imageAlt: "chocolate pancake dessert close up"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Banán s nutellou",
|
||||
price: "6 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-taking-morning-snack_23-2148297462.jpg",
|
||||
imageAlt: "sweet breakfast snack pancake",
|
||||
},
|
||||
id: "3", name: "Banán s nutellou", price: "6 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-taking-morning-snack_23-2148297462.jpg", imageAlt: "sweet breakfast snack pancake"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Snickers špeciál",
|
||||
price: "7 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-full-chocolate-stuff_23-2148019430.jpg",
|
||||
imageAlt: "chocolate sweet snack dessert",
|
||||
},
|
||||
id: "4", name: "Snickers špeciál", price: "7 €", imageSrc: "http://img.b2bpic.net/free-photo/tray-full-chocolate-stuff_23-2148019430.jpg", imageAlt: "chocolate sweet snack dessert"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lesné ovocie",
|
||||
price: "7 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pancakes-plate-breakfast-with-jam_23-2148417357.jpg",
|
||||
imageAlt: "sweet snack pancake closeup",
|
||||
},
|
||||
id: "5", name: "Lesné ovocie", price: "7 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pancakes-plate-breakfast-with-jam_23-2148417357.jpg", imageAlt: "sweet snack pancake closeup"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Domáci džem",
|
||||
price: "5 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-pancakes-with-white-flowers-grey_140725-53275.jpg",
|
||||
imageAlt: "classic dessert snack pancake",
|
||||
},
|
||||
id: "6", name: "Domáci džem", price: "5 €", imageSrc: "http://img.b2bpic.net/free-photo/little-pancakes-with-white-flowers-grey_140725-53275.jpg", imageAlt: "classic dessert snack pancake"},
|
||||
]}
|
||||
title="Naše Menu"
|
||||
description="Vyskúšajte naše klasické aj špeciálne palacinkové variácie."
|
||||
@@ -164,68 +111,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jana M.",
|
||||
role: "Návštevník ZOO",
|
||||
company: "Bratislava",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-creamy-pastry-cafe_1262-5812.jpg",
|
||||
imageAlt: "happy customer eating pancake",
|
||||
},
|
||||
id: "1", name: "Jana M.", role: "Návštevník ZOO", company: "Bratislava", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-creamy-pastry-cafe_1262-5812.jpg", imageAlt: "happy customer eating pancake"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Peter K.",
|
||||
role: "Turista",
|
||||
company: "Prešov",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
|
||||
imageAlt: "young woman smiling portrait",
|
||||
},
|
||||
id: "2", name: "Peter K.", role: "Turista", company: "Prešov", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg", imageAlt: "young woman smiling portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lucia V.",
|
||||
role: "Mamička",
|
||||
company: "ZOO návštevník",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-parents-their-small-daughter-communicating-while-eating-bruschetta-kitchen_637285-3544.jpg",
|
||||
imageAlt: "family eating snack portrait",
|
||||
},
|
||||
id: "3", name: "Lucia V.", role: "Mamička", company: "ZOO návštevník", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-parents-their-small-daughter-communicating-while-eating-bruschetta-kitchen_637285-3544.jpg", imageAlt: "family eating snack portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marek B.",
|
||||
role: "Študent",
|
||||
company: "Bratislava",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-pancakes_23-2149214633.jpg",
|
||||
imageAlt: "student eating pancake smiling",
|
||||
},
|
||||
id: "4", name: "Marek B.", role: "Študent", company: "Bratislava", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-pancakes_23-2149214633.jpg", imageAlt: "student eating pancake smiling"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Eva H.",
|
||||
role: "Pravidelný zákazník",
|
||||
company: "Bratislava",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-with-pizza-slices_23-2149525555.jpg",
|
||||
imageAlt: "tourist eating snack portrait",
|
||||
},
|
||||
id: "5", name: "Eva H.", role: "Pravidelný zákazník", company: "Bratislava", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-with-pizza-slices_23-2149525555.jpg", imageAlt: "tourist eating snack portrait"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.3",
|
||||
label: "Hodnotenie",
|
||||
},
|
||||
value: "4.3", label: "Hodnotenie"},
|
||||
{
|
||||
value: "6",
|
||||
label: "Recenzií",
|
||||
},
|
||||
value: "6", label: "Recenzií"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Spokojnosť",
|
||||
},
|
||||
value: "100%", label: "Spokojnosť"},
|
||||
]}
|
||||
title="Čo hovoria zákazníci"
|
||||
description="Naši návštevníci oceňujú hlavne čerstvosť a milý prístup."
|
||||
@@ -237,20 +149,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Kde sa nachádzate?",
|
||||
content: "Sme priamo pri vstupe/blízkosti ZOO Bratislava.",
|
||||
},
|
||||
id: "1", title: "Kde sa nachádzate?", content: "Sme priamo pri vstupe/blízkosti ZOO Bratislava."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Máte rozvoz?",
|
||||
content: "Momentálne rozvoz neprevádzkujeme, palacinky sú len na osobný odber.",
|
||||
},
|
||||
id: "2", title: "Máte rozvoz?", content: "Momentálne rozvoz neprevádzkujeme, palacinky sú len na osobný odber."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Sú palacinky zo špaldovej múky?",
|
||||
content: "Áno, špecializujeme sa výhradne na špaldové palacinky.",
|
||||
},
|
||||
id: "3", title: "Sú palacinky zo špaldovej múky?", content: "Áno, špecializujeme sa výhradne na špaldové palacinky."},
|
||||
]}
|
||||
sideTitle="Často kladené otázky"
|
||||
sideDescription="Zaujíma vás niečo viac o našich palacinkách?"
|
||||
@@ -262,8 +165,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Príďte nás navštíviť"
|
||||
description="Zastavte sa u nás na sladký snack počas prechádzky v ZOO. Otvorené denne do 17:30."
|
||||
buttonText="Kontaktovať"
|
||||
@@ -278,33 +180,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Domov",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Domov", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#product",
|
||||
},
|
||||
label: "Menu", href: "#product"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Otváracie hodiny",
|
||||
href: "#",
|
||||
},
|
||||
label: "Otváracie hodiny", href: "#"},
|
||||
{
|
||||
label: "Súkromie",
|
||||
href: "#",
|
||||
},
|
||||
label: "Súkromie", href: "#"},
|
||||
{
|
||||
label: "Podmienky",
|
||||
href: "#",
|
||||
},
|
||||
label: "Podmienky", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user