Merge version_3 into main #6
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
|
||||
export default function CallHistoryPage() {
|
||||
@@ -27,7 +27,7 @@ export default function CallHistoryPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "/#features" },
|
||||
@@ -38,12 +38,11 @@ export default function CallHistoryPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="call-history-list" className="pt-32 pb-20">
|
||||
<div id="call-history-list" data-section="call-history-list" className="pt-32 pb-20">
|
||||
<FeatureCardEight
|
||||
title="Active Call Interactions"
|
||||
description="Real-time audio wave analysis and prospect conversation snippets."
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={callData}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user