diff --git a/components/sections/home/AboutSection.js b/components/sections/home/AboutSection.js index e4b255a..1cc54f2 100644 --- a/components/sections/home/AboutSection.js +++ b/components/sections/home/AboutSection.js @@ -1,3 +1,4 @@ +import Image from 'next/image'; import Link from 'next/link'; import React from 'react'; @@ -16,9 +17,34 @@ export default function AboutSection() {
