Authentic
@@ -168,10 +178,10 @@ const Info: React.FC = () => {
{/* Card on Top Left */}
Project Based Learning
@@ -188,16 +198,19 @@ const Info: React.FC = () => {
src={mission.learnImage}
alt="Students learning"
className="w-full rounded-2xl transform hover:scale-105
- transition-all duration-500 ease-out"
+ transition-all duration-500"
loading="lazy"
+ width={800}
+ height={600}
+ //decoding="async"
/>
{/* Card on Bottom Right */}
Challenge and Fun: It's hard fun.
diff --git a/src/components/Stats.tsx b/src/components/Stats.tsx
index 2c4451d1..0ef79ce1 100644
--- a/src/components/Stats.tsx
+++ b/src/components/Stats.tsx
@@ -42,6 +42,9 @@ const Stats = () => {
src={stats.kidlaptop}
alt="Student with laptop"
className="w-full h-48 md:h-64 object-cover rounded-lg"
+ width={800}
+ height={600}
+ decoding="async"
/>
@@ -61,6 +64,10 @@ const Stats = () => {
src={stats.studentsCollaborating}
alt="Students collaborating"
className="w h-36 object-cover rounded-lg"
+ loading="lazy"
+ width={400}
+ height={300}
+ decoding="async"
/>
@@ -78,6 +85,10 @@ const Stats = () => {
src={stats.studentMobile}
alt="Student with mobile device"
className="w h-36 object-cover rounded-lg"
+ loading="lazy"
+ width={400}
+ height={300}
+ decoding="async"
/>
diff --git a/src/components/TryCard.tsx b/src/components/TryCard.tsx
index ad575dc5..dd6fc2a8 100644
--- a/src/components/TryCard.tsx
+++ b/src/components/TryCard.tsx
@@ -27,7 +27,15 @@ export const ActivityCard: React.FC
= ({
href,
}) => (