diff --git a/apps/web/app/(marketing)/_components/site-navigation.tsx b/apps/web/app/(marketing)/_components/site-navigation.tsx index de98afd1a..c5cb33814 100644 --- a/apps/web/app/(marketing)/_components/site-navigation.tsx +++ b/apps/web/app/(marketing)/_components/site-navigation.tsx @@ -46,7 +46,9 @@ export function SiteNavigation() {
{NavItems} diff --git a/apps/web/app/(marketing)/_components/site-page-header.tsx b/apps/web/app/(marketing)/_components/site-page-header.tsx index c07e4dff3..709a819be 100644 --- a/apps/web/app/(marketing)/_components/site-page-header.tsx +++ b/apps/web/app/(marketing)/_components/site-page-header.tsx @@ -1,4 +1,3 @@ -import { Heading } from '@kit/ui/heading'; import { cn } from '@kit/ui/utils'; export function SitePageHeader(props: { @@ -8,9 +7,11 @@ export function SitePageHeader(props: { }) { return (
- {props.title} +

+ {props.title} +

{props.subtitle} diff --git a/apps/web/app/(marketing)/blog/page.tsx b/apps/web/app/(marketing)/blog/page.tsx index a1f3c69e5..800c9893f 100644 --- a/apps/web/app/(marketing)/blog/page.tsx +++ b/apps/web/app/(marketing)/blog/page.tsx @@ -25,7 +25,7 @@ async function BlogPage() { return (
-
+
!item.parentId); return ( -
- -
- + +
+ - -
-
-
+ +
+ ); } diff --git a/apps/web/app/(marketing)/faq/page.tsx b/apps/web/app/(marketing)/faq/page.tsx index 68550a91c..220c88b1b 100644 --- a/apps/web/app/(marketing)/faq/page.tsx +++ b/apps/web/app/(marketing)/faq/page.tsx @@ -68,7 +68,7 @@ async function FAQPage() { />
-
+
+
{props.children} diff --git a/apps/web/app/(marketing)/page.tsx b/apps/web/app/(marketing)/page.tsx index 9f2e587d7..ef7e8fff4 100644 --- a/apps/web/app/(marketing)/page.tsx +++ b/apps/web/app/(marketing)/page.tsx @@ -13,57 +13,50 @@ import { withI18n } from '~/lib/i18n/with-i18n'; function Home() { return ( -
-
+
+
-
+
The leading SaaS Starter Kit for ambitious developers - - The SaaS Starter Kit +
+ + The SaaS Starter Kit - straight from the future - + without compromises + -
- - Here you can write a short description of your SaaS - +
+ + Build and launch a SaaS in days, not months + - - - This subheading is usually laid out on multiple lines - - - - - Impress your customers, straight to the point. - + + + Focus on your business, not on the tech + + +
-
+
- - - Free plan. No credit card required. -
@@ -222,8 +215,7 @@ function HeroTitle({ children }: React.PropsWithChildren) { return (

{children} @@ -233,7 +225,7 @@ function HeroTitle({ children }: React.PropsWithChildren) { function Pill(props: React.PropsWithChildren) { return ( -

+

{props.children}

); @@ -266,14 +258,14 @@ function RightFeatureContainer(props: React.PropsWithChildren) { function MainCallToActionButton() { return ( -