|
|
@@ -158,8 +158,7 @@ const faq = [
|
|
|
<Header />
|
|
|
|
|
|
<!-- Hero -->
|
|
|
- <section class="relative overflow-hidden">
|
|
|
- <div class="absolute inset-0 -z-10 bg-grid-dark bg-[length:20px_20px] opacity-30"></div>
|
|
|
+ <section class="relative overflow-hidden bg-black">
|
|
|
<div class="mx-auto max-w-7xl px-4 py-8 sm:px-6 sm:py-12 lg:py-16 lg:px-8">
|
|
|
<div class="grid grid-cols-1 items-center gap-4 sm:gap-6 lg:gap-8 lg:grid-cols-12">
|
|
|
<div class="lg:col-span-7 text-center lg:text-left">
|
|
|
@@ -274,7 +273,7 @@ const faq = [
|
|
|
</div>
|
|
|
<div class="lg:col-span-5">
|
|
|
<div
|
|
|
- class="relative mx-auto aspect-[4/5] w-3/4 max-w-sm overflow-hidden rounded-2xl border border-okx-border bg-okx-gray/30 sm:w-2/3 lg:w-full"
|
|
|
+ class="relative mx-auto aspect-[4/5] w-3/4 max-w-sm overflow-hidden rounded-2xl sm:w-2/3 lg:w-full"
|
|
|
>
|
|
|
<video
|
|
|
class="h-full w-full object-cover"
|