Merge version_1 into main #2
204
src/app/page.tsx
204
src/app/page.tsx
@@ -31,72 +31,45 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Domov",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Domov", id: "hero"},
|
||||
{
|
||||
name: "O nás",
|
||||
id: "about",
|
||||
},
|
||||
name: "O nás", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Pizzeria MONČA"
|
||||
button={{
|
||||
text: "Rezervovať",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Rezervovať", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="PIZZERIA MONČA"
|
||||
description="Pizza robená s láskou od roku 2012. Autentické chute, ktoré spájajú rodiny v srdci Istebníka."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pozrieť Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Pozrieť Menu", href: "#menu"},
|
||||
{
|
||||
text: "Rezervovať",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Rezervovať", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=1",
|
||||
imageAlt: "Fresh pizza from oven",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", imageAlt: "Fresh pizza from oven"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=2",
|
||||
imageAlt: "Fresh pizza from oven",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", imageAlt: "Fresh pizza from oven"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=3",
|
||||
imageAlt: "Fresh pizza from oven",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", imageAlt: "Fresh pizza from oven"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=4",
|
||||
imageAlt: "Fresh pizza from oven",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", imageAlt: "Fresh pizza from oven"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=5",
|
||||
imageAlt: "Fresh pizza from oven",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", imageAlt: "Fresh pizza from oven"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=6",
|
||||
imageAlt: "Fresh pizza from oven",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg", imageAlt: "Fresh pizza from oven"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -109,19 +82,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Láska k jedlu",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Láska k jedlu", value: "100%"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Vlastný recept",
|
||||
value: "Originál",
|
||||
},
|
||||
label: "Vlastný recept", value: "Originál"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Spokojní hostia",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Spokojní hostia", value: "5000+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -135,23 +102,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita Klasik",
|
||||
price: "8.50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=7",
|
||||
},
|
||||
id: "p1", name: "Margherita Klasik", price: "8.50 €", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Monča Špeciál",
|
||||
price: "10.90 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=8",
|
||||
},
|
||||
id: "p2", name: "Monča Špeciál", price: "10.90 €", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Slovenská Bryndzová",
|
||||
price: "9.90 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=9",
|
||||
},
|
||||
id: "p3", name: "Slovenská Bryndzová", price: "9.90 €", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Naše najobľúbenejšie pizze pripravované z čerstvých surovín každý deň."
|
||||
@@ -165,28 +120,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Detský kútik",
|
||||
description: "Hry a zábava pre vašich najmenších.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Layout,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_74190-5932.jpg?_wi=10",
|
||||
imageAlt: "fresh italian pizza from wood oven",
|
||||
title: "Detský kútik", description: "Hry a zábava pre vašich najmenších.", bentoComponent: "reveal-icon", icon: Layout,
|
||||
},
|
||||
{
|
||||
title: "Oslavy",
|
||||
description: "Radi pre vás zorganizujeme narodeninovú oslavu.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Gift,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-master-with-salt-steak_140725-9578.jpg",
|
||||
imageAlt: "smiling woman making homemade pizza",
|
||||
title: "Oslavy", description: "Radi pre vás zorganizujeme narodeninovú oslavu.", bentoComponent: "reveal-icon", icon: Gift,
|
||||
},
|
||||
{
|
||||
title: "Denné menu",
|
||||
description: "Čerstvé obedy každý pracovný deň.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-fun-while-toasting-lunch-dining-table-focus-is-young-man_637285-2868.jpg",
|
||||
imageAlt: "cozy kids play corner in restaurant",
|
||||
title: "Denné menu", description: "Čerstvé obedy každý pracovný deň.", bentoComponent: "reveal-icon", icon: Utensils,
|
||||
},
|
||||
]}
|
||||
title="Rodinná atmosféra"
|
||||
@@ -201,59 +141,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Katarína B.",
|
||||
role: "Stála zákazníčka",
|
||||
company: "Istebník",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Katarína B.", role: "Stála zákazníčka", company: "Istebník", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Peter M.",
|
||||
role: "Otec rodiny",
|
||||
company: "Istebník",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-enjoys-meal-street-cafe-pretty-lady-grey-tee-jacket-smiles-posing-good-mood-outside_197531-18552.jpg",
|
||||
},
|
||||
id: "2", name: "Peter M.", role: "Otec rodiny", company: "Istebník", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-enjoys-meal-street-cafe-pretty-lady-grey-tee-jacket-smiles-posing-good-mood-outside_197531-18552.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zuzana D.",
|
||||
role: "Turistka",
|
||||
company: "Okolic",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg",
|
||||
},
|
||||
id: "3", name: "Zuzana D.", role: "Turistka", company: "Okolic", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michal K.",
|
||||
role: "Miestny",
|
||||
company: "Istebník",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg",
|
||||
},
|
||||
id: "4", name: "Michal K.", role: "Miestny", company: "Istebník", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jana L.",
|
||||
role: "Fanúšička",
|
||||
company: "Istebník",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jana L.", role: "Fanúšička", company: "Istebník", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.6",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.6", label: "Google Rating"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Recenzií",
|
||||
},
|
||||
value: "200+", label: "Recenzií"},
|
||||
{
|
||||
value: "10r",
|
||||
label: "Tradície",
|
||||
},
|
||||
value: "10r", label: "Tradície"},
|
||||
]}
|
||||
title="Čo hovoria hostia"
|
||||
description="Sme hrdí na naše recenzie a spätnú väzbu od našej komunity."
|
||||
@@ -267,28 +176,17 @@ export default function LandingPage() {
|
||||
description="Tešíme sa na vašu návštevu. Rezervujte si stôl vopred!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Vaše meno",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Vaše meno", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Telefónne číslo",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Telefónne číslo", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Požiadavky / Rezervácia",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Požiadavky / Rezervácia", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-yummy-fruit-pie-with-jam-gray-dough-dessert-biscuit-pie-tea-cake-sweet-bake_140725-145429.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -299,29 +197,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Istebník 123",
|
||||
href: "#",
|
||||
},
|
||||
label: "Istebník 123", href: "#"},
|
||||
{
|
||||
label: "+421 900 000 000",
|
||||
href: "tel:+421900000000",
|
||||
},
|
||||
label: "+421 900 000 000", href: "tel:+421900000000"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Otváracie hodiny",
|
||||
items: [
|
||||
title: "Otváracie hodiny", items: [
|
||||
{
|
||||
label: "Po-Pi: 10:00 - 20:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Po-Pi: 10:00 - 20:00", href: "#"},
|
||||
{
|
||||
label: "So-Ne: 12:00 - 22:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "So-Ne: 12:00 - 22:00", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user