diff --git a/opensaas-sh/app_diff/main.wasp.diff b/opensaas-sh/app_diff/main.wasp.diff index 04ad5c0c..24b4b076 100644 --- a/opensaas-sh/app_diff/main.wasp.diff +++ b/opensaas-sh/app_diff/main.wasp.diff @@ -28,7 +28,7 @@ - "", + "", + "", -+ "", ++ "", + "", + + "", diff --git a/opensaas-sh/app_diff/src/landing-page/components/Hero/Hero.tsx.diff b/opensaas-sh/app_diff/src/landing-page/components/Hero/Hero.tsx.diff index b9c49876..f0d88788 100644 --- a/opensaas-sh/app_diff/src/landing-page/components/Hero/Hero.tsx.diff +++ b/opensaas-sh/app_diff/src/landing-page/components/Hero/Hero.tsx.diff @@ -1,12 +1,12 @@ --- template/app/src/landing-page/components/Hero/Hero.tsx +++ opensaas-sh/app/src/landing-page/components/Hero/Hero.tsx -@@ -0,0 +1,82 @@ +@@ -0,0 +1,85 @@ +import { ArrowRight } from 'lucide-react'; +import { Link as ReactRouterLink } from 'react-router-dom'; +import { useAuth } from 'wasp/client/auth'; +import { Link as WaspRouterLink, routes } from 'wasp/client/router'; +import { Button } from '../../../components/ui/button'; -+import { DocsUrl } from '../../../shared/common'; ++import { DocsUrl, WaspUrl } from '../../../shared/common'; +import Orbit from './Orbit'; + +export default function Hero() { @@ -24,9 +24,12 @@ + The free SaaS template with{' '} + superpowers + -+

-+ An open-source, feature-rich, full-stack React + NodeJS template that manages features for -+ you. ++

++ An open-source, feature-rich, full-stack React + NodeJS starter kit that manages boilerplate ++ for you. Powered by ++ ++ {' Wasp =}'} ++ +

+
+