2501209
This commit is contained in:
@@ -8,20 +8,25 @@
|
|||||||
<p
|
<p
|
||||||
class="text-center text-2xl font-extrabold text-indigo-500 dark:text-indigo-400"
|
class="text-center text-2xl font-extrabold text-indigo-500 dark:text-indigo-400"
|
||||||
>
|
>
|
||||||
와디즈 펀딩 참여자 발송 페이지
|
가벼운 채비로 떠나는 정선 백패킹 포레스트
|
||||||
</p>
|
</p>
|
||||||
<figure class="mt-10">
|
<figure class="mt-10">
|
||||||
<blockquote
|
<blockquote
|
||||||
class="text-center text-lg font-normal text-gray-900 dark:text-gray-100"
|
class="text-center text-lg font-normal text-gray-900 dark:text-gray-100"
|
||||||
>
|
>
|
||||||
<p>안녕하세요, 메이커 보부입니다!</p>
|
<p>안녕하세요. 주식회사 보부입니다.</p>
|
||||||
<p>보부의 첫 여정에 마음을 더해주셔서 감사합니다.</p>
|
<p>정선 백패킹 포레스트 예약 시스템입니다.</p>
|
||||||
<p>여러분의 따뜻한 응원 덕분에,</p>
|
<br />
|
||||||
<p>정선의 자연속 1박 2일의 쉼을 준비할 수 있었습니다.</p>
|
<p>
|
||||||
<p>자연에 기대어, 잠시 천천히 머물러보는 시간을 선물해드릴게요.</p>
|
원활한 운영을 위해 아래 '참여자 정보 입력하기'를 클릭 후 문항을
|
||||||
<p class="mt-4 font-semibold">
|
작성해주시기 바랍니다.
|
||||||
“보부와 함께할 하루, 이제 예약으로 이어집니다."
|
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
정성스러운 답변은 더 나은 경험을 준비하는 데 큰 도움이 됩니다.
|
||||||
|
</p>
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<p>감사합니다.</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -362,7 +362,7 @@
|
|||||||
<ul class="mt-4 list-disc pl-4 space-y-2">
|
<ul class="mt-4 list-disc pl-4 space-y-2">
|
||||||
<li>
|
<li>
|
||||||
<strong>수집 항목:</strong>
|
<strong>수집 항목:</strong>
|
||||||
소속(기관명/부서명), 성명, 생년월일, 연락처, 이메일, 주소
|
성명, 생년월일, 연락처, 이메일, 주소
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<strong>수집 및 이용 목적:</strong>
|
<strong>수집 및 이용 목적:</strong>
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="bg-white dark:bg-gray-900 text-gray-900 dark:text-white">
|
<div class="bg-white dark:bg-gray-900 text-gray-900 dark:text-white">
|
||||||
<!-- Featured Projects Section -->
|
<!-- Featured Projects Section -->
|
||||||
<!-- <FeaturesCarousel />
|
<FeaturesCarousel />
|
||||||
<AboutSection1 />
|
<AboutSection1 />
|
||||||
<AboutSection3 /> -->
|
<AboutSection3 />
|
||||||
<!-- <AppWadiz /> -->
|
<AppWadiz />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
// import AppWadiz from '~/pages/wadiz/index.vue';
|
import AppWadiz from '~/pages/wadiz/index.vue';
|
||||||
import { MAIN } from '~/data/assets';
|
import { MAIN } from '~/data/assets';
|
||||||
definePageMeta({
|
// definePageMeta({
|
||||||
redirect: '/wadiz',
|
// redirect: '/wadiz',
|
||||||
});
|
// });
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user