diff --git a/app/(marketing)/_components/site-footer.tsx b/app/(marketing)/_components/site-footer.tsx
index bd8fdb4..ecbba27 100644
--- a/app/(marketing)/_components/site-footer.tsx
+++ b/app/(marketing)/_components/site-footer.tsx
@@ -8,7 +8,7 @@ export function SiteFooter() {
return (
}
- description={}
+ description=""
copyright={
}
sections={[
- {
- heading: ,
- links: [
- { href: '/blog', label: },
- { href: '/contact', label: },
- ],
- },
- {
- heading: ,
- links: [
- {
- href: '/docs',
- label: ,
- },
- ],
- },
{
heading: ,
links: [
diff --git a/app/(marketing)/_components/site-header.tsx b/app/(marketing)/_components/site-header.tsx
index 9507b18..b18a9cd 100644
--- a/app/(marketing)/_components/site-header.tsx
+++ b/app/(marketing)/_components/site-header.tsx
@@ -5,7 +5,6 @@ import { Header } from '@kit/ui/marketing';
import { AppLogo } from '~/components/app-logo';
import { SiteHeaderAccountSection } from './site-header-account-section';
-import { SiteNavigation } from './site-navigation';
export function SiteHeader({
accounts,
@@ -15,7 +14,6 @@ export function SiteHeader({
return (
}
- navigation={}
actions={}
/>
);
diff --git a/app/(marketing)/page.tsx b/app/(marketing)/page.tsx
index 1726d34..47d1c5b 100644
--- a/app/(marketing)/page.tsx
+++ b/app/(marketing)/page.tsx
@@ -49,8 +49,8 @@ function MainCallToActionButton() {
-
-
+
+