pull/715/head
Travis Fischer 2025-06-28 05:21:56 -05:00
rodzic d505eb17c4
commit 36dce22d3a
5 zmienionych plików z 7 dodań i 6 usunięć

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 31 KiB

Wyświetl plik

@ -60,8 +60,8 @@ export default function AboutPage() {
<h2>Mission</h2>
<p className='font-semibold italic'>
Agentic's mission is to build the world's best library of tools for AI
agents.
Agentic's mission is to provide the world's best library of tools for
AI agents.
</p>
{/* <h2>What is Agentic UX?</h2>

Wyświetl plik

@ -111,8 +111,8 @@ export default async function TheBestDamnLandingPageEver() {
</div>
<p className='italic font-semibold'>
Agentic's mission is to build the world's best library of tools for AI
agents.
Agentic's mission is to provide the world's best library of tools for
AI agents.
</p>
<p>

Wyświetl plik

@ -4,6 +4,7 @@ import { ActiveLink } from '@/components/active-link'
import { useAgentic } from '@/components/agentic-provider'
import { DarkModeToggle } from '@/components/dark-mode-toggle'
import { docsUrl } from '@/lib/config'
import { cn } from '@/lib/utils'
import styles from './styles.module.css'
@ -11,7 +12,7 @@ export function Header() {
const ctx = useAgentic()
return (
<header className={styles.header}>
<header className={cn(styles.header, 'shadow-sm')}>
<div className={styles.headerContent}>
<ActiveLink className={styles.logo} href='/'>
AGENTIC

Wyświetl plik

@ -12,7 +12,7 @@ export function PageContainer({
return (
<>
{background && (
<div className='absolute top-0 left-0 w-[100vw] h-[100vh] bg-[url(/bg.png)] bg-top-right bg-no-repeat bg-size-[100vw_50vh] md:bg-auto z-0' />
<div className='absolute top-0 left-0 w-[100vw] h-[100vh] bg-[url(/bg.png)] dark:bg-[url(/bg-dark.jpg)] dark:bg-cover dark:h-auto dark:aspect-[1000/808] bg-top-right bg-no-repeat bg-size-[100vw_50vh] md:bg-auto z-0' />
)}
<div