Merge version_4 into main #8
@@ -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