Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 14:59:58 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,13 +53,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Petra Dubová", handle: "Food Critic, Bratislava Times", testimonial: "Absolutely outstanding! The attention to detail in every dish is remarkable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg?_wi=1"},
{
name: "Marián Novotný", handle: "Travel Blogger", testimonial: "Best dining experience I've had this year. The service is impeccable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=1"},
{
name: "Elena Horváthová", handle: "Restaurant Reviewer", testimonial: "A hidden gem that deserves all five stars. Truly exceptional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -134,11 +134,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Petra Dubová", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg"},
id: "1", name: "Petra Dubová", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg?_wi=2"},
{
id: "2", name: "Marián Novotný", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg"},
id: "2", name: "Marián Novotný", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=2"},
{
id: "3", name: "Elena Horváthová", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg"},
id: "3", name: "Elena Horváthová", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg?_wi=2"},
{
id: "4", name: "Ján Čech", imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg"},
]}