diff --git a/data/activities.ts b/data/activities.ts index ab8fe92..0a489df 100644 --- a/data/activities.ts +++ b/data/activities.ts @@ -6,20 +6,20 @@ export const activities: Activity[] = [ title: 'Organic Farming', description: 'Our campus utilizes natural farming techniques to produce healthy, chemical-free food while regenerating the soil. We practice crop rotation, composting, and water conservation.', - imageUrl: 'https://picsum.photos/seed/farming/800/600', + imageUrl: '/images/bloody.jpg', }, { id: 'school', title: 'Residential School', description: 'Providing values-based education that integrates academic learning with practical life skills. Our students learn through doing and are encouraged to explore their innate potential.', - imageUrl: 'https://picsum.photos/seed/school/800/600', + imageUrl: '/images/resi.jpg', }, { id: 'skills', title: 'Skill Development', description: 'Empowering local communities through vocational training in carpentry, pottery, weaving, and renewable energy technologies. Promoting self-reliance and sustainable livelihoods.', - imageUrl: 'https://picsum.photos/seed/skills/800/600', + imageUrl: '/images/skill1.jpg', }, ]; diff --git a/pages/Home.tsx b/pages/Home.tsx index f9b55fa..29d7f6d 100644 --- a/pages/Home.tsx +++ b/pages/Home.tsx @@ -66,7 +66,7 @@ const Home: FC = () => {