|
1 | 1 | --- template/app/src/landing-page/contentSections.tsx
|
2 | 2 | +++ opensaas-sh/app/src/landing-page/contentSections.tsx
|
3 |
| -@@ -0,0 +1,247 @@ |
| 3 | +@@ -0,0 +1,244 @@ |
4 | 4 | +import { routes } from 'wasp/client/router';
|
5 | 5 | +import type { NavigationItem } from '../client/components/NavBar/NavBar';
|
6 | 6 | +import blog from '../client/static/assets/blog.webp';
|
|
15 | 15 | +import scribeist from '../client/static/examples/scribeist.webp';
|
16 | 16 | +import searchcraft from '../client/static/examples/searchcraft.webp';
|
17 | 17 | +import logo from '../client/static/logo.webp';
|
18 |
| -+import { BlogUrl, DocsUrl, GithubUrl } from '../shared/common'; |
| 18 | ++import { BlogUrl, DocsUrl, GithubUrl, WaspUrl } from '../shared/common'; |
19 | 19 | +import { GridFeature } from './components/FeaturesGrid';
|
20 | 20 | +
|
21 | 21 | +export const landingPageNavigationItems: NavigationItem[] = [
|
|
115 | 115 | + {
|
116 | 116 | + name: 'Jonathan Cocharan',
|
117 | 117 | + role: 'Entrepreneur',
|
118 |
| -+ avatarSrc: 'https://pbs.twimg.com/profile_images/1910056203863883776/jtfVWaEG_400x400.jpg', |
| 118 | ++ avatarSrc: 'https://pbs.twimg.com/profile_images/1950172296376639488/sZ0JIqfR_400x400.jpg', |
119 | 119 | + socialUrl: 'https://twitter.com/JonathanCochran',
|
120 | 120 | + quote:
|
121 | 121 | + 'In just 6 nights... my SaaS app is live 🎉! Huge thanks to the amazing @wasplang community 🙌 for their guidance along the way. These tools are incredibly efficient 🤯!',
|
|
175 | 175 | + "This is exactly the framework I've been dreaming of ever since I've been waiting to fully venture into the JS Backend Dev world. I believe Wasp will go above 50k stars this year. The documentation alone gives me the confidence that this is my permanent Nodejs framework and I'm staying with Wasp. Phenomenal work by the team... Please keep up your amazing spirits. Thank you",
|
176 | 176 | + },
|
177 | 177 | +];
|
178 |
| -+ |
179 | 178 | +export const faqs = [
|
180 | 179 | + {
|
181 | 180 | + id: 1,
|
|
198 | 197 | + { name: 'Blog', href: BlogUrl },
|
199 | 198 | + ],
|
200 | 199 | + company: [
|
201 |
| -+ { name: 'About', href: 'https://wasp.sh' }, |
202 |
| -+ { name: 'Privacy', href: '#' }, |
203 |
| -+ { name: 'Terms of Service', href: '#' }, |
| 200 | ++ { name: 'Terms of Service', href: GithubUrl + '/blob/main/LICENSE' }, |
| 201 | ++ { name: 'Made by the Wasp team = }', href: WaspUrl }, |
204 | 202 | + ],
|
205 | 203 | +};
|
206 |
| -+ |
207 | 204 | +export const examples = [
|
208 | 205 | + {
|
209 | 206 | + name: 'Microinfluencers',
|
|
0 commit comments