mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-22 09:26:32 +01:00
i run patch on main, checked out this branch, run prettier format, and then run diff
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
--- template/app/src/landing-page/LandingPage.tsx
|
||||
+++ opensaas-sh/app/src/landing-page/LandingPage.tsx
|
||||
@@ -1,10 +1,10 @@
|
||||
+import { Admin, AIReady, Auth, Payments } from './components/Examples';
|
||||
import ExamplesCarousel from './components/ExamplesCarousel';
|
||||
import FAQ from './components/FAQ';
|
||||
import FeaturesGrid from './components/FeaturesGrid';
|
||||
import Footer from './components/Footer';
|
||||
import Hero from './components/Hero';
|
||||
import Testimonials from './components/Testimonials';
|
||||
-import AIReady from './ExampleHighlightedFeature';
|
||||
import { examples, faqs, features, footerNavigation, testimonials } from './contentSections';
|
||||
@@ -1,3 +1,4 @@
|
||||
+import { Admin, AIReady, Auth, Payments } from "./components/Examples";
|
||||
import ExamplesCarousel from "./components/ExamplesCarousel";
|
||||
import FAQ from "./components/FAQ";
|
||||
import FeaturesGrid from "./components/FeaturesGrid";
|
||||
@@ -11,7 +12,6 @@
|
||||
footerNavigation,
|
||||
testimonials,
|
||||
} from "./contentSections";
|
||||
-import AIReady from "./ExampleHighlightedFeature";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -13,6 +13,9 @@
|
||||
<main className='isolate'>
|
||||
return (
|
||||
@@ -19,6 +19,9 @@
|
||||
<main className="isolate">
|
||||
<Hero />
|
||||
<ExamplesCarousel examples={examples} />
|
||||
+ <Auth />
|
||||
|
||||
Reference in New Issue
Block a user