diff --git a/.changeset/cold-hornets-decide.md b/.changeset/cold-hornets-decide.md
new file mode 100644
index 0000000..b14a5f4
--- /dev/null
+++ b/.changeset/cold-hornets-decide.md
@@ -0,0 +1,5 @@
+---
+'mantine-analytics-dashboard': patch
+---
+
+feat: updated hero section and header nav content and styles
diff --git a/app/page.tsx b/app/page.tsx
index 4a22eb8..c00ff41 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -28,12 +28,13 @@ import {
useMantineTheme,
} from '@mantine/core';
import Link from 'next/link';
-import { PATH_APPS, PATH_DASHBOARD, PATH_DOCS } from '@/routes';
+import { PATH_APPS, PATH_DASHBOARD, PATH_DOCS, PATH_GITHUB } from '@/routes';
import {
IconAdjustmentsHorizontal,
IconApps,
IconArrowRight,
IconBook,
+ IconBrandGithub,
IconBrandMantine,
IconBrandTabler,
IconColorSwatch,
@@ -46,6 +47,7 @@ import {
IconLayoutBoard,
IconLayoutGrid,
IconPaint,
+ IconPlayerPlay,
IconScaleOutline,
IconSettingsCog,
} from '@tabler/icons-react';
@@ -297,19 +299,19 @@ export default function Home() {
component={Link}
href={PATH_DASHBOARD.default}
size="md"
- rightSection={}
+ leftSection={}
>
Live Preview
}
>
- Read Documentation
+ Give us a star
diff --git a/layout/Guest/HeaderNav/HeaderNav.tsx b/layout/Guest/HeaderNav/HeaderNav.tsx
index 8f0ec3e..0b534f2 100644
--- a/layout/Guest/HeaderNav/HeaderNav.tsx
+++ b/layout/Guest/HeaderNav/HeaderNav.tsx
@@ -67,10 +67,12 @@ const HeaderNav = () => {
component="a"
target="_blank"
href={PATH_GITHUB.repo}
- variant="default"
+ variant="transparent"
+ c="white"
leftSection={}
+ className={classes.link}
>
- Star this project
+ Give us a star
Live Previews