Skip to content

Commit

Permalink
chore(website): update heading
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Feb 21, 2024
1 parent 5d4c34d commit bf8839d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/apps/website/components/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Hero() {
<MilkeyWay />

<div className="pt-32 pb-16 md:pt-52 md:pb-32">
<div className="max-w-3xl mx-auto text-center">
<div className="max-w-[60rem] mx-auto text-center">
<div className="mb-4" data-aos="fade-down">
<span className="text-xs md:text-sm relative inline-flex items-center font-bold uppercase tracking-[0.12rem] text-violet-400">
For developer, By developer
Expand All @@ -18,9 +18,9 @@ export default function Hero() {
className="text-4xl md:text-7xl font-bold text-center bg-clip-text text-transparent bg-gradient-to-b from-neutral-50 to-neutral-400 bg-opacity-50 mb-4"
data-aos="fade-down"
>
Open-source
Building reliable
<br />
AI studio for AI Apps
Infra stack for LLM Apps
</h1>

<Balance
Expand Down

0 comments on commit bf8839d

Please sign in to comment.