Fixed opacity
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m37s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m37s
This commit is contained in:
@@ -3,7 +3,7 @@ import { siteConfig } from "../../config/site";
|
||||
---
|
||||
|
||||
<section class="relative overflow-hidden bg-neutral">
|
||||
<div class="absolute inset-0 bg-[linear-gradient(to_right,#ffffff06_1px,transparent_1px),linear-gradient(to_bottom,#ffffff06_1px,transparent_1px)] bg-[size:4rem_4rem]"></div>
|
||||
<div class="absolute inset-0 bg-[linear-gradient(to_right,#ffffff15_1px,transparent_1px),linear-gradient(to_bottom,#ffffff15_1px,transparent_1px)] bg-[size:4rem_4rem] [mask-image:radial-gradient(ellipse_at_center,black_20%,transparent_70%)]"></div>
|
||||
|
||||
<div class="relative max-w-7xl mx-auto px-6 py-20 lg:py-32">
|
||||
<div class="text-center max-w-4xl mx-auto">
|
||||
@@ -66,8 +66,8 @@ import { siteConfig } from "../../config/site";
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="mt-16 pt-10 border-t border-white/10">
|
||||
<p class="text-white/50 text-sm mb-6 uppercase tracking-wider font-medium">Trusted expertise in</p>
|
||||
<div class="mt-16 pt-10">
|
||||
<p class="text-white text-sm mb-6 uppercase tracking-wider font-medium">Trusted expertise in</p>
|
||||
<div class="flex flex-wrap justify-center items-center gap-8 lg:gap-12">
|
||||
<div class="flex items-center gap-2.5 text-white/80">
|
||||
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
|
||||
Reference in New Issue
Block a user