Merge version_1 into main #2
109
src/app/page.tsx
109
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Domů",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Domů", id: "hero"},
|
||||
{
|
||||
name: "O nás",
|
||||
id: "about",
|
||||
},
|
||||
name: "O nás", id: "about"},
|
||||
{
|
||||
name: "Nabídka",
|
||||
id: "features",
|
||||
},
|
||||
name: "Nabídka", id: "features"},
|
||||
{
|
||||
name: "Recenze",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Recenze", id: "testimonials"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Restaurace Ondráš"
|
||||
/>
|
||||
@@ -60,9 +50,7 @@ export default function LandingPage() {
|
||||
description="Poctivé suroviny, silné chutě a atmosféra, na kterou se vracíte. Rezervujte si svůj stůl dnes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Rezervovat stůl",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Rezervovat stůl", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-detail-festive-table-setting-with-set-cutlery-plate-candles-candlesticks_169016-11021.jpg"
|
||||
/>
|
||||
@@ -88,22 +76,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Tradiční receptury",
|
||||
description: "Poctivá česká kuchyně založená na sezónních surovinách od místních dodavatelů.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-carpaccio-with-parmesan-arugula_140725-9869.jpg",
|
||||
id: "f1", title: "Tradiční receptury", description: "Poctivá česká kuchyně založená na sezónních surovinách od místních dodavatelů.", imageSrc: "http://img.b2bpic.net/free-photo/meat-carpaccio-with-parmesan-arugula_140725-9869.jpg", tag: "Špičková kvalita"
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Správně čepované pivo",
|
||||
description: "Pivo s bohatou pěnou, skladované v ideálních podmínkách a čepované s péčí.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beer-served-with-beans-dried-nuts-table_140725-106.jpg",
|
||||
id: "f2", title: "Správně čepované pivo", description: "Pivo s bohatou pěnou, skladované v ideálních podmínkách a čepované s péčí.", imageSrc: "http://img.b2bpic.net/free-photo/beer-served-with-beans-dried-nuts-table_140725-106.jpg", tag: "Domácí produkce"
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Rodinná atmosféra",
|
||||
description: "Interiér vyladěný do posledního detailu pro vaše maximální pohodlí.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598358.jpg",
|
||||
id: "f3", title: "Rodinná atmosféra", description: "Interiér vyladěný do posledního detailu pro vaše maximální pohodlí.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598358.jpg", tag: "Příjemný zážitek"
|
||||
},
|
||||
]}
|
||||
title="Naše speciality"
|
||||
@@ -119,45 +98,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jan Novák",
|
||||
role: "Stálý host",
|
||||
company: "Sviadnov",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg",
|
||||
},
|
||||
id: "1", name: "Jan Novák", role: "Stálý host", company: "Sviadnov", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marie Svobodová",
|
||||
role: "Food blogger",
|
||||
company: "Ostrava",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg",
|
||||
},
|
||||
id: "2", name: "Marie Svobodová", role: "Food blogger", company: "Ostrava", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Petr Dvořák",
|
||||
role: "Podnikatel",
|
||||
company: "Frýdek-Místek",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-taking-selfie_23-2149212129.jpg",
|
||||
},
|
||||
id: "3", name: "Petr Dvořák", role: "Podnikatel", company: "Frýdek-Místek", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-taking-selfie_23-2149212129.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lucie Kučerová",
|
||||
role: "Turistka",
|
||||
company: "Praha",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Lucie Kučerová", role: "Turistka", company: "Praha", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jakub Marek",
|
||||
role: "Gurmán",
|
||||
company: "Brno",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jakub Marek", role: "Gurmán", company: "Brno", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg"},
|
||||
]}
|
||||
title="Co říkají naši hosté"
|
||||
description="Spokojení hosté jsou naší nejlepší odměnou."
|
||||
@@ -168,8 +122,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
tag="Rezervace"
|
||||
title="Rezervujte si svůj stůl"
|
||||
description="Těšíme se na vaši návštěvu. Prosím, zanechte nám vzkaz nebo kontakt a my se vám ozveme zpět."
|
||||
@@ -181,29 +134,19 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dirty-paper-texture_1108-82.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Hlavní jídla",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Hlavní jídla", href: "#features"},
|
||||
{
|
||||
label: "Rezervace",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Rezervace", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@ondras.cz",
|
||||
},
|
||||
label: "Email", href: "mailto:info@ondras.cz"},
|
||||
{
|
||||
label: "Telefon",
|
||||
href: "tel:+420123456789",
|
||||
},
|
||||
label: "Telefon", href: "tel:+420123456789"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user