diff --git a/apps/public/components/hero-carousel.tsx b/apps/public/components/hero-carousel.tsx index e176fb7d..bbaac164 100644 --- a/apps/public/components/hero-carousel.tsx +++ b/apps/public/components/hero-carousel.tsx @@ -2,6 +2,7 @@ import { cn } from '@/lib/utils'; import { motion } from 'framer-motion'; +import NextImage from 'next/image'; import { useState } from 'react'; import { Button } from './ui/button'; @@ -28,15 +29,19 @@ function LivePreview() { function Image({ src }: { src: string }) { return (
-