add new layout

This commit is contained in:
paoloGuagnano
2024-03-08 15:32:42 +01:00
parent 2d5fba8897
commit e8b04d0155
14 changed files with 13 additions and 69 deletions

View File

@@ -72,9 +72,9 @@ class _OnbodingScreenState extends State<OnbodingScreen> {
child: Column(
children: [
Text(
"Learn design & code",
"Benvenuti nel traduttore Mottolese",
style: TextStyle(
fontSize: 60,
fontSize: 45,
fontWeight: FontWeight.w700,
fontFamily: "Poppins",
height: 1.2,
@@ -82,7 +82,7 @@ class _OnbodingScreenState extends State<OnbodingScreen> {
),
SizedBox(height: 16),
Text(
"Dont skip design. Learn design and code, by building real apps with Flutter and Swift. Complete courses about the best tools.",
"Ideato e creato da: Kagir, Ken ",
),
],
),
@@ -118,7 +118,7 @@ class _OnbodingScreenState extends State<OnbodingScreen> {
const Padding(
padding: EdgeInsets.symmetric(vertical: 24),
child: Text(
"Purchase includes access to 30+ courses, 240+ premium tutorials, 120+ hours of videos, source files and certificates."),
"Per maggiori informazioni contattare Marco all'indirizzo email: marco@esempio.com. Tell: +39 111 2233 444"),
)
],
),