diff --git a/app/components/FeatureHero/FeatureHero.tsx b/app/components/FeatureHero/FeatureHero.tsx index abb4030..ff1fa80 100644 --- a/app/components/FeatureHero/FeatureHero.tsx +++ b/app/components/FeatureHero/FeatureHero.tsx @@ -1,4 +1,4 @@ -"use client" +'use client' import { HTMLAttributes } from 'react'; import { Container } from '../Container'; @@ -6,7 +6,7 @@ import { FlexBox } from '../FlexBox'; // import * as styles from './FeatureHero.styles'; import Image from 'next/image'; import ShapeA from '../images/shape-a'; -import { motion, useScroll, useTransform } from "framer-motion"; +import { motion, useScroll, useTransform } from 'framer-motion'; type FeatureHeroProps = HTMLAttributes & { children: React.ReactNode; @@ -23,30 +23,30 @@ export const FeatureHero = ({ return ( - - {children} - -
- - -
- - -
- -
-
- + + {children} + +
+ + +
+ + +
+ +
+
+ )};