From fe08ff720984c7b5c4c95dc5251981996626930b Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Thu, 27 Nov 2025 10:53:45 +0500 Subject: [PATCH] add background image to show case , product sectio and contact section --- components/ShowCase.tsx | 2 ++ 1 file changed, 2 insertions(+) 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;