Update src/app/client-portal/page.tsx
This commit is contained in:
@@ -36,9 +36,7 @@ export default function ClientPortalPage() {
|
||||
navItems={navItems}
|
||||
brandName="Imperium"
|
||||
button={{
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
}}
|
||||
text: "Back to Home", href: "/"}}
|
||||
buttonClassName="font-semibold tracking-wide"
|
||||
/>
|
||||
</div>
|
||||
@@ -47,7 +45,7 @@ export default function ClientPortalPage() {
|
||||
<HeroBillboard
|
||||
title="Campaign Performance Dashboard"
|
||||
description="Beautiful, transparent KPI reporting designed for your success. Track campaign results, AI agent performance, call recordings, and ROI metrics in one clean interface. Whitelabeled with your branding."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Client Portal"
|
||||
tagIcon={Eye}
|
||||
tagAnimation="slide-up"
|
||||
@@ -56,7 +54,7 @@ export default function ClientPortalPage() {
|
||||
{ text: "Download Report", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUc5mGjhlxVkFiHx2Jcz4OwYr7/a-whitelabeled-client-portal-interface-s-1772650571631-ed5977ef.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUc5mGjhlxVkFiHx2Jcz4OwYr7/a-whitelabeled-client-portal-interface-s-1772650571631-ed5977ef.png"
|
||||
imageAlt="Client Portal Dashboard"
|
||||
mediaAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -92,27 +90,19 @@ export default function ClientPortalPage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Call Recording Library",
|
||||
description: "Access complete records of every AI-conducted call. Listen to quality samples, analyze agent performance, and learn from conversations.",
|
||||
icon: Activity,
|
||||
title: "Call Recording Library", description: "Access complete records of every AI-conducted call. Listen to quality samples, analyze agent performance, and learn from conversations.", icon: Activity,
|
||||
},
|
||||
{
|
||||
title: "Growth Trends",
|
||||
description: "Track conversion trends, engagement metrics, and ROI over time. Visual charts show your campaign progress at a glance.",
|
||||
icon: TrendingUp,
|
||||
title: "Growth Trends", description: "Track conversion trends, engagement metrics, and ROI over time. Visual charts show your campaign progress at a glance.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Whitelabeled Design",
|
||||
description: "This portal uses your branding, colors, and domain. Your clients see your company name. They experience your AI platform.",
|
||||
icon: Eye,
|
||||
title: "Whitelabeled Design", description: "This portal uses your branding, colors, and domain. Your clients see your company name. They experience your AI platform.", icon: Eye,
|
||||
},
|
||||
{
|
||||
title: "Secure Data Access",
|
||||
description: "Row-level security ensures you only see your data. Full encryption at rest and in transit. SOC2-compliant infrastructure.",
|
||||
icon: Shield,
|
||||
title: "Secure Data Access", description: "Row-level security ensures you only see your data. Full encryption at rest and in transit. SOC2-compliant infrastructure.", icon: Shield,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUc5mGjhlxVkFiHx2Jcz4OwYr7/a-clarity-and-transparency-visualization-1772650569230-4412eedc.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUc5mGjhlxVkFiHx2Jcz4OwYr7/a-clarity-and-transparency-visualization-1772650569230-4412eedc.png"
|
||||
imageAlt="Client Portal Transparency"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
|
||||
Reference in New Issue
Block a user