added
This commit is contained in:
parent
5ce7feb651
commit
0230c8cf28
@ -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(() => {
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user