diff --git a/app/components/integrations/Integrations.tsx b/app/components/integrations/Integrations.tsx index 8842591..1f00f1d 100644 --- a/app/components/integrations/Integrations.tsx +++ b/app/components/integrations/Integrations.tsx @@ -1,12 +1,47 @@ +import Image from 'next/image'; import Padding from '../padding/padding'; +import Teams from '@/assets/integrations/mTeams.svg'; +import Drive from '@/assets/integrations/drive.svg'; +import Dropbox from '@/assets/integrations/dropbox.svg'; +import OneDrive from '@/assets/integrations/oneDrive.svg'; export default function Integrations() { return ( -
-
-
kkk
-
+
+
+
+ + + + +
+
+
+ +

INTEGRATIONS

+
+

+ 200+ educational tools and platform{' '} + integrations +

+

+ Schoology has every tool your classroom needs and comes + pre-integrated with more than 200+ tools, student information + systems (SIS), and education platforms. +

+ +
diff --git a/app/page.tsx b/app/page.tsx index 164d9c4..219cf1d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -10,6 +10,7 @@ import ForTeachAndLearn from './components/forTeachAndLearn/forTeachAndLearn'; import Assesment from './components/assesment/assesment'; import ForEducator from './components/forEducator/forEducator'; import Discussion from './components/discussion/discussion'; +import Integrations from './components/integrations/Integrations'; export default function Home() { return ( @@ -26,6 +27,7 @@ export default function Home() { + ); diff --git a/assets/integrations/drive.svg b/assets/integrations/drive.svg new file mode 100644 index 0000000..946897c --- /dev/null +++ b/assets/integrations/drive.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/integrations/dropbox.svg b/assets/integrations/dropbox.svg new file mode 100644 index 0000000..9ad28f8 --- /dev/null +++ b/assets/integrations/dropbox.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/integrations/mTeams.svg b/assets/integrations/mTeams.svg new file mode 100644 index 0000000..6487a08 --- /dev/null +++ b/assets/integrations/mTeams.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/integrations/oneDrive.svg b/assets/integrations/oneDrive.svg new file mode 100644 index 0000000..bc599c9 --- /dev/null +++ b/assets/integrations/oneDrive.svg @@ -0,0 +1,9 @@ + + + + + + + + +