style: homepage misc
This commit is contained in:
@@ -62,7 +62,7 @@ export default function FeaturesSection() {
|
|||||||
color="#ef4444aa"
|
color="#ef4444aa"
|
||||||
strokeWidth={1.5}
|
strokeWidth={1.5}
|
||||||
// multiline={false}
|
// multiline={false}
|
||||||
isView
|
// isView
|
||||||
>
|
>
|
||||||
{cmd}
|
{cmd}
|
||||||
</Highlighter>
|
</Highlighter>
|
||||||
|
|||||||
@@ -8,7 +8,10 @@ export default function ScenariosSection() {
|
|||||||
const { isZh } = useLanguage()
|
const { isZh } = useLanguage()
|
||||||
|
|
||||||
return (
|
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">
|
<div className="max-w-6xl mx-auto">
|
||||||
<BlurFade inView>
|
<BlurFade inView>
|
||||||
<div className="text-center mb-12">
|
<div className="text-center mb-12">
|
||||||
|
|||||||
Reference in New Issue
Block a user