Skip to content

Commit 0e6489c

Browse files
docs(blog): add ai banner (#6809)
1 parent e903a82 commit 0e6489c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/src/components/banner/banner-examples.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type Props = {
1414
};
1515

1616
export const BannerExamples: FC<Props> = ({
17-
title = "Refine AI is in closed beta!",
17+
title = "Refine AI is here!",
1818
description = "The next-gen approach to build enterprise-ready React-based internal tools apps with the power of GenAI.",
1919
button = {
2020
text: "Explore Refine AI",

documentation/src/components/banner/banner-random.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const data = [
88
description:
99
"The next-gen approach to build enterprise-ready React-based internal tools, admin panels, dashboards & B2B apps with the power of GenAI.",
1010
image: {
11-
src: "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/banners/banner-refine-ai.png",
11+
src: "https://refine.ams3.cdn.digitaloceanspaces.com/blog-banners/refine-ai-banner-wide.jpg",
1212
alt: "Refine AI Image",
1313
href: "https://s.refine.dev/banner-with-image?ref=refine-ai-banner",
1414
},

0 commit comments

Comments
 (0)