i run patch on main, checked out this branch, run prettier format, and then run diff

This commit is contained in:
Franjo Mindek
2025-09-19 18:21:45 +02:00
parent 0773fb9995
commit 10dd2c743d
44 changed files with 961 additions and 813 deletions

View File

@@ -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 />