Update src/app/admissions/page.tsx
This commit is contained in:
@@ -54,12 +54,10 @@ export default function AdmissionsPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Holistic Development", description: "Focus on intellectual, emotional, and social growth.", tagIcon: Gem,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/education/features/feature1.webp", imageAlt: "Holistic Development"
|
||||
title: "Holistic Development", description: "Focus on intellectual, emotional, and social growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/education/features/feature1.webp", imageAlt: "Holistic Development"
|
||||
},
|
||||
{
|
||||
title: "Innovative Teaching", description: "Modern methodologies and technology integration.", tagIcon: Lightbulb,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/education/features/feature2.webp", imageAlt: "Innovative Teaching"
|
||||
title: "Innovative Teaching", description: "Modern methodologies and technology integration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/education/features/feature2.webp", imageAlt: "Innovative Teaching"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user