style: homepage misc
This commit is contained in:
@@ -62,7 +62,7 @@ export default function FeaturesSection() {
|
||||
color="#ef4444aa"
|
||||
strokeWidth={1.5}
|
||||
// multiline={false}
|
||||
isView
|
||||
// isView
|
||||
>
|
||||
{cmd}
|
||||
</Highlighter>
|
||||
|
||||
@@ -8,7 +8,10 @@ export default function ScenariosSection() {
|
||||
const { isZh } = useLanguage()
|
||||
|
||||
return (
|
||||
<section className="px-6 py-16" aria-labelledby="scenarios-heading">
|
||||
<section
|
||||
className="px-6 py-16 bg-linear-to-b from-blue-100 to-purple-100 dark:from-blue-950/40 dark:to-gray-800"
|
||||
aria-labelledby="scenarios-heading"
|
||||
>
|
||||
<div className="max-w-6xl mx-auto">
|
||||
<BlurFade inView>
|
||||
<div className="text-center mb-12">
|
||||
|
||||
Reference in New Issue
Block a user