greyscale
This commit is contained in:
parent
322c75eaef
commit
f750efc18f
2 changed files with 2 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ export default async function Page({ params: paramsPromise }: Args) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const { hero, layout } = page
|
const { hero, layout } = page
|
||||||
|
console.log('PAGE SLUG:', decodedSlug, 'LAYOUT:', JSON.stringify(layout))
|
||||||
|
|
||||||
// Landing page layout — canvas + hero section with border lines
|
// Landing page layout — canvas + hero section with border lines
|
||||||
if (LANDING_PAGE_SLUGS.includes(decodedSlug)) {
|
if (LANDING_PAGE_SLUGS.includes(decodedSlug)) {
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ export function SkillsMarqueeBlock({ heading }: SkillsMarqueeBlockProps) {
|
||||||
key={l.alt}
|
key={l.alt}
|
||||||
src={l.src}
|
src={l.src}
|
||||||
alt={l.alt}
|
alt={l.alt}
|
||||||
className="h-14 w-auto flex-shrink-0 pointer-events-none select-none grayscale opacity-25 dark:opacity-35"
|
className="h-14 w-auto flex-shrink-0 pointer-events-none select-none grayscale opacity-40 dark:opacity-50 dark:brightness-150"
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</InfiniteSlider>
|
</InfiniteSlider>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue