diff --git a/src/components/herosection/HeroSection.jsx b/src/components/herosection/HeroSection.jsx index c04afd1..cb09fb1 100644 --- a/src/components/herosection/HeroSection.jsx +++ b/src/components/herosection/HeroSection.jsx @@ -1,6 +1,6 @@ import Image from "next/image"; -const HeroSection = ({description}) => { +const HeroSection = ({ description }) => { return (
@@ -12,9 +12,7 @@ const HeroSection = ({description}) => { alt='hero image' />
-

- {description} -

+

{description}