From e2c4c40d90c36e4df77f817ad03c7e39eb51f1e4 Mon Sep 17 00:00:00 2001 From: vincanger <70215737+vincanger@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:50:17 +0200 Subject: [PATCH] Update Open SaaS meta tags and Hero description (#476) * Update Open SaaS meta tags and Hero description Enhanced Open Graph and Twitter meta tags to include 'Built by Wasp' in the description. Updated the Hero section description to clarify the project as a starter kit and added attribution to Wasp with a link. * Update links and branding to use WaspUrl and improve accuracy Replaced hardcoded Wasp URLs with the new WaspUrl constant across landing page components and content sections. Updated meta tags and branding language from 'Built by' to 'Powered by' Wasp. Adjusted company links to use the correct license and Wasp team attribution. Added WaspUrl to shared constants for consistent usage. --- opensaas-sh/app_diff/main.wasp.diff | 2 +- .../src/landing-page/components/Hero/Hero.tsx.diff | 13 ++++++++----- .../src/landing-page/contentSections.tsx.diff | 11 ++++------- opensaas-sh/app_diff/src/shared/common.ts.diff | 3 ++- 4 files changed, 15 insertions(+), 14 deletions(-) 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 =}'} ++ +

+
+