diff --git a/components/FooterMenu.tsx b/components/FooterMenu.tsx index 5c886e1b3..a75b5d3f1 100644 --- a/components/FooterMenu.tsx +++ b/components/FooterMenu.tsx @@ -31,6 +31,10 @@ const menuItems: { { heading: 'Resources', items: [ + { + name: 'Code Interpreter API', + href: 'https://code.librechat.ai/pricing', + }, { name: 'Changelog', href: '/changelog', diff --git a/components/home/Hero.tsx b/components/home/Hero.tsx index edb10e3bb..e7f564d72 100644 --- a/components/home/Hero.tsx +++ b/components/home/Hero.tsx @@ -4,7 +4,6 @@ import { ContainerScroll } from '@/components/ui/container-scroll-animation' import { CardBody, CardContainer, CardItem } from '../ui/3d-card' import { HoverBorderGradient } from '../ui/hover-border-gradient' import RepoOfTheDay from '@/components/svg/RepoOfTheDay' -import { SparklesCore } from '@/components/ui/sparkles' import { HomeSection } from './components/HomeSection' import RossIndex from '@/components/svg/RossIndex' import DemoImage from './img/demo.png' @@ -49,25 +48,12 @@ const HeroDescription = React.memo(() => ( {HERO_DESCRIPTION}
-
+
{/* Gradients */}
- - {/* Core component */} - - - {/* Radial Gradient to prevent sharp edges */} -
diff --git a/components/ui/container-scroll-animation.tsx b/components/ui/container-scroll-animation.tsx index 61f750bdc..370c505f8 100644 --- a/components/ui/container-scroll-animation.tsx +++ b/components/ui/container-scroll-animation.tsx @@ -20,7 +20,7 @@ export const ContainerScroll = ({ children }: { children: React.ReactNode }) => ref={containerRef} >