@@ -48,7 +48,7 @@ export default function Home() {
4848 className = "flex flex-col items-center"
4949 >
5050 < p className = "max-w-[50ch] text-center py-2 text-3xl text-gray-500" >
51- < Translate id = "index.main.subtitle" > Build scalable, testable and maintainable code for you and your team.</ Translate >
51+ < Translate id = "index.main.subtitle" > Write testable and maintainable code for you and your team.</ Translate >
5252 </ p >
5353 < Link
5454 to = "/docs/getting-started/overview"
@@ -157,53 +157,6 @@ export default function Home() {
157157 </ section >
158158
159159
160- { /* ===== Course banner section ===== */ }
161- { /* <div className="bg-gray-50">
162- <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">
163- <div>
164- <motion.div
165- initial={{ opacity: 0 }}
166- whileInView={{ opacity: 1 }}
167- className="flex justify-center md:justify-start"
168- >
169- <motion.h1 >🌍</motion.h1>
170- </motion.div>
171- <motion.h2
172- initial={{ y: 100, opacity: 0 }}
173- whileInView={{ y: 0, opacity: 1 }}
174- transition={{
175- duration: 0.6,
176- type: "spring",
177- bounce: 0.5,
178- }}
179- className="text-4xl"
180- >
181- <Translate id="index.course.title">An Official Stacked Web Course</Translate>
182- </motion.h2>
183- <motion.p
184- initial={{ opacity: 0 }}
185- whileInView={{ opacity: 1 }}
186- transition={{ delay: 0.05 }}
187- className="max-w-md text-xl"
188- >
189- <Translate id="index.course.description">A 29 chapter detailed course to building production applications with Stacked, on the Web</Translate>
190- <Link to="https://masterflutterweb.carrd.co/" className="block mt-2">
191- <Translate id="index.course.button">Learn More</Translate>
192- </Link>
193- </motion.p>
194- </div>
195- <motion.img
196- initial={{ x: 100, opacity: 0 }}
197- whileInView={{ x: 0, opacity: 1 }}
198- transition={{ delay: 0.5, duration: 0.4 }}
199- className="w-full max-w-2xl"
200- src="/img/landing/course-cover.svg"
201- alt=""
202- />
203- </section>
204- </div> */ }
205-
206-
207160 < div className = "bg-gray-50" >
208161 < section className = "container text-center md:text-left flex gap-4 flex-col justify-evenly items-center min-h-[35vh] mx-auto py-16" >
209162 < motion . h3
0 commit comments