Compare commits
No commits in common. "66039a13066dc81b861a2532a34e736e18c6e02c" and "60f81a1025341f3c276630e0ee69b65a7c710395" have entirely different histories.
66039a1306
...
60f81a1025
@ -2,7 +2,7 @@ export default defineAppConfig({
|
|||||||
ui: {
|
ui: {
|
||||||
colors: {
|
colors: {
|
||||||
primary: 'gimblet',
|
primary: 'gimblet',
|
||||||
secondary: 'stone',
|
secondary: 'sapphire',
|
||||||
neutral: 'sandstone'
|
neutral: 'sandstone'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -41,19 +41,6 @@
|
|||||||
--color-gimblet-800: oklch(44.164% 0.05385 91.131);
|
--color-gimblet-800: oklch(44.164% 0.05385 91.131);
|
||||||
--color-gimblet-900: oklch(31.471% 0.0355 91.688);
|
--color-gimblet-900: oklch(31.471% 0.0355 91.688);
|
||||||
|
|
||||||
--color-driftwood: oklch(72% 0.065 228);
|
|
||||||
--color-driftwood-50: oklch(97.5% 0.008 228);
|
|
||||||
--color-driftwood-100: oklch(94.5% 0.015 228);
|
|
||||||
--color-driftwood-200: oklch(88.8% 0.028 228);
|
|
||||||
--color-driftwood-300: oklch(83% 0.042 228);
|
|
||||||
--color-driftwood-400: oklch(77% 0.056 228);
|
|
||||||
--color-driftwood-500: oklch(72% 0.065 228);
|
|
||||||
--color-driftwood-600: oklch(63% 0.07 228);
|
|
||||||
--color-driftwood-700: oklch(50% 0.06 228);
|
|
||||||
--color-driftwood-800: oklch(38% 0.045 228);
|
|
||||||
--color-driftwood-900: oklch(27% 0.03 228);
|
|
||||||
|
|
||||||
|
|
||||||
--color-sapphire-50: oklch(97.5% 0.005 260);
|
--color-sapphire-50: oklch(97.5% 0.005 260);
|
||||||
--color-sapphire-100: oklch(95.2% 0.01 260);
|
--color-sapphire-100: oklch(95.2% 0.01 260);
|
||||||
--color-sapphire-200: oklch(90% 0.02 260);
|
--color-sapphire-200: oklch(90% 0.02 260);
|
||||||
@ -65,30 +52,6 @@
|
|||||||
--color-sapphire-800: oklch(42% 0.045 260);
|
--color-sapphire-800: oklch(42% 0.045 260);
|
||||||
--color-sapphire-900: oklch(30% 0.03 260);
|
--color-sapphire-900: oklch(30% 0.03 260);
|
||||||
|
|
||||||
--color-stone-50: oklch(98% 0.002 260); /* lightest gray */
|
|
||||||
--color-stone-100: oklch(94% 0.004 260);
|
|
||||||
--color-stone-200: oklch(88% 0.006 260);
|
|
||||||
--color-stone-300: oklch(80% 0.008 260);
|
|
||||||
--color-stone-400: oklch(70% 0.01 260);
|
|
||||||
--color-stone-500: oklch(60% 0.012 260); /* true neutral gray */
|
|
||||||
--color-stone-600: oklch(48% 0.012 260);
|
|
||||||
--color-stone-700: oklch(36% 0.01 260);
|
|
||||||
--color-stone-800: oklch(26% 0.008 260);
|
|
||||||
--color-stone-900: oklch(16% 0.006 260); /* darkest gray */
|
|
||||||
|
|
||||||
|
|
||||||
--color-clay-50: oklch(96% 0.008 35);
|
|
||||||
--color-clay-100: oklch(92% 0.015 35);
|
|
||||||
--color-clay-200: oklch(86% 0.03 35);
|
|
||||||
--color-clay-300: oklch(80% 0.05 35);
|
|
||||||
--color-clay-400: oklch(74% 0.07 35);
|
|
||||||
--color-clay-500: oklch(70% 0.08 35);
|
|
||||||
--color-clay-600: oklch(62% 0.09 35);
|
|
||||||
--color-clay-700: oklch(50% 0.07 35);
|
|
||||||
--color-clay-800: oklch(38% 0.05 35);
|
|
||||||
--color-clay-900: oklch(28% 0.035 35);
|
|
||||||
|
|
||||||
|
|
||||||
--color-sandstone-50: oklch(98% 0.003 85);
|
--color-sandstone-50: oklch(98% 0.003 85);
|
||||||
--color-sandstone-100: oklch(96% 0.006 85);
|
--color-sandstone-100: oklch(96% 0.006 85);
|
||||||
--color-sandstone-200: oklch(92% 0.012 85);
|
--color-sandstone-200: oklch(92% 0.012 85);
|
||||||
|
|||||||
@ -1,29 +1,25 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="w-full">
|
<section class="w-full">
|
||||||
<!-- ❶ two-column card ----------------------------->
|
<!-- ❶ two-column card ----------------------------->
|
||||||
<div class="flex flex-col md:flex-row gap-4">
|
<div class="flex flex-col md:flex-row">
|
||||||
<!-- ◀ left half : image carousel -->
|
<!-- ◀ left half : image carousel -->
|
||||||
<AppThumbnailCarousel :images="extract(apartment.images)" class="basis-1/3"></AppThumbnailCarousel>
|
<AppThumbnailCarousel class="basis-1/3"></AppThumbnailCarousel>
|
||||||
|
|
||||||
<!-- ▶ right half : text (top) & icons (bottom) -->
|
<!-- ▶ right half : text (top) & icons (bottom) -->
|
||||||
<div class="basis-2/3 flex flex-col h-full p-4 gap-4">
|
<div class="basis-2/3 flex flex-col h-full p-6">
|
||||||
<!-- title + intro copy -->
|
<!-- title + intro copy -->
|
||||||
<div class="flex-1 flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<!-- title -->
|
<div>
|
||||||
<h2 class="text-2xl font-bold">
|
<h2 class="text-3xl font-bold text-neutral-900 mb-2">
|
||||||
{{ rt(apartment.title) }}
|
{{ rt(apartment.title) }}
|
||||||
</h2>
|
</h2>
|
||||||
|
<p class="text-neutral-700">
|
||||||
|
{{
|
||||||
|
rt(apartment.subtitle)
|
||||||
|
}}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- description (optional) -->
|
|
||||||
<p
|
|
||||||
v-if="true"
|
|
||||||
class="text-lg pb-4">
|
|
||||||
{{
|
|
||||||
rt(apartment.subtitle)
|
|
||||||
}}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<!-- anything the parent puts in here -->
|
|
||||||
<AppFeaturesGrid :features="apartment.features"/>
|
<AppFeaturesGrid :features="apartment.features"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-1"></div>
|
<div class="flex-1"></div>
|
||||||
@ -60,8 +56,4 @@ const {t, tm, rt} = useVariantData()
|
|||||||
|
|
||||||
defineProps<{ apartment: Apartment }>()
|
defineProps<{ apartment: Apartment }>()
|
||||||
const { variantPath } = useVariantPath()
|
const { variantPath } = useVariantPath()
|
||||||
|
|
||||||
function extract(o) {
|
|
||||||
return o.map(i => rt(i))
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
@ -13,22 +13,22 @@
|
|||||||
:title="t('footer.questions')"
|
:title="t('footer.questions')"
|
||||||
:description="t('footer.prompt')">
|
:description="t('footer.prompt')">
|
||||||
<!-- Contact shortcuts -->
|
<!-- Contact shortcuts -->
|
||||||
<div class="mt-2 space-y-1">
|
<div class="mt-2 space-y-1 text-sm">
|
||||||
<!-- Phone (phone + WhatsApp icons) -->
|
<!-- Phone (phone + WhatsApp icons) -->
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<!-- Heroicons phone -->
|
<!-- Heroicons phone -->
|
||||||
<UIcon name="i-heroicons-phone" class="w-4 h-4 text-sm text-neutral-600"/>
|
<UIcon name="i-heroicons-phone" class="w-4 h-4 text-primary-600"/>
|
||||||
<!-- WhatsApp icon (any Iconify set you use) -->
|
<!-- WhatsApp icon (any Iconify set you use) -->
|
||||||
<UIcon name="i-uil-whatsapp" class="w-4 h-4 text-sm text-neutral-600"/>
|
<UIcon name="i-uil-whatsapp" class="w-4 h-4 text-primary-600"/>
|
||||||
<a :href="`tel:${t('contact.phone').replace(/\s+/g, '')}`" class="hover:underline text-sm text-neutral-600">
|
<a :href="`tel:${t('contact.phone').replace(/\s+/g, '')}`" class="hover:underline">
|
||||||
{{ t('contact.phone') }}
|
{{ t('contact.phone') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- E-mail -->
|
<!-- E-mail -->
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<UIcon name="i-heroicons-envelope" class="w-4 h-4 text-sm text-neutral-600"/>
|
<UIcon name="i-heroicons-envelope" class="w-4 h-4 text-primary-600"/>
|
||||||
<a :href="`mailto:${t('contact.email')}`" class="hover:underline text-sm text-neutral-600">
|
<a :href="`mailto:${t('contact.email')}`" class="hover:underline">
|
||||||
{{ t('contact.email') }}
|
{{ t('contact.email') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<header class="sticky top-0 z-50 bg-neutral-200 shadow text-neutral-700">
|
<header class="sticky top-0 z-50 bg-neutral-200 shadow">
|
||||||
<AppStripe>
|
<AppStripe>
|
||||||
<nav class="mx-auto py-4 flex items-center justify-between">
|
<nav class="mx-auto py-4 flex items-center justify-between">
|
||||||
<!-- your logo / home link -->
|
<!-- your logo / home link -->
|
||||||
|
|||||||
@ -46,7 +46,7 @@ const wrapperFlex = computed(() =>
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p class="font-semibold text-neutral-700">{{ title }}</p>
|
<p class="font-semibold text-neutral-900">{{ title }}</p>
|
||||||
<p class="text-sm text-neutral-600">{{ description }}</p>
|
<p class="text-sm text-neutral-600">{{ description }}</p>
|
||||||
|
|
||||||
<slot/>
|
<slot/>
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {ref} from 'vue'
|
import {ref} from 'vue'
|
||||||
const {t, tm, rt} = useVariantData()
|
|
||||||
import {useTemplateRef} from '#imports'
|
import {useTemplateRef} from '#imports'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
@ -9,7 +8,8 @@ interface Props {
|
|||||||
|
|
||||||
const props = withDefaults(defineProps<Props>(), {
|
const props = withDefaults(defineProps<Props>(), {
|
||||||
images: () => [
|
images: () => [
|
||||||
'https://picsum.photos/200/300'
|
'/ap-1/1.webp',
|
||||||
|
'/ap-1/2.webp'
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -25,49 +25,39 @@ function select(index: number) {
|
|||||||
activeIndex.value = index
|
activeIndex.value = index
|
||||||
carousel.value?.emblaApi?.scrollTo(index)
|
carousel.value?.emblaApi?.scrollTo(index)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col items-center justify-start p-4">
|
<div class="flex flex-col items-center justify-center p-4">
|
||||||
<!-- main slider -->
|
<!-- main slider -->
|
||||||
<UCarousel
|
<UCarousel
|
||||||
ref="carousel"
|
ref="carousel"
|
||||||
auto-height
|
|
||||||
arrows
|
|
||||||
prev-icon="i-lucide-chevron-left"
|
|
||||||
next-icon="i-lucide-chevron-right"
|
|
||||||
v-slot="{ item }"
|
v-slot="{ item }"
|
||||||
:items="props.images"
|
:items="props.images"
|
||||||
:autoplay="{ delay: 5_000 }"
|
:autoplay="{ delay: 5_000 }"
|
||||||
:ui="{item: 'ps-0',
|
:ui="{item: 'ps-0'}"
|
||||||
controls: 'absolute top-6 inset-x-15',
|
|
||||||
dots: '-top-7',
|
|
||||||
dot: 'w-1 h-1'}"
|
|
||||||
loop
|
loop
|
||||||
class="relative w-full"
|
class="relative w-full max-w-3xl"
|
||||||
@select="onSelect"
|
@select="onSelect"
|
||||||
>
|
>
|
||||||
<img :src="item" class="object-cover" alt="Bild"/>
|
<img :src="item" class="w-full h-auto object-cover" alt="Bild"/>
|
||||||
</UCarousel>
|
</UCarousel>
|
||||||
|
|
||||||
<!-- thumbnails -->
|
<!-- thumbnails -->
|
||||||
<!-- <div class="flex flex-wrap gap-2 pt-4">-->
|
<div class="flex gap-2 pt-4">
|
||||||
<!-- <button-->
|
<button
|
||||||
<!-- v-for="(thumb, idx) in props.images"-->
|
v-for="(thumb, idx) in props.images"
|
||||||
<!-- :key="idx"-->
|
:key="idx"
|
||||||
<!-- @click="select(idx)"-->
|
@click="select(idx)"
|
||||||
<!-- :class="[-->
|
:class="[
|
||||||
<!-- 'size-16 rounded-lg overflow-hidden opacity-40 hover:opacity-100',-->
|
'size-16 rounded-lg overflow-hidden opacity-40 hover:opacity-100',
|
||||||
<!-- 'transition-opacity focus:outline-none focus-visible:ring',-->
|
'transition-opacity focus:outline-none focus-visible:ring',
|
||||||
<!-- activeIndex === idx && 'opacity-100 ring-2 ring-primary-500'-->
|
activeIndex === idx && 'opacity-100 ring-2 ring-primary-500'
|
||||||
<!-- ]"-->
|
]"
|
||||||
<!-- >-->
|
>
|
||||||
<!-- <img :src="thumb" alt="" class="w-full h-full object-cover"/>-->
|
<img :src="thumb" alt="" class="w-full h-full object-cover"/>
|
||||||
<!-- </button>-->
|
</button>
|
||||||
<!-- </div>-->
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<!-- description (optional) -->
|
<!-- description (optional) -->
|
||||||
<p
|
<p
|
||||||
v-if="true"
|
v-if="true"
|
||||||
class="text-lg pb-4">
|
class="text-gray-700 text-lg pb-4">
|
||||||
{{ t(`${i18nKey}.description`) }}
|
{{ t(`${i18nKey}.description`) }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@ -134,9 +134,7 @@
|
|||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"title": "Darauf können Sie sich freuen!",
|
"title": "Darauf können Sie sich freuen!",
|
||||||
"description-1": "Was Sie in Ihrem Urlaub im Landhaus Appartement Panoramablick erwartet. Unser Tipp:",
|
"description": "Was Sie in Ihrem Urlaub im Landhaus Appartement Panoramablick erwartet."
|
||||||
"description-2": "Reservieren",
|
|
||||||
"description-3": "Sie online beim Sportgeschäft in nächster Nähe und sichern sich dabei exklusive Rabatte."
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"apartments": {
|
"apartments": {
|
||||||
@ -157,23 +155,14 @@
|
|||||||
"#su": "Blabla",
|
"#su": "Blabla",
|
||||||
"#wi": "Miau"
|
"#wi": "Miau"
|
||||||
},
|
},
|
||||||
"thumbnail": "/apartments/2/4.jpg",
|
"thumbnail": "/ap-1/1.webp",
|
||||||
"highlights": [
|
"highlights": [
|
||||||
"Ab € 225,- pro Tag",
|
"Ab € 225,- pro Tag",
|
||||||
"2 bis 4 Personen"
|
"2 bis 4 Personen"
|
||||||
],
|
],
|
||||||
"images": [
|
"images": [
|
||||||
"/apartments/1/1.jpg",
|
"/apartments/1/1.webp",
|
||||||
"/apartments/1/2.jpg",
|
"/apartments/1/2.webp"
|
||||||
"/apartments/1/3.jpg",
|
|
||||||
"/apartments/1/4.jpg",
|
|
||||||
"/apartments/1/5.jpg",
|
|
||||||
"/apartments/1/6.jpg",
|
|
||||||
"/apartments/1/7.jpg",
|
|
||||||
"/apartments/1/8.jpg",
|
|
||||||
"/apartments/1/9.jpg",
|
|
||||||
"/apartments/1/10.jpg",
|
|
||||||
"/apartments/1/11.jpg"
|
|
||||||
],
|
],
|
||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
@ -230,25 +219,14 @@
|
|||||||
"id": "apartment-2",
|
"id": "apartment-2",
|
||||||
"title": "Apartment 2",
|
"title": "Apartment 2",
|
||||||
"subtitle": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.",
|
"subtitle": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.",
|
||||||
"thumbnail": "/apartments/2/8.jpg",
|
"thumbnail": "/ap-1/1.webp",
|
||||||
"highlights": [
|
"highlights": [
|
||||||
"Ab € 225,- pro Tag",
|
"Ab € 225,- pro Tag",
|
||||||
"4 bis 6 Personen"
|
"4 bis 6 Personen"
|
||||||
],
|
],
|
||||||
"images": [
|
"images": [
|
||||||
"/apartments/2/1.jpg",
|
"/ap-2/1.webp",
|
||||||
"/apartments/2/2.jpg",
|
"/ap-2/2.webp"
|
||||||
"/apartments/2/3.jpg",
|
|
||||||
"/apartments/2/4.jpg",
|
|
||||||
"/apartments/2/5.jpg",
|
|
||||||
"/apartments/2/6.jpg",
|
|
||||||
"/apartments/2/7.jpg",
|
|
||||||
"/apartments/2/8.jpg",
|
|
||||||
"/apartments/2/9.jpg",
|
|
||||||
"/apartments/2/10.jpg",
|
|
||||||
"/apartments/2/11.jpg",
|
|
||||||
"/apartments/2/12.jpg",
|
|
||||||
"/apartments/2/13.jpg"
|
|
||||||
],
|
],
|
||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
@ -305,26 +283,14 @@
|
|||||||
"id": "apartment-3",
|
"id": "apartment-3",
|
||||||
"title": "Apartment 3",
|
"title": "Apartment 3",
|
||||||
"subtitle": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.",
|
"subtitle": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.",
|
||||||
"thumbnail": "/apartments/2/7.jpg",
|
"thumbnail": "/ap-1/1.webp",
|
||||||
"highlights": [
|
"highlights": [
|
||||||
"Ab € 225,- pro Tag",
|
"Ab € 225,- pro Tag",
|
||||||
"4 bis 6 Personen"
|
"4 bis 6 Personen"
|
||||||
],
|
],
|
||||||
"images": [
|
"images": [
|
||||||
"/apartments/3/1.jpg",
|
"/ap-2/1.webp",
|
||||||
"/apartments/3/2.jpg",
|
"/ap-2/2.webp"
|
||||||
"/apartments/3/3.jpg",
|
|
||||||
"/apartments/3/4.jpg",
|
|
||||||
"/apartments/3/5.jpg",
|
|
||||||
"/apartments/3/6.jpg",
|
|
||||||
"/apartments/3/7.jpg",
|
|
||||||
"/apartments/3/8.jpg",
|
|
||||||
"/apartments/3/9.jpg",
|
|
||||||
"/apartments/3/10.jpg",
|
|
||||||
"/apartments/3/11.jpg",
|
|
||||||
"/apartments/3/12.jpg",
|
|
||||||
"/apartments/3/13.jpg",
|
|
||||||
"/apartments/3/14.jpg"
|
|
||||||
],
|
],
|
||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -29,8 +29,8 @@ export default defineNuxtConfig({
|
|||||||
websites: {
|
websites: {
|
||||||
defaultVariant: 'su',
|
defaultVariant: 'su',
|
||||||
variants: [
|
variants: [
|
||||||
{ code: 'su', name: 'Summer', icon: 'i-lucide-sun' },
|
{ code: 'su', name: 'Summer' },
|
||||||
{ code: 'wi', name: 'Winter', icon: 'i-lucide-snowflake'}
|
{ code: 'wi', name: 'Winter' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@ -24,19 +24,15 @@ useHead({
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<AppFlatSection>
|
<AppFlatSection>
|
||||||
<div class="flex flex-col items-center justify-center">
|
|
||||||
<span class="text-lg text-neutral-600">Coming Soon</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- SSR-safe: iframe appears only in the browser -->
|
<!-- SSR-safe: iframe appears only in the browser -->
|
||||||
<!-- <ClientOnly>-->
|
<ClientOnly>
|
||||||
<!-- <iframe-->
|
<iframe
|
||||||
<!-- id="iframeCapCorn"-->
|
id="iframeCapCorn"
|
||||||
<!-- src="https://www.capcorn.net/MasterReq?MB=1487&FL=17&LG=0"-->
|
src="https://www.capcorn.net/MasterReq?MB=1487&FL=17&LG=0"
|
||||||
<!-- frameborder="0"-->
|
frameborder="0"
|
||||||
<!-- width="100%"-->
|
width="100%"
|
||||||
<!-- scrolling="auto"-->
|
scrolling="auto"
|
||||||
<!-- />-->
|
/>
|
||||||
<!-- </ClientOnly>-->
|
</ClientOnly>
|
||||||
</AppFlatSection>
|
</AppFlatSection>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
<h1 class="text-3xl sm:text-4xl font-bold mb-4">{{ t('contact.title') }}</h1>
|
<h1 class="text-3xl sm:text-4xl font-bold mb-4">{{ t('contact.title') }}</h1>
|
||||||
|
|
||||||
<!-- Extended intro -->
|
<!-- Extended intro -->
|
||||||
<p class="text-neutral-600 mb-4 max-w-prose">
|
<p class="text-neutral-700 mb-4 max-w-prose">
|
||||||
{{ t('contact.description') }}
|
{{ t('contact.description') }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -17,24 +17,24 @@
|
|||||||
<!-- Phone (phone + WhatsApp icons) -->
|
<!-- Phone (phone + WhatsApp icons) -->
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<!-- Heroicons phone -->
|
<!-- Heroicons phone -->
|
||||||
<UIcon name="i-heroicons-phone" class="w-4 h-4 text-neutral-600"/>
|
<UIcon name="i-heroicons-phone" class="w-4 h-4 text-primary-600"/>
|
||||||
<!-- WhatsApp icon (any Iconify set you use) -->
|
<!-- WhatsApp icon (any Iconify set you use) -->
|
||||||
<UIcon name="i-uil-whatsapp" class="w-4 h-4 text-neutral-600"/>
|
<UIcon name="i-uil-whatsapp" class="w-4 h-4 text-primary-600"/>
|
||||||
<a :href="`tel:${t('contact.phone').replace(/\s+/g, '')}`" class="hover:underline text-neutral-600">
|
<a :href="`tel:${t('contact.phone').replace(/\s+/g, '')}`" class="hover:underline">
|
||||||
{{ t('contact.phone') }}
|
{{ t('contact.phone') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- E-mail -->
|
<!-- E-mail -->
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<UIcon name="i-heroicons-envelope" class="w-4 h-4 text-neutral-600"/>
|
<UIcon name="i-heroicons-envelope" class="w-4 h-4 text-primary-600"/>
|
||||||
<a :href="`mailto:${t('contact.email')}`" class="hover:underline text-neutral-600">
|
<a :href="`mailto:${t('contact.email')}`" class="hover:underline">
|
||||||
{{ t('contact.email') }}
|
{{ t('contact.email') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="text-neutral-600 mb-4 max-w-prose">
|
<p class="text-neutral-700 mb-4 max-w-prose">
|
||||||
{{ t('contact.online-1') }}
|
{{ t('contact.online-1') }}
|
||||||
<UButton :to="variantPath('book')" variant="outline" trailing-icon="i-heroicons-arrow-right">{{
|
<UButton :to="variantPath('book')" variant="outline" trailing-icon="i-heroicons-arrow-right">{{
|
||||||
t('contact.online-2')
|
t('contact.online-2')
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
:autoplay="{ delay: 5000 }"
|
:autoplay="{ delay: 5000 }"
|
||||||
:loop="true"
|
:loop="true"
|
||||||
:fade="true"
|
:fade="true"
|
||||||
:duration="150"
|
:duration="75"
|
||||||
class="w-full h-full custom-carousel">
|
class="w-full h-full custom-carousel">
|
||||||
<div class="w-full h-full flex items-center justify-center">
|
<div class="w-full h-full flex items-center justify-center">
|
||||||
<img :src="item" class="w-full h-full object-cover" alt="Demo Picture"/>
|
<img :src="item" class="w-full h-full object-cover" alt="Demo Picture"/>
|
||||||
@ -132,22 +132,9 @@
|
|||||||
</AppFlatSection>
|
</AppFlatSection>
|
||||||
|
|
||||||
<AppCardSection>
|
<AppCardSection>
|
||||||
<div class="flex-1 pr">
|
<AppTitleText i18n-key="landing.features" class="pr">
|
||||||
<h2 class="text-2xl font-bold mb-4">
|
|
||||||
{{ t('landing.features.title') }}
|
|
||||||
</h2>
|
|
||||||
|
|
||||||
<p class="text-lg pb-4">
|
|
||||||
{{ t('landing.features.description-1') }}
|
|
||||||
<UButton to="https://www.bruendl.at/" variant="outline" trailing-icon="i-heroicons-arrow-right">{{
|
|
||||||
t('landing.features.description-2')
|
|
||||||
}}
|
|
||||||
</UButton>
|
|
||||||
{{ t('landing.features.description-3') }}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<AppFeaturesGrid :features="tm('features')"/>
|
<AppFeaturesGrid :features="tm('features')"/>
|
||||||
</div>
|
</AppTitleText>
|
||||||
</AppCardSection>
|
</AppCardSection>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -160,10 +147,8 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const images = [
|
const images = [
|
||||||
'/landing/2.jpg',
|
'/house.webp',
|
||||||
'/landing/1.jpg',
|
'/panorama.webp'
|
||||||
'/landing/3.jpg',
|
|
||||||
'/landing/4.jpg'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const {t, tm, rt} = useVariantData()
|
const {t, tm, rt} = useVariantData()
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 803 KiB |
|
Before Width: | Height: | Size: 812 KiB |
|
Before Width: | Height: | Size: 980 KiB |
|
Before Width: | Height: | Size: 775 KiB |
|
Before Width: | Height: | Size: 891 KiB |
|
Before Width: | Height: | Size: 931 KiB |
|
Before Width: | Height: | Size: 600 KiB |
|
Before Width: | Height: | Size: 517 KiB |
|
Before Width: | Height: | Size: 1005 KiB |
|
Before Width: | Height: | Size: 695 KiB |
|
Before Width: | Height: | Size: 800 KiB |
|
Before Width: | Height: | Size: 896 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 749 KiB |
|
Before Width: | Height: | Size: 812 KiB |
|
Before Width: | Height: | Size: 695 KiB |
|
Before Width: | Height: | Size: 935 KiB |
|
Before Width: | Height: | Size: 987 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 886 KiB |
|
Before Width: | Height: | Size: 562 KiB |
|
Before Width: | Height: | Size: 728 KiB |
|
Before Width: | Height: | Size: 658 KiB |
|
Before Width: | Height: | Size: 710 KiB |
|
Before Width: | Height: | Size: 695 KiB |
|
Before Width: | Height: | Size: 728 KiB |
|
Before Width: | Height: | Size: 538 KiB |
|
Before Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 748 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 788 KiB |
|
Before Width: | Height: | Size: 937 KiB |
|
Before Width: | Height: | Size: 860 KiB |
|
Before Width: | Height: | Size: 613 KiB |
|
Before Width: | Height: | Size: 890 KiB |
|
Before Width: | Height: | Size: 991 KiB |
|
Before Width: | Height: | Size: 997 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 1.5 MiB |
@ -12,8 +12,7 @@ const availableVariants = computed(() =>
|
|||||||
v-for="variant in availableVariants"
|
v-for="variant in availableVariants"
|
||||||
:key="variant.code"
|
:key="variant.code"
|
||||||
:to="switchVariantPath(variant.code)"
|
:to="switchVariantPath(variant.code)"
|
||||||
class="flex items-center justify-center"
|
|
||||||
>
|
>
|
||||||
<UIcon :name="variant.icon"/>
|
{{ variant.code.toUpperCase() }}
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||