From 9574a73e1b399169a676ae858c1c413e22423f4a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:47:48 +0000 Subject: [PATCH] Update src/app/call-history/page.tsx --- src/app/call-history/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {
-