We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37c8c8 commit 0b7d924Copy full SHA for 0b7d924
docs/app.config.ts
@@ -36,5 +36,12 @@ export default defineAppConfig({
36
primary: 'violet',
37
neutral: 'zinc'
38
}
39
+ },
40
+ uiPro: {
41
+ pageHero: {
42
+ slots: {
43
+ container: 'flex flex-col lg:grid py-16 sm:py-20 lg:py-24 gap-16 sm:gap-y-2'
44
+ }
45
46
-})
47
+})
docs/content/index.md
@@ -36,7 +36,9 @@ Built specifically for FilamentPHP.
:::
::
-
+<div class="text-center">
+ <img src="/preview.png" alt="Flowforge Kanban Board Preview" class="mx-auto max-w-full h-auto rounded-lg shadow-lg" />
+</div>
::u-page-section
#title
0 commit comments