We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63699b2 commit 41e4104Copy full SHA for 41e4104
app/download/components/download-page-client.tsx
@@ -121,7 +121,7 @@ export default function DownloadPageClient() {// 使用 download 命名空间
121
return (
122
<main className="min-h-screen z-10">
123
{/* Hero Section */}
124
- <section className="py-20 bg-gradient-to-b from-background to-muted">
+ <section className="py-20 bg-linear-to-b from-background/30 to-muted/30">
125
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 text-center">
126
<div className="flex items-center justify-center mb-6">
127
<h1 className="text-4xl font-bold text-foreground sm:text-5xl md:text-6xl">
components/ui/background-grid.tsx
@@ -17,3 +17,4 @@ export default function BackgroundGrid() {
17
}
18
19
20
+
0 commit comments