From 0230c8cf28bb90d243dc0abaadffbc928e17c2cb Mon Sep 17 00:00:00 2001 From: Mohammad Yaseen Date: Mon, 22 Dec 2025 15:44:39 +0530 Subject: [PATCH] added --- components/main-hero.tsx | 1 - package.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/components/main-hero.tsx b/components/main-hero.tsx index a3788f6..1f17a6b 100644 --- a/components/main-hero.tsx +++ b/components/main-hero.tsx @@ -49,7 +49,6 @@ interface ContentItem { export default function MainHero() { const [content, setContent] = useState([]) const [currentIndex, setCurrentIndex] = useState(0) - console.log("content", content) // Fetch content from API useEffect(() => { diff --git a/package.json b/package.json index a589b1b..a31fcc5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "framer-motion": "^12.23.26", "input-otp": "1.4.1", "lucide-react": "^0.454.0", - "next": "16.0.7", + "next": "16.0.10", "next-themes": "^0.4.6", "react": "19.2.0", "react-day-picker": "9.8.0", @@ -79,4 +79,4 @@ "tw-animate-css": "1.3.3", "typescript": "^5" } -} +} \ No newline at end of file