@@ -89,16 +89,16 @@ async function submitEmail() {
89
89
<div class =" mt-10 flex items-center gap-x-6" >
90
90
<!-- <a href="#" class="rounded-md bg-blue-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600">Get started</a> -->
91
91
<div >
92
- <div class =" flex rounded-md shadow-sm" >
92
+ <div class =" flex rounded-md shadow-sm w-380px " >
93
93
<div class =" relative flex flex-grow items-stretch focus-within:z-10" >
94
94
<div class =" pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3" >
95
95
<div class =" i-heroicons-envelope h-5 w-5 text-gray-400" />
96
96
</div >
97
97
98
- <input id =" email" v-model =" email" type =" email" name =" email" class =" block w-full rounded-none rounded-l-md border-0 py-1.5 pl-10 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-blue-600 sm:text-sm sm:leading-6" placeholder =" enter- your@email.com " >
98
+ <input id =" email" v-model =" email" type =" email" name =" email" class =" block w-full rounded-none rounded-l-md border-0 py-1.5 pl-10 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-blue-600 sm:text-sm sm:leading-6" placeholder =" may-we-ask- your@email.org " >
99
99
</div >
100
100
101
- <BaseButton buttonText =" Submit " classString =" relative -ml-px inline-flex items-center gap-x-1.5 rounded-r-md px-3 py-2 text-sm font-semibold text-gray-900 ring-1 ring-inset ring-gray-300 hover:bg-gray-50" :loading =" loading" @click.native =" submitEmail" />
101
+ <BaseButton buttonText =" Stay in Touch " classString =" relative -ml-px inline-flex items-center gap-x-1.5 rounded-r-md px-3 py-2 text-sm font-semibold text-gray-900 ring-1 ring-inset ring-gray-300 hover:bg-gray-50 w-120px " :loading =" loading" @click.native =" submitEmail" />
102
102
</div >
103
103
</div >
104
104
@@ -116,7 +116,7 @@ async function submitEmail() {
116
116
<div class =" mx-auto mt-16 flex max-w-2xl sm:mt-24 lg:ml-10 lg:mr-0 lg:mt-0 lg:max-w-none lg:flex-none xl:ml-32" >
117
117
<div class =" max-w-3xl flex-none sm:max-w-5xl lg:max-w-none" >
118
118
<div class =" -m-2 rounded-xl bg-gray-900/5 p-2 ring-1 ring-inset ring-gray-900/10 lg:-m-4 lg:rounded-2xl lg:p-4" >
119
- <img src =" https://tailwindui.com/img/component- images/project-app-screenshot .png" alt =" App screenshot" width =" 2432" height =" 1442" class =" w-[76rem] rounded-md shadow-2xl ring-1 ring-gray-900/10" >
119
+ <img src =" images/screenshots/dashboard .png" alt =" App screenshot" width =" 2432" height =" 1442" class =" w-[76rem] rounded-md shadow-2xl ring-1 ring-gray-900/10" >
120
120
</div >
121
121
</div >
122
122
</div >
0 commit comments