10 lines
284 B
Vue
10 lines
284 B
Vue
<template>
|
|
<h1 class="flex items-center justify-center min-h-screen">
|
|
<atropos-component class="my-atropos" active-offset="80" shadow-scale="1.05">
|
|
<img src="/logo.svg" />
|
|
<img src="/logo.svg" />
|
|
<div>Tell us</div>
|
|
</atropos-component>
|
|
</h1>
|
|
</template>
|