Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-22 14:12:17 +00:00

View File

@@ -46,11 +46,11 @@ export default function LandingPage() {
title="Relax. Taste. Enjoy the Park."
description="Brunch, coffee, and modern cuisine in the heart of Pardubice."
testimonials={[
{ name: "Jana Nováková", handle: "@jana_nov", testimonial: "The best brunch spot in Pardubice!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg" },
{ name: "Petr Svoboda", handle: "@psvoboda", testimonial: "Incredible atmosphere by the park.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg" },
{ name: "Lucie Bílá", handle: "@lucieb", testimonial: "Perfect coffee and macarons.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg" },
{ name: "Tomáš Marek", handle: "@tmarek", testimonial: "Excellent service and fresh ingredients.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg" },
{ name: "Eva Kovářová", handle: "@evak", testimonial: "A true sanctuary in the city center.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg" },
{ name: "Jana Nováková", handle: "@jana_nov", testimonial: "The best brunch spot in Pardubice!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg?_wi=1" },
{ name: "Petr Svoboda", handle: "@psvoboda", testimonial: "Incredible atmosphere by the park.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg?_wi=1" },
{ name: "Lucie Bílá", handle: "@lucieb", testimonial: "Perfect coffee and macarons.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg?_wi=1" },
{ name: "Tomáš Marek", handle: "@tmarek", testimonial: "Excellent service and fresh ingredients.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg?_wi=1" },
{ name: "Eva Kovářová", handle: "@evak", testimonial: "A true sanctuary in the city center.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=1" },
]}
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Reserve a Table", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/gorgeous-brunette-girl-sitting-table-cafe-with-cup-coffee-drink_627829-10595.jpg"
@@ -118,11 +118,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg" },
{ id: "t2", name: "Mark", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg" },
{ id: "t3", name: "Anna", imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg" },
{ id: "t4", name: "David", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg" },
{ id: "t5", name: "Lena", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg" },
{ id: "t1", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg?_wi=2" },
{ id: "t2", name: "Mark", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg?_wi=2" },
{ id: "t3", name: "Anna", imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014954.jpg?_wi=2" },
{ id: "t4", name: "David", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg?_wi=2" },
{ id: "t5", name: "Lena", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=2" },
]}
cardTitle="Guest Reviews"
cardTag="4.5 / 5 Rating"