Merge version_1 into main #2
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ein Kater", handle: "Local Guide", testimonial: "Wahnsinnig nettes Team, hervorragender Service! Was für ein Glück, dass ich zur Pause hier reingegangen bin!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=1", imageAlt: "Happy guest portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Happy guest portrait"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -60,6 +60,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,13 +101,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Exquisites Café", description: "Gemütliche Atmosphäre mit hochwertigem Kaffee und feinen Backwaren zum Genießen", imageSrc: "http://img.b2bpic.net/free-photo/businessman-eating-lemon-tart-with-raspberry-sorbet-dessert-cafe_637285-8905.jpg?_wi=1", imageAlt: "Premium café with excellent coffee service"
|
||||
id: "01", title: "Exquisites Café", description: "Gemütliche Atmosphäre mit hochwertigem Kaffee und feinen Backwaren zum Genießen", imageSrc: "http://img.b2bpic.net/free-photo/businessman-eating-lemon-tart-with-raspberry-sorbet-dessert-cafe_637285-8905.jpg", imageAlt: "Premium café with excellent coffee service"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Komfortable Zimmer", description: "Modern ausgestattete Zimmer, die Ruhe und Komfort für erholsame Übernachtungen bieten", imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=1", imageAlt: "Luxury hotel room interior"
|
||||
id: "02", title: "Komfortable Zimmer", description: "Modern ausgestattete Zimmer, die Ruhe und Komfort für erholsame Übernachtungen bieten", imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", imageAlt: "Luxury hotel room interior"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Hervorragender Service", description: "Aufmerksames Personal, das Ihre Wünsche mit Herzlichkeit erfüllt", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274572.jpg?_wi=1", imageAlt: "Professional hospitality service"
|
||||
id: "03", title: "Hervorragender Service", description: "Aufmerksames Personal, das Ihre Wünsche mit Herzlichkeit erfüllt", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274572.jpg", imageAlt: "Professional hospitality service"
|
||||
},
|
||||
{
|
||||
id: "04", title: "Eleganter Speisebereich", description: "Wunderschön gestaltete Bereiche zum Verweilen und Genießen", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", imageAlt: "Upscale dining area with elegant ambiance"
|
||||
@@ -127,13 +128,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "24/7", title: "Verfügbarkeit", description: "Immer für Sie da, jederzeit erreichbar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274572.jpg?_wi=2", imageAlt: "Round-the-clock hospitality service"
|
||||
id: "1", value: "24/7", title: "Verfügbarkeit", description: "Immer für Sie da, jederzeit erreichbar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274572.jpg", imageAlt: "Round-the-clock hospitality service"
|
||||
},
|
||||
{
|
||||
id: "2", value: "5★", title: "Qualität", description: "Höchste Ansprüche in allem, was wir tun", imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=2", imageAlt: "Premium quality accommodations"
|
||||
id: "2", value: "5★", title: "Qualität", description: "Höchste Ansprüche in allem, was wir tun", imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", imageAlt: "Premium quality accommodations"
|
||||
},
|
||||
{
|
||||
id: "3", value: "100%", title: "Zufriedenheit", description: "Ihr Wohlbefinden ist unser Ziel", imageSrc: "http://img.b2bpic.net/free-photo/businessman-eating-lemon-tart-with-raspberry-sorbet-dessert-cafe_637285-8905.jpg?_wi=2", imageAlt: "Guest satisfaction and comfort"
|
||||
id: "3", value: "100%", title: "Zufriedenheit", description: "Ihr Wohlbefinden ist unser Ziel", imageSrc: "http://img.b2bpic.net/free-photo/businessman-eating-lemon-tart-with-raspberry-sorbet-dessert-cafe_637285-8905.jpg", imageAlt: "Guest satisfaction and comfort"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -150,7 +151,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Fantastisches Team und Service!", quote: "Wahnsinnig nettes Team, hervorragender Service! Was für ein Glück, dass ich zur Pause von meiner Deutschlandwanderung zum Kaffee hier reingegangen bin!", name: "Ein Kater", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=2", imageAlt: "Happy guest portrait"
|
||||
id: "1", title: "Fantastisches Team und Service!", quote: "Wahnsinnig nettes Team, hervorragender Service! Was für ein Glück, dass ich zur Pause von meiner Deutschlandwanderung zum Kaffee hier reingegangen bin!", name: "Ein Kater", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", imageAlt: "Happy guest portrait"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Gemütliche Atmosphäre", quote: "Das Hotel und Café bieten eine warme, einladende Atmosphäre. Perfekt zum Entspannen nach einem anstrengenden Tag.", name: "Maria Schmidt", role: "Häufiger Gast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", imageAlt: "Satisfied guest portrait"
|
||||
|
||||
Reference in New Issue
Block a user