This commit is contained in:
Mohammad Yaseen 2025-12-22 15:44:39 +05:30
parent 5ce7feb651
commit 0230c8cf28
2 changed files with 2 additions and 3 deletions

View File

@ -49,7 +49,6 @@ interface ContentItem {
export default function MainHero() { export default function MainHero() {
const [content, setContent] = useState<ContentItem[]>([]) const [content, setContent] = useState<ContentItem[]>([])
const [currentIndex, setCurrentIndex] = useState(0) const [currentIndex, setCurrentIndex] = useState(0)
console.log("content", content)
// Fetch content from API // Fetch content from API
useEffect(() => { useEffect(() => {

View File

@ -54,7 +54,7 @@
"framer-motion": "^12.23.26", "framer-motion": "^12.23.26",
"input-otp": "1.4.1", "input-otp": "1.4.1",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"next": "16.0.7", "next": "16.0.10",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "19.2.0", "react": "19.2.0",
"react-day-picker": "9.8.0", "react-day-picker": "9.8.0",