Merge version_1 into main #3
@@ -54,15 +54,15 @@ 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}
|
||||
@@ -142,13 +142,13 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user