File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11import Footer from "@/components/layout/footer" ;
22import NavBar from "@/components/layout/navbar" ;
3- // import Banner from "@/components/home/Banner";
3+ import Banner from "@/components/home/Banner" ;
44import { getMetadata } from "@/components/templates/blog/getMetaData" ;
55import { 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 />
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments