Skip to content

Commit a5ab5f1

Browse files
authored
Feat: Announcement banner for passthrough billing AI Gateway launch (#4732)
1 parent 1376b67 commit a5ab5f1

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

bifrost/app/components/Layout.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Footer from "@/components/layout/footer";
22
import NavBar from "@/components/layout/navbar";
3-
// import Banner from "@/components/home/Banner";
3+
import Banner from "@/components/home/Banner";
44
import { getMetadata } from "@/components/templates/blog/getMetaData";
55
import { BLOG_CONTENT } from "../blog/page";
66

@@ -24,14 +24,14 @@ export const Layout = async ({
2424

2525
return (
2626
<>
27-
{/* <Banner /> */}
27+
<Banner />
2828

29-
<NavBar
30-
stars={stars}
29+
<NavBar
30+
stars={stars}
3131
featuredBlogMetadata={featuredBlogMetadata || {
3232
title: "Check out our latest blog",
3333
description: "Open-source LLM observability and monitoring platform for developers",
34-
}}
34+
}}
3535
featuredBlogFolderName={featuredBlogFolderName}
3636
noMargin={noNavbarMargin}
3737
/>

bifrost/components/home/Banner.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ const Banner = () => {
1010
<p>
1111
🔥 Introducing the{" "}
1212
<Link
13-
href="https://helicone.ai/blog/introducing-ai-gateway"
13+
href="https://www.helicone.ai/blog/ptb-gateway-launch"
1414
className="font-medium underline hover:text-blue-200"
1515
>
1616
Helicone AI Gateway
17-
</Link>{" "}
18-
(in beta) - reach 100+ models with a single integration.
17+
</Link>
18+
, now on the cloud with passthrough billing. Access 100+ models with 1
19+
API and 0% markup.
1920
</p>
2021
</div>
2122
</div>

0 commit comments

Comments
 (0)