4 Commits

Author SHA1 Message Date
9574a73e1b Update src/app/call-history/page.tsx 2026-04-08 01:47:48 +00:00
e2a3d704e0 Merge version_3 into main
Merge version_3 into main
2026-04-08 01:46:11 +00:00
7a82845411 Merge version_3 into main
Merge version_3 into main
2026-04-08 01:45:38 +00:00
9af763013d Merge version_3 into main
Merge version_3 into main
2026-04-08 01:45:13 +00:00

View File

@@ -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"