Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 00:19:57 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -104,10 +104,10 @@ export default function LandingPage() {
description="Real experiences from diners who have fallen in love with Smör's authentic Nordic cuisine"
testimonials={[
{
id: "1", name: "Anna Laine", handle: "Turku Local", testimonial: "The most authentic Scandinavian dining experience in Turku. Every dish tells a story of Nordic heritage. Simply exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-with-cup-coffee-cafa_1170-679.jpg", imageAlt: "Anna Laine"
id: "1", name: "Anna Laine", handle: "Turku Local", testimonial: "The most authentic Scandinavian dining experience in Turku. Every dish tells a story of Nordic heritage. Simply exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-with-cup-coffee-cafa_1170-679.jpg?_wi=1", imageAlt: "Anna Laine"
},
{
id: "2", name: "Erik Bergström", handle: "Stockholm Visitor", testimonial: "I felt transported back to Stockholm. The gravlax was as good as anything I've had in Sweden. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg", imageAlt: "Erik Bergström"
id: "2", name: "Erik Bergström", handle: "Stockholm Visitor", testimonial: "I felt transported back to Stockholm. The gravlax was as good as anything I've had in Sweden. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg?_wi=1", imageAlt: "Erik Bergström"
},
{
id: "3", name: "Maria Johansen", handle: "Copenhagen Chef", testimonial: "As a chef myself, I appreciate the attention to detail and respect for traditional Nordic techniques. Beautiful execution.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smiling-woman-looking-camera-with-smartphone_197531-33571.jpg", imageAlt: "Maria Johansen"
@@ -116,10 +116,10 @@ export default function LandingPage() {
id: "4", name: "Thomas Nilsson", handle: "Fine Dining Enthusiast", testimonial: "Smör offers a perfect blend of tradition and contemporary plating. The service is warm and genuinely Nordic hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", imageAlt: "Thomas Nilsson"
},
{
id: "5", name: "Sofia Rydberg", handle: "Food Blogger", testimonial: "Each course at Smör is a masterclass in Nordic cuisine. The flavors are pure, honest, and absolutely delicious.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-with-cup-coffee-cafa_1170-679.jpg", imageAlt: "Sofia Rydberg"
id: "5", name: "Sofia Rydberg", handle: "Food Blogger", testimonial: "Each course at Smör is a masterclass in Nordic cuisine. The flavors are pure, honest, and absolutely delicious.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-with-cup-coffee-cafa_1170-679.jpg?_wi=2", imageAlt: "Sofia Rydberg"
},
{
id: "6", name: "Michael Jensen", handle: "Helsinki Resident", testimonial: "The best place in Turku for authentic Scandinavian food. The atmosphere is warm and inviting. Worth every visit.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg", imageAlt: "Michael Jensen"
id: "6", name: "Michael Jensen", handle: "Helsinki Resident", testimonial: "The best place in Turku for authentic Scandinavian food. The atmosphere is warm and inviting. Worth every visit.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg?_wi=2", imageAlt: "Michael Jensen"
}
]}
animationType="slide-up"