feat: some minor changes on styles

This commit is contained in:
Li Xin
2025-04-28 10:17:07 +08:00
parent 08de9e0cab
commit 0b05f15129

View File

@@ -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>