diff --git a/src/client/landing-page/LandingPage.tsx b/src/client/landing-page/LandingPage.tsx index b3e0616..a3b8d7b 100644 --- a/src/client/landing-page/LandingPage.tsx +++ b/src/client/landing-page/LandingPage.tsx @@ -3,6 +3,7 @@ import { Dialog } from '@headlessui/react'; import { AiFillCheckCircle, AiFillCloseCircle } from 'react-icons/ai'; import { HiBars3 } from 'react-icons/hi2'; import { BiLogIn } from 'react-icons/bi'; +import { CgProfile } from 'react-icons/cg'; import logo from '../static/logo.png'; import daBoi from '../static/magic-app-gen-logo.png'; import { features, navigation, tiers, faqs, footerNavigation } from './contentSections'; @@ -46,10 +47,19 @@ export default function LandingPage() {
- Log in + {!user ? ( + <> + Log in + + ) : ( + <> + {user.email?.split('@')[0]} + + + )}
@@ -182,49 +192,39 @@ export default function LandingPage() { /> */} - {/* -
-

- - Transistor saves up to $40,000 per year, per employee by working with us. - - - -

-
*/} + + {/* Logo cloud section */}
-

Built and Ships with

+

Built and Ships with

-
+
React NodeJS Wasp Tailwind CSS Stripe -
+

All the important stuff

@@ -264,10 +264,10 @@ export default function LandingPage() { {/* Testimonial section */}
-
-
+
+

Testimonials

-
+

“My cats love it!”

@@ -279,11 +279,16 @@ export default function LandingPage() {
-

“I've never SaaSed so much in my life. WOO!”

+

+ “I used Wasp to build and sell my AI-augmented SaaS app for marketplace vendors within two + months...!” +

-
Vince
-
Padawan Hacker
+ +
Maks
+
Senior Eng @ Red Hat
+
@@ -296,7 +301,7 @@ export default function LandingPage() {
-
+
diff --git a/src/client/landing-page/contentSections.ts b/src/client/landing-page/contentSections.ts index cf05eed..a025004 100644 --- a/src/client/landing-page/contentSections.ts +++ b/src/client/landing-page/contentSections.ts @@ -1,8 +1,8 @@ export const navigation = [ { name: 'Features', href: '#features' }, { name: 'Pricing', href: '#pricing' }, - { name: 'Documentation', href: '#documentation' }, - { name: 'Blog', href: '#blog' }, + { name: 'Documentation', href: 'https://saas-template.gitbook.io/test' }, + { name: 'Blog', href: 'https://saas-template.gitbook.io/posts/' }, ]; export const features = [ {