@@ -3,7 +3,7 @@ import Link from "@docusaurus/Link";
33import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
44import { motion } from "framer-motion" ;
55import { CLIIcon , FormIcon } from "../components/Icons" ;
6- import Translate , { translate } from '@docusaurus/Translate' ;
6+ import Translate , { translate } from '@docusaurus/Translate' ;
77
88const container = {
99 hidden : { opacity : 0 } ,
@@ -62,6 +62,7 @@ export default function Home() {
6262 </ motion . div >
6363 </ main >
6464
65+
6566 < div className = "bg-gray-50" >
6667 < section className = "container text-center md:text-left flex gap-4 flex-col-reverse md:flex-row justify-evenly items-center min-h-[35vh] mx-auto py-16" >
6768 < div >
@@ -91,7 +92,7 @@ export default function Home() {
9192 className = "max-w-md text-xl"
9293 >
9394 < Translate id = "index.powerfulCli.description" > Never write boilerplate code again. The Stacked CLI
94- generates your Views, Services and more.</ Translate >
95+ generates your Views, Services and more.</ Translate >
9596 < Link to = "/docs/tooling/stacked-cli" className = "block mt-2" >
9697 < Translate id = "index.powerfulCli.button" > Learn More</ Translate >
9798 </ Link >
@@ -139,7 +140,7 @@ export default function Home() {
139140 className = "max-w-md text-xl"
140141 >
141142 < Translate id = "index.forms.description" > No more setting up multiple controllers and cluttering
142- up your build function. Let Stacked handle it.</ Translate >
143+ up your build function. Let Stacked handle it.</ Translate >
143144 < Link to = "/docs/getting-started/form-basics" className = "block mt-2" >
144145 < Translate id = "index.forms.button" > Learn More</ Translate >
145146 </ Link >
@@ -215,7 +216,7 @@ export default function Home() {
215216 } }
216217 className = "text-4xl"
217218 >
218- < Translate id = "index.more.title" > And a lot more... </ Translate >
219+ < Translate id = "index.more.title" > Stay up to date </ Translate >
219220 </ motion . h3 >
220221 < motion . ul
221222 className = "flex flex-col text-lg text-left list-none"
@@ -224,13 +225,7 @@ export default function Home() {
224225 whileInView = "show"
225226 transition = { { delay : 0.05 , staggerChildren : 1 } }
226227 >
227- < motion . li variants = { item } > ✅ < Translate id = "index.more.stateManagement" > State management</ Translate > </ motion . li >
228- < motion . li variants = { item } > ✅ < Translate id = "index.mroe.startupLogic" > Start-up logic functionality</ Translate > </ motion . li >
229- < motion . li variants = { item } > ✅ < Translate id = "index.more.navigation" > Navigation</ Translate > </ motion . li >
230- < motion . li variants = { item } > ✅ < Translate id = "index.more.dialogBuilders" > Dialog UI builders</ Translate > </ motion . li >
231- < motion . li variants = { item } > ✅ < Translate id = "index.more.bottomSheetBuilders" > BottomSheet UI builders</ Translate > </ motion . li >
232- < motion . li variants = { item } > ✅ < Translate id = "index.more.dependencyInversion" > Dependency Inversion</ Translate > </ motion . li >
233- < motion . li variants = { item } > ✅ < Translate id = "index.more.unitTests" > Unit tests example</ Translate > </ motion . li >
228+ < motion . li variants = { item } > < iframe src = "https://filledstacks.substack.com/embed" width = "480" height = "320" style = { { border : "1px solid #EEE" , background : "white" } } > </ iframe > </ motion . li >
234229 </ motion . ul >
235230 </ section >
236231 </ div >
0 commit comments