chnage linear graident colors

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-10 13:44:44 +05:00
parent cd86d6397e
commit 1ab5c6b741
7 changed files with 14 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ export function ServiceBanner() {
<div
className="absolute inset-0 z-10"
style={{
background: `linear-gradient(to top right, #d2610a 0%, #1e1d1ce3 30%, #1e1d1ce3 100%)`,
background: `linear-gradient(to right top, rgb(157 73 9) 0%, rgb(33 32 31 / 89%) 40%, rgba(30, 29, 28, 0.89) 100%)`,
}}
/>