added
This commit is contained in:
parent
5ce7feb651
commit
0230c8cf28
@ -49,7 +49,6 @@ interface ContentItem {
|
||||
export default function MainHero() {
|
||||
const [content, setContent] = useState<ContentItem[]>([])
|
||||
const [currentIndex, setCurrentIndex] = useState(0)
|
||||
console.log("content", content)
|
||||
|
||||
// Fetch content from API
|
||||
useEffect(() => {
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user