mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 12:24:46 +08:00
feat: some minor changes on styles
This commit is contained in:
@@ -110,7 +110,7 @@ function Jumbotron() {
|
|||||||
squareSize={4}
|
squareSize={4}
|
||||||
gridGap={4}
|
gridGap={4}
|
||||||
color="#60A5FA"
|
color="#60A5FA"
|
||||||
maxOpacity={0.16}
|
maxOpacity={0.133}
|
||||||
flickerChance={0.1}
|
flickerChance={0.1}
|
||||||
/>
|
/>
|
||||||
<FlickeringGrid
|
<FlickeringGrid
|
||||||
@@ -119,7 +119,7 @@ function Jumbotron() {
|
|||||||
squareSize={3}
|
squareSize={3}
|
||||||
gridGap={6}
|
gridGap={6}
|
||||||
color="#60A5FA"
|
color="#60A5FA"
|
||||||
maxOpacity={0.5}
|
maxOpacity={0.66}
|
||||||
flickerChance={0.12}
|
flickerChance={0.12}
|
||||||
/>
|
/>
|
||||||
<div className="relative z-10 flex flex-col items-center justify-center gap-12">
|
<div className="relative z-10 flex flex-col items-center justify-center gap-12">
|
||||||
@@ -129,7 +129,7 @@ function Jumbotron() {
|
|||||||
</span>
|
</span>
|
||||||
<AuroraText>at Your Fingertips</AuroraText>
|
<AuroraText>at Your Fingertips</AuroraText>
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-muted-foreground text-center text-xl">
|
<p className="text-center text-xl opacity-75">
|
||||||
Discover the revolutionary Multi-Agent Research Assistant that
|
Discover the revolutionary Multi-Agent Research Assistant that
|
||||||
empowers you to dive
|
empowers you to dive
|
||||||
<br />
|
<br />
|
||||||
@@ -154,7 +154,7 @@ function Jumbotron() {
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="absolute bottom-8 flex text-sm opacity-40">
|
<div className="absolute bottom-8 flex text-xs opacity-50">
|
||||||
<p>* DEER stands for Deep Exploration and Efficient Research.</p>
|
<p>* DEER stands for Deep Exploration and Efficient Research.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user