diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index a72215a..fd1a3ff 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -77,10 +77,10 @@ export default function DashboardPage() { title="Recent Client & System Activity" description="Stay updated with the latest movements across your client portfolio and platform." features={[ - { id: "a1", title: "New document from Quantum Tech Solutions", tags: ["Document", "Income"], imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4333.jpg?_wi=1", imageAlt: "New invoice document" }, + { id: "a1", title: "New document from Quantum Tech Solutions", tags: ["Document", "Income"], imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4333.jpg", imageAlt: "New invoice document" }, { id: "a2", title: "Message from Greenwood Cycles Ltd", tags: ["Communication", "Query"], imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-speech-therapy-logo_23-2149181077.jpg", imageAlt: "New client message" }, { id: "a3", title: "Bookkeeping for Harbour & Co. due soon", tags: ["Task", "Deadline"], imageSrc: "http://img.b2bpic.net/free-vector/sacred-shape-poster_1017-2705.jpg", imageAlt: "Bookkeeping task reminder" }, - { id: "a4", title: "Account statement uploaded for Peak Advisory", tags: ["Document", "Bank"], imageSrc: "http://img.b2bpic.net/free-photo/man-looking-bill-energy-crisis_23-2150061837.jpg?_wi=1", imageAlt: "Bank statement uploaded" }, + { id: "a4", title: "Account statement uploaded for Peak Advisory", tags: ["Document", "Bank"], imageSrc: "http://img.b2bpic.net/free-photo/man-looking-bill-energy-crisis_23-2150061837.jpg", imageAlt: "Bank statement uploaded" }, ]} animationType="slide-up" textboxLayout="default" @@ -94,12 +94,12 @@ export default function DashboardPage() { title="AI-Assisted Bookkeeping Tool" description="Upload statements, see extracted data, categorise transactions, and flag for review. AI suggestions are provided for efficiency, but always require accountant review." products={[ - { id: "bk1", name: "Bank Statement - HSBC 2024 Q1", price: "£12,345.00", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-bill-energy-crisis_23-2150061837.jpg?_wi=2", imageAlt: "HSBC bank statement" }, - { id: "bk2", name: "Invoice - Supplier A (Mar 2024)", price: "£560.00", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4333.jpg?_wi=2", imageAlt: "Supplier invoice" }, - { id: "bk3", name: "Credit Card Statement - Barclaycard", price: "£890.50", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-bill-energy-crisis_23-2150061837.jpg?_wi=3", imageAlt: "Barclaycard statement" }, - { id: "bk4", name: "Payroll Report - April 2024", price: "£4,500.00", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4333.jpg?_wi=3", imageAlt: "Payroll report" }, - { id: "bk5", name: "Receipts Batch - May 2024", price: "£320.15", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4333.jpg?_wi=4", imageAlt: "Batch of receipts" }, - { id: "bk6", name: "Utilities Bill - June 2024", price: "£180.00", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4333.jpg?_wi=5", imageAlt: "Utilities bill" }, + { id: "bk1", name: "Bank Statement - HSBC 2024 Q1", price: "£12,345.00", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-bill-energy-crisis_23-2150061837.jpg", imageAlt: "HSBC bank statement" }, + { id: "bk2", name: "Invoice - Supplier A (Mar 2024)", price: "£560.00", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4333.jpg", imageAlt: "Supplier invoice" }, + { id: "bk3", name: "Credit Card Statement - Barclaycard", price: "£890.50", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-bill-energy-crisis_23-2150061837.jpg", imageAlt: "Barclaycard statement" }, + { id: "bk4", name: "Payroll Report - April 2024", price: "£4,500.00", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4333.jpg", imageAlt: "Payroll report" }, + { id: "bk5", name: "Receipts Batch - May 2024", price: "£320.15", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4333.jpg", imageAlt: "Batch of receipts" }, + { id: "bk6", name: "Utilities Bill - June 2024", price: "£180.00", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4333.jpg", imageAlt: "Utilities bill" }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -113,7 +113,6 @@ export default function DashboardPage() { columns={footerColumns} bottomLeftText="© 2024 Nivdan. All rights reserved." bottomRightText="Built for modern accounting." - useInvertedBackground={true} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index eeaf17d..cb709b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,6 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-showing-her-colleague-something-phone_23-2148416425.jpg", imageAlt: "User-friendly interface for accountants" }, ]} autoplayDelay={5000} - useInvertedBackground={false} /> @@ -127,8 +126,6 @@ export default function HomePage() { faqsAnimation="slide-up" textPosition="left" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/faqs-customer-service-icon-concept_53876-132149.jpg" - imageAlt="Seamless problem-solving and support" /> @@ -154,7 +151,6 @@ export default function HomePage() { columns={footerColumns} bottomLeftText="© 2024 Nivdan. All rights reserved." bottomRightText="Built for modern accounting." - useInvertedBackground={true} />