40 lines
1.1 KiB
Vue
40 lines
1.1 KiB
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div class="subsribe-all sp2">
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-md-7">
|
|
<div class="all-subsribe-hadding">
|
|
<h1
|
|
class="font-f-2 weight-700 font-30 font-lg-45 line-height-30 line-height-lg-45 font-w"
|
|
>
|
|
Get the properties you're interested in delivered straight to
|
|
your inbox.
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-5">
|
|
<div class="comon-subsribe-all-input">
|
|
<input type="email" placeholder="Enter your email here" />
|
|
<div class="subsribe-btn">
|
|
<div class="home2-btn">
|
|
<button type="submit"
|
|
class="font-18 line-height-30 weight-700 font-f-2 font-w"
|
|
>
|
|
Get Notified
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |