first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:07:47 +03:00
commit 5285a0dd86
522 changed files with 41738 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
<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>