Skip to content

Commit 381e476

Browse files
committed
fix hero
1 parent 2313162 commit 381e476

File tree

2 files changed

+9
-29
lines changed

2 files changed

+9
-29
lines changed

.source/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// @ts-nocheck -- skip type checking
2-
import * as docs_5 from "../content/docs/sdk.mdx?collection=docs&hash=1751495305626"
3-
import * as docs_4 from "../content/docs/prompt-authoring.mdx?collection=docs&hash=1751495305626"
4-
import * as docs_3 from "../content/docs/index.mdx?collection=docs&hash=1751495305626"
5-
import * as docs_2 from "../content/docs/git-sync.mdx?collection=docs&hash=1751495305626"
6-
import * as docs_1 from "../content/docs/getting-started.mdx?collection=docs&hash=1751495305626"
7-
import * as docs_0 from "../content/docs/core-concepts.mdx?collection=docs&hash=1751495305626"
2+
import * as docs_5 from "../content/docs/sdk.mdx?collection=docs&hash=1751511336677"
3+
import * as docs_4 from "../content/docs/prompt-authoring.mdx?collection=docs&hash=1751511336677"
4+
import * as docs_3 from "../content/docs/index.mdx?collection=docs&hash=1751511336677"
5+
import * as docs_2 from "../content/docs/git-sync.mdx?collection=docs&hash=1751511336677"
6+
import * as docs_1 from "../content/docs/getting-started.mdx?collection=docs&hash=1751511336677"
7+
import * as docs_0 from "../content/docs/core-concepts.mdx?collection=docs&hash=1751511336677"
88
import { _runtime } from "fumadocs-mdx"
99
import * as _source from "../source.config"
1010
export const docs = _runtime.docs<typeof _source.docs>([{ info: {"path":"core-concepts.mdx","absolutePath":"/Users/lanzo/projects/agentsmith/content/docs/core-concepts.mdx"}, data: docs_0 }, { info: {"path":"getting-started.mdx","absolutePath":"/Users/lanzo/projects/agentsmith/content/docs/getting-started.mdx"}, data: docs_1 }, { info: {"path":"git-sync.mdx","absolutePath":"/Users/lanzo/projects/agentsmith/content/docs/git-sync.mdx"}, data: docs_2 }, { info: {"path":"index.mdx","absolutePath":"/Users/lanzo/projects/agentsmith/content/docs/index.mdx"}, data: docs_3 }, { info: {"path":"prompt-authoring.mdx","absolutePath":"/Users/lanzo/projects/agentsmith/content/docs/prompt-authoring.mdx"}, data: docs_4 }, { info: {"path":"sdk.mdx","absolutePath":"/Users/lanzo/projects/agentsmith/content/docs/sdk.mdx"}, data: docs_5 }], [])

src/components/marketing/hero.tsx

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ export const HeroSection = () => {
103103
</a>
104104
</Button>
105105
<h1 className="font-bold tracking-tighter sm:text-5xl xl:text-6xl/none text-foreground">
106-
<div className="text-[26px] 2xs:text-[30px] xs:text-[35px] sm:text-[56px] md:text-[66px] lg:text-[44px] xl:text-[56px] 2xl:text-6xl 3xl:text-[82px] text-center">
106+
<div className="text-[26px] 2xs:text-[30px] xs:text-[35px] sm:text-[56px] md:text-[66px] lg:text-[44px] xl:text-[56px] 2xl:text-6xl 3xl:text-[62px] text-center">
107107
DEVELOP AGENTS WITH
108108
</div>
109-
<div className="text-center -mt-6 2xs:-mt-8 xs:-mt-8 sm:-mt-0 text-[60px] 2xs:text-[72px] xs:text-[82px] sm:text-[130px] md:text-[150px] lg:text-8xl xl:text-9xl 2xl:text-[140px] 3xl:text-[192px]">
109+
<div className="text-center -mt-6 2xs:-mt-8 xs:-mt-8 sm:-mt-0 text-[60px] 2xs:text-[72px] xs:text-[82px] sm:text-[130px] md:text-[150px] lg:text-8xl xl:text-9xl 2xl:text-[140px] 3xl:text-[140px]">
110110
PEACE OF
111111
</div>
112112
<AspectRatio
@@ -115,7 +115,7 @@ export const HeroSection = () => {
115115
>
116116
<div id="vivus" ref={vivusRef} className="w-full h-full" />
117117
</AspectRatio>
118-
<div className="-mt-30 2xs:-mt-38 max-sm:-mb-12 xs:-mt-44 sm:-mt-44 md:-mt-50 lg:-mt-34 xl:-mt-48 3xl:-mt-66 text-center text-[120px] 2xs:text-[144px] xs:text-[158px] sm:text-[256px] md:text-[296px] lg:text-[196px] xl:text-[248px] 2xl:text-[272px] 3xl:text-[382px]">
118+
<div className="-mt-30 2xs:-mt-38 max-sm:-mb-12 xs:-mt-44 sm:-mt-44 md:-mt-50 lg:-mt-34 xl:-mt-48 3xl:-mt-56 text-center text-[120px] 2xs:text-[144px] xs:text-[158px] sm:text-[256px] md:text-[296px] lg:text-[196px] xl:text-[248px] 2xl:text-[272px] 3xl:text-[277px]">
119119
MIND
120120
</div>
121121
</h1>
@@ -133,26 +133,6 @@ export const HeroSection = () => {
133133
</div>
134134
<div>
135135
<div className="hidden lg:block">&nbsp;</div>
136-
{/* <div className="w-full h-full min-h-[300px] md:min-h-[400px] rounded-lg overflow-hidden border border-border bg-card">
137-
{/* <Image
138-
src={promptEditorScreenshot}
139-
priority
140-
alt="Agentsmith App Placeholder"
141-
className="object-cover object-left h-full min-h-[300px] md:min-h-[400px] rounded-md"
142-
/>
143-
<video
144-
autoPlay
145-
loop
146-
muted
147-
playsInline
148-
className="object-cover object-left h-full min-h-[300px] md:min-h-[400px] rounded-md"
149-
poster={VIDEO_URLS.landing.typesafeSdk.cover.src}
150-
>
151-
<source src={VIDEO_URLS.landing.typesafeSdk.webm} type="video/webm" />
152-
<source src={VIDEO_URLS.landing.typesafeSdk.mp4} type="video/mp4" />
153-
Your browser does not support the video tag.
154-
</video>
155-
</div> */}
156136
</div>
157137
</div>
158138
</div>

0 commit comments

Comments
 (0)