diff --git a/src/app/call-history/page.tsx b/src/app/call-history/page.tsx index 49bb771..070e4b3 100644 --- a/src/app/call-history/page.tsx +++ b/src/app/call-history/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; export default function CallHistoryPage() { const callData = Array.from({ length: 15 }).map((_, i) => ({ @@ -40,7 +40,7 @@ export default function CallHistoryPage() {
-