diff --git a/src/views/AwardPage/components/Bloom.vue b/src/views/AwardPage/components/Bloom.vue index b49bbe7f..c0161f8a 100644 --- a/src/views/AwardPage/components/Bloom.vue +++ b/src/views/AwardPage/components/Bloom.vue @@ -26,13 +26,105 @@ @@ -66,3 +158,4 @@ } } + diff --git a/src/views/AwardPage/components/Slogan.vue b/src/views/AwardPage/components/Slogan.vue new file mode 100644 index 00000000..8829ab7c --- /dev/null +++ b/src/views/AwardPage/components/Slogan.vue @@ -0,0 +1,149 @@ + + + + + diff --git a/src/views/AwardPage/index.vue b/src/views/AwardPage/index.vue index 13f379bf..4aff586d 100644 --- a/src/views/AwardPage/index.vue +++ b/src/views/AwardPage/index.vue @@ -14,18 +14,8 @@
Application Deadline:15th March 2026
-
-
-
{{ item.number }}
-
{{ item.label }}
-
-
-
+ @@ -44,31 +34,13 @@ import PrizesSection from './components/PrizesSection.vue' import TimeLine from './components/TimeLine.vue' import Bloom from './components/Bloom.vue' + import Slogan from './components/Slogan.vue' const router = useRouter() const handleSubmitApplication = () => { router.push('/award/contestants') } - - const blocksList = ref([ - { - number: 'NETWORKING\n OPPORTUNITIES', - label: 'with international\nmedia and designers' - }, - { - number: 'INTERNATIONAL\nMEDIA EXPOSE', - label: 'through\nleading outlets' - }, - { - number: 'UP TO\nUS$9000', - label: 'in total prize\npool awards' - }, - { - number: 'TRAVEL\NALLOWANCE', - label: 'for finalists to attend\naward ceremony' - } - ])