-
+
The free SaaS template with superpowers
- Get all the features of a modern SaaS app, in a ready-made template. Built on top of Wasp, the only
- full-stack React + NodeJS framework that builds features for you.
+ An open-source, feature-rich template, engineered with Wasp—the only full-stack React + NodeJS
+ framework that manages features for you.
@@ -265,42 +276,58 @@ export default function LandingPage() {
Testimonials
-
-

-
@@ -385,6 +412,7 @@ export default function LandingPage() {
? 'bg-yellow-500 text-white hover:text-white shadow-sm hover:bg-yellow-400'
: 'text-gray-600 ring-1 ring-inset ring-purple-200 hover:ring-purple-400'
}
+ ${isStripePaymentLoading === tier.id ? 'cursor-wait' : null}
'mt-8 block rounded-md py-2 px-3 text-center text-sm font-semibold leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-yellow-400'
`}
>
diff --git a/src/client/landing-page/contentSections.ts b/src/client/landing-page/contentSections.ts
index 9544851..6181ef3 100644
--- a/src/client/landing-page/contentSections.ts
+++ b/src/client/landing-page/contentSections.ts
@@ -44,8 +44,8 @@ export const features = [
icon: '🤖',
},
{
- name: 'Deploy Anywhere',
- description: 'You own all your code, so deploy it wherever you want.',
+ name: 'Deploy Anywhere. Easily.',
+ description: 'You own all your code, so deploy it wherever you want. Or take advantage of Wasp\'s one-command, full-stack deploy.',
icon: '🚀 ',
},
{
@@ -95,8 +95,8 @@ export const faqs = [
export const footerNavigation = {
app: [
{ name: 'Pricing', href: '#pricing' },
- { name: 'Documentation', href: '#' }, // TODO: fill in
- { name: 'Blog', href: '#' },
+ { name: 'Documentation', href: DOCS_URL },
+ { name: 'Blog', href: BLOG_URL },
],
company: [
{ name: 'About', href: '#' },
diff --git a/src/client/public/public-banner.png b/src/client/public/public-banner.png
new file mode 100644
index 0000000..c7a44ff
Binary files /dev/null and b/src/client/public/public-banner.png differ
diff --git a/src/client/static/da-boi.png b/src/client/static/da-boi.png
new file mode 100644
index 0000000..0f9227e
Binary files /dev/null and b/src/client/static/da-boi.png differ
diff --git a/src/client/static/magic-app-gen-logo.png b/src/client/static/magic-app-gen-logo.png
deleted file mode 100644
index c6c39eb..0000000
Binary files a/src/client/static/magic-app-gen-logo.png and /dev/null differ
diff --git a/src/client/static/open-saas-banner-gr.png b/src/client/static/open-saas-banner-gr.png
new file mode 100644
index 0000000..c7a44ff
Binary files /dev/null and b/src/client/static/open-saas-banner-gr.png differ