diff --git a/src/app/product/page.tsx b/src/app/product/page.tsx
index 5c5d246..8dc17b2 100644
--- a/src/app/product/page.tsx
+++ b/src/app/product/page.tsx
@@ -25,22 +25,11 @@ export default function LandingPage() {
@@ -51,49 +40,20 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
+ animationType="slide-up"
products={[
{
- id: "p1",
- name: "Taxably Connect",
- price: "Desktop Agent",
- variant: "Windows",
- imageSrc: "http://img.b2bpic.net/free-vector/screens_53876-26757.jpg",
- },
+ id: "p1", name: "Taxably Connect", price: "Desktop Agent", variant: "Windows", imageSrc: "http://img.b2bpic.net/free-vector/screens_53876-26757.jpg"},
{
- id: "p2",
- name: "AI Classification",
- price: "High Precision",
- variant: "Engine",
- imageSrc: "http://img.b2bpic.net/free-vector/database-information-technology-network-management-icons-flat-set-isolated-vector-illustration_1284-3170.jpg",
- },
+ id: "p2", name: "AI Classification", price: "High Precision", variant: "Engine", imageSrc: "http://img.b2bpic.net/free-vector/database-information-technology-network-management-icons-flat-set-isolated-vector-illustration_1284-3170.jpg"},
{
- id: "p3",
- name: "ProConnect Sync",
- price: "Direct Map",
- variant: "Integration",
- imageSrc: "http://img.b2bpic.net/free-vector/people-with-enhanced-technology-icons-illustration_53876-43165.jpg",
- },
+ id: "p3", name: "ProConnect Sync", price: "Direct Map", variant: "Integration", imageSrc: "http://img.b2bpic.net/free-vector/people-with-enhanced-technology-icons-illustration_53876-43165.jpg"},
{
- id: "p4",
- name: "Firm Dashboard",
- price: "Real-time View",
- variant: "Cloud",
- imageSrc: "http://img.b2bpic.net/free-vector/illustration-business-graph-analysis_53876-37521.jpg",
- },
+ id: "p4", name: "Firm Dashboard", price: "Real-time View", variant: "Cloud", imageSrc: "http://img.b2bpic.net/free-vector/illustration-business-graph-analysis_53876-37521.jpg"},
{
- id: "p5",
- name: "PII Privacy",
- price: "Maximum Safety",
- variant: "Security",
- imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-graphics-icons_1134-415.jpg",
- },
+ id: "p5", name: "PII Privacy", price: "Maximum Safety", variant: "Security", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-graphics-icons_1134-415.jpg"},
{
- id: "p6",
- name: "Document Sync",
- price: "Multi-Source",
- variant: "Workflow",
- imageSrc: "http://img.b2bpic.net/free-photo/cloud-database-storage-concept-cloudscape-digital-online-server-global-network-web-database-backup-computer-infrastructure-technology_90220-1331.jpg",
- },
+ id: "p6", name: "Document Sync", price: "Multi-Source", variant: "Workflow", imageSrc: "http://img.b2bpic.net/free-photo/cloud-database-storage-concept-cloudscape-digital-online-server-global-network-web-database-backup-computer-infrastructure-technology_90220-1331.jpg"},
]}
title="Deep Feature Integration"
description="Explore the full suite of AI capabilities designed for tax professionals."
@@ -105,19 +65,13 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Powerful Automation"
description="See why top firms choose Taxably to streamline their document intake."
- imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
mediaAnimation="slide-up"
accordionItems={[
{
- id: "a1",
- title: "Real-time syncing",
- content: "Instant updates from client portals.",
- },
+ id: "a1", title: "Real-time syncing", content: "Instant updates from client portals."},
{
- id: "a2",
- title: "PII Protection",
- content: "Encrypted handling of sensitive tax records.",
- },
+ id: "a2", title: "PII Protection", content: "Encrypted handling of sensitive tax records."},
]}
/>