Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 19:04:09 +00:00

View File

@@ -63,16 +63,16 @@ export default function HomePage() {
testimonials={[
{
name: "Petra Nováková", handle: "Pravidelná Návštěvnice", testimonial: "Nejlepší restaurace v Plzni! Jídlo je vždy čerstvé a personál velmi vstřícný.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9056.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9056.jpg?_wi=1"},
{
name: "Jiří Svoboda", handle: "Milovník Vín", testimonial: "Výjimečná kolekce vín. Obsluha doporučila páiring, který byl dokonalý.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg?_wi=1"},
{
name: "Elena Štěpánová", handle: "Podnikatelka", testimonial: "Ideální místo pro obchodní večeře. Diskrétní, elegantní a vždy bezchybná obsluha.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1"},
{
name: "Marek Chudý", handle: "Gastronomický Kritik", testimonial: "Autentické chutě s moderním zpracováním. Chválím jejich přístup k rybalině.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -189,16 +189,16 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Alena Horáková", role: "Učitelka", company: "Základní škola Plzeň", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9056.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9056.jpg?_wi=2"},
{
id: "2", name: "Jan Kučera", role: "Podnikatel", company: "Kučera & Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg?_wi=2"},
{
id: "3", name: "Václav Němec", role: "Odborný Poradce", company: "Pivní Institut Plzeň", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2"},
{
id: "4", name: "Michaela Fučíková", role: "Fotografka", company: "Studio Fokus", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg?_wi=2"},
]}
/>
</div>