Commit 8c9d3547 authored by Ade Fikriatul  Ilmi's avatar Ade Fikriatul Ilmi

menambahkan icon di our features

parent a1291b35
......@@ -23,7 +23,7 @@ class _Home3State extends State<Home3> {
const SizedBox(
height: 45,
),
Text("Why MedApp ?",
Text("Our Features",
style: GoogleFonts.poppins(
fontSize: 36,
color: const Color(0xff1e5ea8),
......@@ -45,7 +45,7 @@ class _Home3State extends State<Home3> {
child: Animasi_Kiri_Kanan(
screenSize: screenSize,
widget: Image.asset(
'assets/icons/why1.png',
'assets/icons/queuesystem.png',
height: 60,
width: 60,
)
......@@ -94,7 +94,7 @@ class _Home3State extends State<Home3> {
child: Animasi_Kiri_Kanan(
screenSize: screenSize,
widget: Image.asset(
'assets/icons/why2.png',
'assets/icons/patientnotification.png',
height: 60,
width: 60,
))),
......@@ -142,7 +142,7 @@ class _Home3State extends State<Home3> {
child: Animasi_Kiri_Kanan(
screenSize: screenSize,
widget: Image.asset(
'assets/icons/why3.png',
'assets/icons/selfregistration.png',
height: 60,
width: 60,
))),
......@@ -193,7 +193,7 @@ class _Home3State extends State<Home3> {
child: Animasi_Kiri_Kanan(
screenSize: screenSize,
widget: Image.asset(
'assets/icons/why4.png',
'assets/icons/multipayment.png',
height: 60,
width: 60,
))),
......@@ -313,7 +313,7 @@ class _Home3State extends State<Home3> {
child: Animasi_Kiri_Kanan(
screenSize: screenSize,
widget: Image.asset(
'assets/icons/why4.png',
'assets/icons/otherfeatures.png',
height: 60,
width: 60,
))),
......
......@@ -24,7 +24,7 @@ class _SmallHome3State extends State<SmallHome3> {
const SizedBox(
height: 40,
),
Text("Why MedApps ?",
Text("Our Features",
style: GoogleFonts.poppins(
fontSize: 36,
color: const Color(0xff1e5ea8),
......@@ -49,7 +49,7 @@ class _SmallHome3State extends State<SmallHome3> {
child: Animasi_Kiri_Kanan(
screenSize: screenSize,
widget: Image.asset(
'assets/icons/why1.png',
'assets/icons/queuesystem.png',
height: 60,
width: 60,
))),
......@@ -102,7 +102,7 @@ class _SmallHome3State extends State<SmallHome3> {
child: Animasi_Kiri_Kanan(
screenSize: screenSize,
widget: Image.asset(
'assets/icons/why2.png',
'assets/icons/patientnotification.png',
height: 60,
width: 60,
))),
......@@ -155,7 +155,7 @@ class _SmallHome3State extends State<SmallHome3> {
child: Animasi_Kiri_Kanan(
screenSize: screenSize,
widget: Image.asset(
'assets/icons/why3.png',
'assets/icons/selfregistration.png',
height: 60,
width: 60,
))),
......@@ -207,7 +207,7 @@ class _SmallHome3State extends State<SmallHome3> {
child: Animasi_Kiri_Kanan(
screenSize: screenSize,
widget: Image.asset(
'assets/icons/why4.png',
'assets/icons/multipayment.png',
height: 60,
width: 60,
))),
......@@ -314,7 +314,7 @@ class _SmallHome3State extends State<SmallHome3> {
child: Animasi_Kiri_Kanan(
screenSize: screenSize,
widget: Image.asset(
'assets/icons/why4.png',
'assets/icons/otherfeatures.png',
height: 60,
width: 60,
))),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment