Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function ClientPortalTemplatePage() {
|
||||
const features = [
|
||||
{ id: "f1", title: "Project Hub", author: "PortalOS", description: "Manage every deliverable and milestone in a single, transparent view.", tags: ["Management", "Transparency"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153813.jpg" },
|
||||
{ id: "f2", title: "Centralised Comms", author: "PortalOS", description: "Stop chasing emails. All client communication is threaded by project.", tags: ["Communication", "Efficiency"], imageSrc: "http://img.b2bpic.net/free-photo/asian-architect-woman_53876-31462.jpg" },
|
||||
{ id: "f3", title: "Revenue Ops", author: "PortalOS", description: "Integrated Stripe billing and project tracking to ensure you get paid faster.", tags: ["Billing", "Finance"], imageSrc: "http://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg" }
|
||||
{ id: "f3", title: "Revenue Ops", author: "PortalOS", description: "Integrated Stripe billing and project tracking to ensure you get paid faster.", tags: ["Billing", "Finance"], imageSrc: "http://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg?_wi=1" }
|
||||
];
|
||||
|
||||
const pricingPlans = [
|
||||
@@ -45,7 +45,7 @@ export default function ClientPortalTemplatePage() {
|
||||
title="Elevate Your Agency Client Experience"
|
||||
description="The premium white-label system for high-ticket service businesses to deliver work faster, look professional, and get paid on time."
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
carouselItems={Array(6).fill({ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg" })}
|
||||
carouselItems={Array(6).fill({ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg?_wi=2" })}
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
|
||||
Reference in New Issue
Block a user