diff --git a/components/ShowCase.tsx b/components/ShowCase.tsx index 00f11f8..0f43a78 100644 --- a/components/ShowCase.tsx +++ b/components/ShowCase.tsx @@ -6,6 +6,8 @@ import { motion, AnimatePresence } from "framer-motion"; import { ChevronLeft, ChevronRight } from "lucide-react"; import { useTranslations } from "next-intl"; +//hello again dear + interface ShowCaseProps { titleKey: string; subtitleKey?: string;