fix: nextjs landing utils

This commit is contained in:
arraysid
2025-05-25 14:17:36 +07:00
parent edc8fff13a
commit 738b0b5728
13 changed files with 30 additions and 37 deletions
@@ -1,7 +1,7 @@
'use client';
import { Button } from '@components';
import { Icon } from '@iconify/react';
import { Button } from '@imphnen-frontend-service/shadcn-ui/atoms';
import { motion, useInView } from 'framer-motion';
import { useRef } from 'react';