File tree Expand file tree Collapse file tree 3 files changed +23
-7
lines changed
Expand file tree Collapse file tree 3 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 88</template >
99
1010<script setup lang="ts">
11- const target = ref (new Date (' 2025-10-25T00 :00:00' ))
11+ const target = ref (new Date (' 2025-10-23T12 :00:00' ))
1212
1313const state = ref ({
1414 days: 0 ,
Original file line number Diff line number Diff line change 66 headline =" 🤔 Мечтаете о своем заведении?"
77 :links =" links"
88 :ui =" {
9- headline: 'py-2 px-4 w-fit bg-secondary text-white rounded-md motion-preset-seesaw',
9+ headline: 'py-2 px-4 w-fit bg-[#f57e20] text-white rounded-md motion-preset-seesaw',
1010 links: 'motion-preset-oscillate motion-duration-2000',
1111 }"
1212 >
13+ <template #body >
14+ <div class =" flex flex-col gap-2" >
15+ <h3 class =" flex flex-row gap-2 items-center text-xl font-bold" >
16+ <UIcon name =" i-lucide-calendar" class =" size-8 text-secondary" /> 23 октября 2025
17+ </h3 >
18+ <h3 class =" flex flex-row gap-2 items-center text-xl font-bold" >
19+ <UIcon name =" i-lucide-clock" class =" size-8 text-secondary" /> 12:00-13:30 (МСК)
20+ </h3 >
21+ </div >
22+ </template >
23+
1324 <HeroVideo />
1425 </UPageHero >
1526</template >
1627
1728<script setup lang="ts">
1829const links = ref ([
1930 {
20- label: ' Записаться ' ,
31+ label: ' Зарегистрироваться через Telegram ' ,
2132 to: ' https://t.me/SLFranchiseBot' ,
2233 target: ' _blank' ,
23- trailingIcon: ' i-lucide-arrow-right' ,
34+ trailingIcon: ' simple-icons:telegram' ,
35+ color: ' secondary' as const ,
2436 ui: {
25- base: ' px-6 text-xl' ,
37+ base: ' px-6 md: text-xl w-full md:w-fit ' ,
2638 },
2739 },
2840])
Original file line number Diff line number Diff line change 1010 :reverse =" true"
1111 :features =" firstSectionItems"
1212 >
13- Тут фото?
13+ <div class =" p-4 w-full h-full min-h-56 text-muted bg-accented rounded-lg" >
14+ Тут фото?
15+ </div >
1416 </UPageSection >
1517
1618 <UPageSection
1921 orientation =" horizontal"
2022 :features =" secondSectionItems"
2123 >
22- Тут фото?
24+ <div class =" p-4 w-full h-full min-h-56 text-muted bg-accented rounded-lg" >
25+ Тут фото?
26+ </div >
2327 </UPageSection >
2428
2529 <Countdown />
You can’t perform that action at this time.
0 commit comments