fix(web): css things

pull/715/head
Travis Fischer 2025-06-28 12:18:08 -05:00
rodzic 3d1de5ab62
commit b9e115142c
4 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ import { docsUrl } from '@/lib/config'
export function DemandSideCTA() {
return (
<div className='flex justify-center items-center gap-12'>
<div className='flex justify-center items-center gap-8 md:gap-12'>
<HeroButton asChild className='h-full'>
<Link href='/marketplace' className='font-mono'>
gotoTools();

Wyświetl plik

@ -9,9 +9,9 @@ export function DotsSection({
}) {
return (
<section className={cn('relative', className)}>
<div className='absolute top-[-50%] bottom-[-50%] left-[-50%] right-[-50%] bg-[url(/dots.svg)] bg-repeat bg-center bg-size-[32px_auto] opacity-30 dark:opacity-100' />
<div className='absolute top-[-25%] bottom-[-25%] left-[-25%] right-[-25%] bg-[url(/dots.svg)] bg-repeat bg-center bg-size-[32px_auto] opacity-30 dark:opacity-100' />
<div className='absolute top-[-50%] bottom-[-50%] left-[-50%] right-[-50%] bg-[radial-gradient(39%_50%_at_50%_50%,rgba(255,255,255,.3)_0%,rgb(255,255,255)_100%)] dark:bg-[radial-gradient(39%_50%_at_50%_50%,rgba(10,10,10,0)_0%,rgb(10,10,10)_100%)]' />
<div className='absolute top-[-25%] bottom-[-25%] left-[-25%] right-[-25%] bg-radial from-[rgba(255,255,255,.3)] to-[rgb(255,255,255)] dark:from-[rgba(10,10,10,0)] dark:to-[rgb(10,10,10)]' />
{children}
</section>

Wyświetl plik

@ -25,7 +25,7 @@ export function SupplySideCTA({
const ctx = useAgentic()
return (
<div className='flex justify-center items-center gap-12'>
<div className='flex justify-center items-center gap-8 md:gap-12'>
<HeroButton asChild heroVariant={heroVariant}>
<Link
href={

Wyświetl plik

@ -21,7 +21,6 @@
- `createAISDKToolsFromIdentifier(projectIdentifier)`
- move legacy over and update examples + docs
- create agentic products for legacy tools
- consider changing web header logo to include icon
## TODO: Post-MVP