diff --git a/src/app/call-history/page.tsx b/src/app/call-history/page.tsx index 7ebccad..7d9b423 100644 --- a/src/app/call-history/page.tsx +++ b/src/app/call-history/page.tsx @@ -3,19 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView'; +import CardStack from '@/components/cardStack/CardStack'; +import { Mic, CheckCircle2, Clock } from "lucide-react"; export default function CallHistoryPage() { const callData = Array.from({ length: 15 }).map((_, i) => ({ - trigger: `Prospect #${1000 + i}`, - content: ( -
{i % 2 === 0 ? 'Lead, High-Intent' : 'Inquiry, Pricing'}
-Snippet: "Hello, I'm interested in the {i % 2 === 0 ? 'premium' : 'standard'} plan..."
-{call.snippet}
+