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 = () => {
Farming @@ -76,7 +76,7 @@ const Home: FC = () => {
Education @@ -86,7 +86,7 @@ const Home: FC = () => {
Skills diff --git a/public/images/bloody.jpg b/public/images/bloody.jpg new file mode 100644 index 0000000..73597cd Binary files /dev/null and b/public/images/bloody.jpg differ diff --git a/public/images/edu.jpg b/public/images/edu.jpg new file mode 100644 index 0000000..43958ae Binary files /dev/null and b/public/images/edu.jpg differ diff --git a/public/images/organic.jpg b/public/images/organic.jpg new file mode 100644 index 0000000..9f3ee98 Binary files /dev/null and b/public/images/organic.jpg differ diff --git a/public/images/resi.jpg b/public/images/resi.jpg new file mode 100644 index 0000000..dc5935a Binary files /dev/null and b/public/images/resi.jpg differ diff --git a/public/images/skill.jpg b/public/images/skill.jpg new file mode 100644 index 0000000..4ee2969 Binary files /dev/null and b/public/images/skill.jpg differ diff --git a/public/images/skill1.jpg b/public/images/skill1.jpg new file mode 100644 index 0000000..f9d73e5 Binary files /dev/null and b/public/images/skill1.jpg differ