@@ -105,7 +105,7 @@ class="pt-1 text-4xl font-semibold"
105
105
<img
106
106
src =" {{ Vite:: asset (' resources/images/mobile/ios_phone_mockup.webp' ) } }"
107
107
alt =" iOS phone mockup displaying a NativePHP application"
108
- class =" -mb-[10.5rem ] w-40 dark:mix-blend-hard-light"
108
+ class =" -mb-[11rem ] w-40 dark:mix-blend-hard-light"
109
109
/>
110
110
</div >
111
111
{{-- White blurred circle - Decorative --}}
@@ -122,7 +122,7 @@ class="absolute bottom-0 right-1/2 -z-10 h-52 w-72 translate-x-1/2 rounded-full
122
122
123
123
{{-- Blurred circle - Decorative --}}
124
124
<div
125
- class =" absolute -top-1/2 left-0 -z-20 h-60 w-full rounded-full bg-[#DDE2F3] blur-[100px] dark:bg-[#444892]/80 "
125
+ class =" absolute -top-1/2 left-0 -z-20 h-60 w-full rounded-full bg-[#DDE2F3] blur-[100px] dark:bg-[#444892]/50 "
126
126
aria-hidden =" true"
127
127
></div >
128
128
</div >
@@ -170,7 +170,7 @@ class="pt-1 text-4xl font-semibold"
170
170
<img
171
171
src =" {{ Vite:: asset (' resources/images/mobile/android_phone_mockup.webp' ) } }"
172
172
alt =" Android phone mockup displaying a NativePHP application"
173
- class =" -mb-[10.5rem ] w-40"
173
+ class =" -mb-[10.7rem ] w-40"
174
174
/>
175
175
</div >
176
176
{{-- White blurred circle - Decorative --}}
@@ -180,14 +180,14 @@ class="absolute -top-5 right-1/2 -z-10 h-40 w-14 translate-x-1/2 rounded-full bg
180
180
></div >
181
181
{{-- Center blurred circle - Decorative --}}
182
182
<div
183
- class =" absolute bottom-0 right-1/2 -z-10 h-52 w-72 translate-x-1/2 rounded-full bg-[#E0D7CE] blur-2xl dark:bg-slate-700/40 "
183
+ class =" absolute bottom-0 right-1/2 -z-10 h-52 w-72 translate-x-1/2 rounded-full bg-[#E0D7CE] blur-2xl dark:bg-slate-700/50 "
184
184
aria-hidden =" true"
185
185
></div >
186
186
</div >
187
187
188
188
{{-- Blurred circle - Decorative --}}
189
189
<div
190
- class =" absolute -top-1/2 left-0 -z-20 h-60 w-full rounded-full bg-[#FBF2E7] blur-[100px] dark:bg-slate-500/30 "
190
+ class =" absolute -top-1/2 left-0 -z-20 h-60 w-full rounded-full bg-[#FBF2E7] blur-[100px] dark:bg-slate-500/40 "
191
191
aria-hidden =" true"
192
192
></div >
193
193
</div >
0 commit comments