Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9574a73e1b | |||
| e2a3d704e0 | |||
| 7a82845411 | |||
| 9af763013d |
@@ -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() {
|
||||
</div>
|
||||
|
||||
<div id="call-history-list" data-section="call-history-list" className="pt-32 pb-20">
|
||||
<FeatureCardEight
|
||||
<FeatureCardSix
|
||||
title="Active Call Interactions"
|
||||
description="Real-time audio wave analysis and prospect conversation snippets."
|
||||
textboxLayout="split"
|
||||
|
||||
Reference in New Issue
Block a user