diff --git a/src/app/page.tsx b/src/app/page.tsx
index d666901..d30d6d8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import { FileText, ShieldCheck, BarChart2, Calculator, Settings, Mail, LayoutGrid, CheckCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -28,22 +29,10 @@ export default function LandingPage() {
@@ -51,62 +40,25 @@ export default function LandingPage() {
@@ -114,12 +66,7 @@ export default function LandingPage() {
@@ -129,78 +76,31 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
- features={[
- {
- title: "Invoicing",
- description: "Send us the matter details and we handle the rest. Professional invoices issued promptly and accurately.",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacks-papers-documents_23-2151118397.jpg",
- titleIconSrc: "FileText",
- buttonText: "Learn More",
- },
- {
- title: "Bookkeeping",
- description: "We reconcile your trust and business accounts, ensuring every transaction is audit-ready.",
- imageSrc: "http://img.b2bpic.net/free-photo/analyzing-lifestyle-female-marketing-tech-high_1421-249.jpg",
- titleIconSrc: "ShieldCheck",
- buttonText: "Learn More",
- },
- {
- title: "Management Accounts",
- description: "Receive detailed management accounts every month, giving you full clarity on your practice's health.",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-blank-clipboard_23-2147985261.jpg",
- titleIconSrc: "BarChart2",
- buttonText: "Learn More",
- },
- {
- title: "Tax Preparation",
- description: "Deliver a complete, clean Trial Balance package at financial year-end for your tax practitioner.",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-documents-stack_23-2151088818.jpg",
- titleIconSrc: "Calculator",
- buttonText: "Learn More",
- },
- ]}
title="Core Financial Services"
description="Comprehensive accounting solutions designed for sole practitioners and chambers."
+ features={[
+ { title: "Invoicing", description: "Send us the matter details and we handle the rest. Professional invoices issued promptly and accurately.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacks-papers-documents_23-2151118397.jpg", titleIconSrc: "FileText", buttonText: "Learn More" },
+ { title: "Bookkeeping", description: "We reconcile your trust and business accounts, ensuring every transaction is audit-ready.", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-lifestyle-female-marketing-tech-high_1421-249.jpg", titleIconSrc: "ShieldCheck", buttonText: "Learn More" },
+ { title: "Management Accounts", description: "Receive detailed management accounts every month, giving you full clarity on your practice's health.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-blank-clipboard_23-2147985261.jpg", titleIconSrc: "BarChart2", buttonText: "Learn More" },
+ { title: "Tax Preparation", description: "Deliver a complete, clean Trial Balance package at financial year-end for your tax practitioner.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-documents-stack_23-2151088818.jpg", titleIconSrc: "Calculator", buttonText: "Learn More" },
+ ]}
/>