Merge version_1 into main #3
@@ -61,15 +61,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson", handle: "Visitor from London", testimonial: "Truly authentic Hungarian food experience. The atmosphere is fantastic!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Michael Chen", handle: "Family Celebration", testimonial: "We celebrated our daughter's birthday here. Staff treated the children wonderfully.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Emily Rodriguez", handle: "Food Enthusiast", testimonial: "Delicious food, beautifully presented, live music created warm atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
tag="Featured Dishes"
|
||||
tagIcon={UtensilsCrossed}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371728.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371728.jpg?_wi=1"
|
||||
imageAlt="Traditional Hungarian goulash soup"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Hungarikum", name: "Goulash Soup", price: "4,500 Ft", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371728.jpg", imageAlt: "Goulash soup with mini noodles"
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371728.jpg?_wi=2", imageAlt: "Goulash soup with mini noodles"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Hungarikum", name: "Crispy Duck Leg", price: "7,800 Ft", rating: 5,
|
||||
@@ -161,13 +161,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Authentic Hungarian Experience", quote: "My visit to Hungarikum Bisztró was a truly authentic Hungarian food experience. The servers were friendly and the atmosphere was fantastic. Highly recommend!", name: "Sarah Johnson", role: "Visitor from London", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg", imageAlt: "Sarah Johnson"
|
||||
id: "1", title: "Authentic Hungarian Experience", quote: "My visit to Hungarikum Bisztró was a truly authentic Hungarian food experience. The servers were friendly and the atmosphere was fantastic. Highly recommend!", name: "Sarah Johnson", role: "Visitor from London", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg?_wi=2", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Perfect for Family Celebrations", quote: "We celebrated our daughter's birthday here. The food was incredible and the staff treated the children wonderfully. It was a special evening for our family.", name: "Michael Chen", role: "Family Visit", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg", imageAlt: "Michael Chen"
|
||||
id: "2", title: "Perfect for Family Celebrations", quote: "We celebrated our daughter's birthday here. The food was incredible and the staff treated the children wonderfully. It was a special evening for our family.", name: "Michael Chen", role: "Family Visit", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Beautiful Presentation & Atmosphere", quote: "The food was delicious and beautifully presented. The live music created such a warm, welcoming atmosphere. We felt like we were dining in a real Hungarian home.", name: "Emily Rodriguez", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageAlt: "Emily Rodriguez"
|
||||
id: "3", title: "Beautiful Presentation & Atmosphere", quote: "The food was delicious and beautifully presented. The live music created such a warm, welcoming atmosphere. We felt like we were dining in a real Hungarian home.", name: "Emily Rodriguez", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg?_wi=2", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Worth the Journey", quote: "An absolute gem in Budapest's heart. Authentic recipes, genuine hospitality, and an atmosphere that makes you feel part of the Hungarikum family.", name: "David Kim", role: "Travel Blogger", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed_141793-47046.jpg", imageAlt: "David Kim"
|
||||
|
||||
Reference in New Issue
Block a user