Update src/app/page.tsx
This commit is contained in:
@@ -104,16 +104,16 @@ export default function NurmebistrooPage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Kõiv", handle: "Regular Guest", testimonial: "Nurme Bistroo is absolutely wonderful. The food is incredible and the service makes you feel like family. I bring all my friends here!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Maria Kõiv"
|
||||
id: "1", name: "Maria Kõiv", handle: "Regular Guest", testimonial: "Nurme Bistroo is absolutely wonderful. The food is incredible and the service makes you feel like family. I bring all my friends here!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Kõiv"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jaan Tamm", handle: "Food Enthusiast", testimonial: "The attention to detail in every dish is remarkable. It's clear they care deeply about quality and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jaan Tamm"
|
||||
id: "2", name: "Jaan Tamm", handle: "Food Enthusiast", testimonial: "The attention to detail in every dish is remarkable. It's clear they care deeply about quality and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jaan Tamm"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Liisa Ots", handle: "Local Resident", testimonial: "A gem in our community. The atmosphere is inviting, staff is knowledgeable, and the cuisine truly celebrates our culinary traditions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Liisa Ots"
|
||||
id: "3", name: "Liisa Ots", handle: "Local Resident", testimonial: "A gem in our community. The atmosphere is inviting, staff is knowledgeable, and the cuisine truly celebrates our culinary traditions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Liisa Ots"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Karl Saar", handle: "Chef & Critic", testimonial: "Impeccable execution and genuine hospitality. Nurme Bistroo represents the best of contemporary Estonian dining.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Karl Saar"
|
||||
id: "4", name: "Karl Saar", handle: "Chef & Critic", testimonial: "Impeccable execution and genuine hospitality. Nurme Bistroo represents the best of contemporary Estonian dining.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Karl Saar"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user