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,6 +1,6 @@
'use client';
import { Button } from '@imphnen-frontend-service/shadcn-ui/atoms';
import { Button } from '@components';
import { motion, useInView } from 'framer-motion';
import { useRef } from 'react';