Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-23 14:01:08 +00:00

View File

@@ -31,17 +31,11 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Rezervace",
id: "reservation",
},
name: "Rezervace", id: "reservation"},
{
name: "Kontakt",
id: "contact",
},
name: "Kontakt", id: "contact"},
]}
brandName="Hostinec Růžovka"
/>
@@ -50,116 +44,67 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Poctivá česká kuchyně. Bez kompromisů."
description="Rychlá obsluha, plné talíře a chutě, kvůli kterým se vracíš."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-caucasian-piti-pots-around_114579-9281.jpg?_wi=1",
imageAlt: "czech traditional restaurant table",
},
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-caucasian-piti-pots-around_114579-9281.jpg?_wi=1", imageAlt: "czech traditional restaurant table"},
{
imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg?_wi=1",
imageAlt: "beef tartare serving bread",
},
imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg?_wi=1", imageAlt: "beef tartare serving bread"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-oval-plate-woman-hand-white-purple-checkered-tablecloth-bowls-with-some-stuffs-light-grey-table_140725-137406.jpg?_wi=1",
imageAlt: "spanish bird czech dish",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-oval-plate-woman-hand-white-purple-checkered-tablecloth-bowls-with-some-stuffs-light-grey-table_140725-137406.jpg?_wi=1", imageAlt: "spanish bird czech dish"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-decorated-with-dried-fruits-white-plate_140725-12933.jpg?_wi=1",
imageAlt: "pork roll with mashed potatoes",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-decorated-with-dried-fruits-white-plate_140725-12933.jpg?_wi=1", imageAlt: "pork roll with mashed potatoes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg?_wi=1",
imageAlt: "dumplings with smoked meat",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg?_wi=1", imageAlt: "dumplings with smoked meat"},
{
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dushbere-gurze-khingal-with-yogurt-tomato-sauce_114579-2901.jpg",
imageAlt: "dill sauce with dumplings",
},
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dushbere-gurze-khingal-with-yogurt-tomato-sauce_114579-2901.jpg", imageAlt: "dill sauce with dumplings"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg",
imageAlt: "cozy rustic pub interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg", imageAlt: "cozy rustic pub interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-mushroom-sauce-with-herbs_141793-4076.jpg",
imageAlt: "beef broth clear soup",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-mushroom-sauce-with-herbs_141793-4076.jpg", imageAlt: "beef broth clear soup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-piece-wooden-plate-decorated-with-fresh-mint-dark-background_114579-14734.jpg",
imageAlt: "beef tartare serving bread",
},
imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-piece-wooden-plate-decorated-with-fresh-mint-dark-background_114579-14734.jpg", imageAlt: "beef tartare serving bread"},
{
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
imageAlt: "spanish bird czech dish",
},
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", imageAlt: "spanish bird czech dish"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-potato-sauce_140725-1765.jpg",
imageAlt: "pork roll with mashed potatoes",
},
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-potato-sauce_140725-1765.jpg", imageAlt: "pork roll with mashed potatoes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/meat-fritters_1220-142.jpg",
imageAlt: "dumplings with smoked meat",
},
imageSrc: "http://img.b2bpic.net/free-photo/meat-fritters_1220-142.jpg", imageAlt: "dumplings with smoked meat"},
]}
buttons={[
{
text: "Rezervovat stůl",
href: "#reservation",
},
text: "Rezervovat stůl", href: "#reservation"},
{
text: "Zobrazit menu",
href: "#menu",
},
text: "Zobrazit menu", href: "#menu"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/two-happy-male-friends-toasting-alcoholic-glasses-bar_23-2147919263.jpg",
alt: "Happy customer 1",
},
src: "http://img.b2bpic.net/free-photo/two-happy-male-friends-toasting-alcoholic-glasses-bar_23-2147919263.jpg", alt: "Happy customer 1"},
{
src: "http://img.b2bpic.net/free-photo/three-people-toasting-drinking-beer-pub_1262-3658.jpg",
alt: "Happy customer 2",
},
src: "http://img.b2bpic.net/free-photo/three-people-toasting-drinking-beer-pub_1262-3658.jpg", alt: "Happy customer 2"},
{
src: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-44625.jpg",
alt: "Happy customer 3",
},
src: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-44625.jpg", alt: "Happy customer 3"},
{
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006643.jpg",
alt: "Happy customer 4",
},
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006643.jpg", alt: "Happy customer 4"},
{
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006579.jpg",
alt: "Happy customer 5",
},
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006579.jpg", alt: "Happy customer 5"},
]}
avatarText="Více než 500+ spokojených hostů"
marqueeItems={[
{
type: "text",
text: "Domácí recepty",
},
type: "text", text: "Domácí recepty"},
{
type: "text",
text: "Čerstvé suroviny",
},
type: "text", text: "Čerstvé suroviny"},
{
type: "text",
text: "Jaroměřská tradice",
},
type: "text", text: "Jaroměřská tradice"},
{
type: "text",
text: "Pivo jako křen",
},
type: "text", text: "Pivo jako křen"},
{
type: "text",
text: "Rychlá obsluha",
},
type: "text", text: "Rychlá obsluha"},
]}
/>
</div>
@@ -171,21 +116,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Žádné polotovary",
"Žádný stres",
"Žádné kompromisy v kvalitě",
"Žádné mražené suroviny",
"Žádné dlouhé čekání",
],
"Žádné polotovary", "Žádný stres", "Žádné kompromisy v kvalitě", "Žádné mražené suroviny", "Žádné dlouhé čekání"],
}}
positiveCard={{
items: [
"Poctivá česká klasika",
"Rychlá a milá obsluha",
"Skvělý poměr cena/výkon",
"Čepované pivo",
"Příjemná atmosféra",
],
"Poctivá česká klasika", "Rychlá a milá obsluha", "Skvělý poměr cena/výkon", "Čepované pivo", "Příjemná atmosféra"],
}}
title="Proč k nám?"
description="Hostinec, kde jídlo chutná jako od babičky a obsluha vždy usměje."
@@ -200,49 +135,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Tatarák",
price: "195 Kč",
imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-tartar-still-life_23-2150655664.jpg",
},
id: "1", name: "Tatarák", price: "195 Kč", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-tartar-still-life_23-2150655664.jpg"},
{
id: "2",
name: "Španělský ptáček",
price: "185 Kč",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-snail-sausage-fry-pan-with-fresh-vegetable_23-2148206926.jpg",
},
id: "2", name: "Španělský ptáček", price: "185 Kč", imageSrc: "http://img.b2bpic.net/free-photo/grilled-snail-sausage-fry-pan-with-fresh-vegetable_23-2148206926.jpg"},
{
id: "3",
name: "Vepřová roláda",
price: "175 Kč",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-with-fried-potatoes-grilled-peppers-tomato-fresh-dill_140725-10572.jpg",
},
id: "3", name: "Vepřová roláda", price: "175 Kč", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-with-fried-potatoes-grilled-peppers-tomato-fresh-dill_140725-10572.jpg"},
{
id: "4",
name: "Knedlíky s uzeným",
price: "165 Kč",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-tomato-sauce-parmesan_141793-17566.jpg",
},
id: "4", name: "Knedlíky s uzeným", price: "165 Kč", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-tomato-sauce-parmesan_141793-17566.jpg"},
{
id: "5",
name: "Koprovka",
price: "155 Kč",
imageSrc: "http://img.b2bpic.net/free-photo/broccoli-soup-winter-food-elegant-blue-cloth_23-2148717331.jpg",
},
id: "5", name: "Koprovka", price: "155 Kč", imageSrc: "http://img.b2bpic.net/free-photo/broccoli-soup-winter-food-elegant-blue-cloth_23-2148717331.jpg"},
{
id: "6",
name: "Vývar",
price: "105 Kč",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-28575.jpg",
},
id: "6", name: "Vývar", price: "105 Kč", imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-28575.jpg"},
]}
title="Naše speciality"
description="Výběr jídel, která u nás prostě musíte zkusit."
buttons={[
{
text: "Zobrazit celé menu",
href: "#",
},
text: "Zobrazit celé menu", href: "#"},
]}
/>
</div>
@@ -253,60 +162,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Petr Novák",
date: "12. 3. 2024",
title: "Skvělé jídlo",
quote: "Jídlo bylo naprosto vynikající, nemáme absolutně co vytknout.",
tag: "4.5★",
avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-caucasian-piti-pots-around_114579-9281.jpg?_wi=2",
imageAlt: "portrait happy customer restaurant",
},
id: "1", name: "Petr Novák", date: "12. 3. 2024", title: "Skvělé jídlo", quote: "Jídlo bylo naprosto vynikající, nemáme absolutně co vytknout.", tag: "4.5★", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-caucasian-piti-pots-around_114579-9281.jpg?_wi=2", imageAlt: "portrait happy customer restaurant"},
{
id: "2",
name: "Jana Svobodová",
date: "5. 2. 2024",
title: "Moc dobré",
quote: "Příjemná hospůdka, skvělé jídlo za malý peníz.",
tag: "4.5★",
avatarSrc: "http://img.b2bpic.net/free-photo/excited-football-fans-watching-american-football-pub_329181-18330.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg?_wi=2",
imageAlt: "portrait happy customer restaurant",
},
id: "2", name: "Jana Svobodová", date: "5. 2. 2024", title: "Moc dobré", quote: "Příjemná hospůdka, skvělé jídlo za malý peníz.", tag: "4.5★", avatarSrc: "http://img.b2bpic.net/free-photo/excited-football-fans-watching-american-football-pub_329181-18330.jpg", imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg?_wi=2", imageAlt: "portrait happy customer restaurant"},
{
id: "3",
name: "Marek Dvořák",
date: "10. 1. 2024",
title: "Rychlá obsluha",
quote: "Milá a rychlá obsluha.",
tag: "4.5★",
avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-oval-plate-woman-hand-white-purple-checkered-tablecloth-bowls-with-some-stuffs-light-grey-table_140725-137406.jpg?_wi=2",
imageAlt: "portrait happy customer restaurant",
},
id: "3", name: "Marek Dvořák", date: "10. 1. 2024", title: "Rychlá obsluha", quote: "Milá a rychlá obsluha.", tag: "4.5★", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vinaigrette-salad-oval-plate-woman-hand-white-purple-checkered-tablecloth-bowls-with-some-stuffs-light-grey-table_140725-137406.jpg?_wi=2", imageAlt: "portrait happy customer restaurant"},
{
id: "4",
name: "Eva Černá",
date: "1. 12. 2023",
title: "Doporučuji",
quote: "Opravdu poctivá česká kuchyně, vracíme se pravidelně.",
tag: "4.5★",
avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006610.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-decorated-with-dried-fruits-white-plate_140725-12933.jpg?_wi=2",
imageAlt: "portrait happy customer restaurant",
},
id: "4", name: "Eva Černá", date: "1. 12. 2023", title: "Doporučuji", quote: "Opravdu poctivá česká kuchyně, vracíme se pravidelně.", tag: "4.5★", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006610.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-decorated-with-dried-fruits-white-plate_140725-12933.jpg?_wi=2", imageAlt: "portrait happy customer restaurant"},
{
id: "5",
name: "Jan Kučera",
date: "15. 11. 2023",
title: "Výborné",
quote: "Nejlepší tatarák v okolí, určitě se zastavíme znovu.",
tag: "4.5★",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg?_wi=2",
imageAlt: "portrait happy customer restaurant",
},
id: "5", name: "Jan Kučera", date: "15. 11. 2023", title: "Výborné", quote: "Nejlepší tatarák v okolí, určitě se zastavíme znovu.", tag: "4.5★", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-arrangement_23-2148809866.jpg?_wi=2", imageAlt: "portrait happy customer restaurant"},
]}
title="Co říkají hosté"
description="Jsme hrdí na 4.5* hodnocení od více než 500 spokojených hostů."
@@ -321,17 +185,11 @@ export default function LandingPage() {
description="Nejsme místo pro formální večery v kravatě. Jsme místo, kam jdeš na dobré jídlo, vychlazené pivo a pohodu. Bez přetvářky. Jen kvalita, velké porce a přátelská atmosféra."
bulletPoints={[
{
title: "Poctivá kvalita",
description: "Používáme čerstvé suroviny a léty prověřené recepty.",
},
title: "Poctivá kvalita", description: "Používáme čerstvé suroviny a léty prověřené recepty."},
{
title: "Klid a pohoda",
description: "Místo, kde se zastaví čas.",
},
title: "Klid a pohoda", description: "Místo, kde se zastaví čas."},
{
title: "Místní legenda",
description: "Srdce Jaroměře pro každého, kdo miluje dobré jídlo.",
},
title: "Místní legenda", description: "Srdce Jaroměře pro každého, kdo miluje dobré jídlo."},
]}
imageSrc="http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-vintage-backstage_23-2151211362.jpg"
/>
@@ -341,8 +199,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Rezervace"
title="Zajistěte si svůj stůl"
description="Rezervujte si místo předem a užijte si klidný oběd nebo večeři u nás."
@@ -355,20 +212,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Adresa",
content: "Na Vrších 257, 551 01 Jaroměř",
},
id: "1", title: "Adresa", content: "Na Vrších 257, 551 01 Jaroměř"},
{
id: "2",
title: "Telefon",
content: "704 157 935",
},
id: "2", title: "Telefon", content: "704 157 935"},
{
id: "3",
title: "Otevírací doba",
content: "PoNe: 11:00 22:00",
},
id: "3", title: "Otevírací doba", content: "PoČt: 11:00 22:00, Pá: 11:00 00:00, So: 12:00 00:00, Ne: 12:00 20:00"},
]}
sideTitle="Kontakt & Info"
sideDescription="Najdete nás v centru Jaroměře. Máme otevřeno denně."
@@ -385,4 +233,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}