Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-03 20:25:05 +00:00

View File

@@ -112,13 +112,13 @@ export default function LandingPage() {
tagIcon={Home}
products={[
{
id: "1", name: "Cozy Single Room", price: "From €45", variant: "Private bathroom, Free WiFi", imageSrc: "http://img.b2bpic.net/free-photo/cute-fedora-hat-cozy-bed-with-pillows_181624-40548.jpg", imageAlt: "Charming single guesthouse room"
id: "1", name: "Cozy Single Room", price: "From €45", variant: "Private bathroom, Free WiFi", imageSrc: "http://img.b2bpic.net/free-photo/cute-fedora-hat-cozy-bed-with-pillows_181624-40548.jpg?_wi=1", imageAlt: "Charming single guesthouse room"
},
{
id: "2", name: "Spacious Double Room", price: "From €65", variant: "Ensuite bathroom, Heating included", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", imageAlt: "Comfortable double guesthouse room"
},
{
id: "3", name: "Family Suite", price: "From €95", variant: "Multiple beds, Premium amenities", imageSrc: "http://img.b2bpic.net/free-photo/cute-fedora-hat-cozy-bed-with-pillows_181624-40548.jpg", imageAlt: "Spacious family suite with modern comfort"
id: "3", name: "Family Suite", price: "From €95", variant: "Multiple beds, Premium amenities", imageSrc: "http://img.b2bpic.net/free-photo/cute-fedora-hat-cozy-bed-with-pillows_181624-40548.jpg?_wi=2", imageAlt: "Spacious family suite with modern comfort"
}
]}
textboxLayout="default"
@@ -139,19 +139,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Maria Schmidt", handle: "@maria_schmidt", testimonial: "The warmth and hospitality here is unmatched. The owner made us feel like family, and the schnitzel was absolutely incredible. We're already planning our next visit!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Maria Schmidt"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Maria Schmidt"
},
{
id: "2", name: "Klaus Weber", handle: "@klaus_weber", testimonial: "Traditional German cooking at its finest. Every dish is a masterpiece, and the prices are remarkably fair. No wonder it's always fully booked!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Klaus Weber"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Klaus Weber"
},
{
id: "3", name: "Elena Müller", handle: "@elena_travels", testimonial: "The rooms are charming and comfortable, and the personal attention from the staff made our stay truly special. This is authentic hospitality at its best.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Elena Müller"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "Elena Müller"
},
{
id: "4", name: "Hans Becker", handle: "@hans_becker_de", testimonial: "Five stars doesn't do it justice. The food, the atmosphere, the service—everything is perfect. A genuine gem in Sangerhausen that you must experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Hans Becker"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=4", imageAlt: "Hans Becker"
}
]}
showRating={true}