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