Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 01:42:22 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -53,7 +53,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" },
]}
buttonAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
dashboard={{
title: "Financial Dashboard Overview", logoIcon: TrendingUp,
imageSrc: "http://img.b2bpic.net/free-photo/black-financial-consultant-explaining-deal-details_1163-5307.jpg", searchPlaceholder: "Search financial documents", buttons: [
@@ -67,14 +67,17 @@ export default function LandingPage() {
],
stats: [
{
title: "Client Satisfaction", values: ["98%", "99%", "98.5%"],
description: "Average client satisfaction rate"},
title: "Client Satisfaction", values: [98, 99, 98.5],
description: "Average client satisfaction rate"
},
{
title: "Tax Savings", values: ["$1.2M", "$1.5M", "$1.8M"],
valuePrefix: "", description: "Average annual savings for clients"},
title: "Tax Savings", values: [1.2, 1.5, 1.8],
valuePrefix: "$", valueSuffix: "M", description: "Average annual savings for clients"
},
{
title: "Years Experience", values: ["15+", "20+", "18+"],
description: "Combined professional experience"},
title: "Years Experience", values: [15, 20, 18],
description: "Combined professional experience"
},
],
chartTitle: "Client Growth", chartData: [
{ value: 45 },
@@ -103,9 +106,10 @@ export default function LandingPage() {
{ value: "500+", title: "Businesses Served" },
{ value: "$50M+", title: "Total Tax Savings" },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-business-team-working_23-2149271692.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-business-team-working_23-2149271692.jpg"
imageAlt="Chartered accountant team working together"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -122,16 +126,20 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Tax Planning & Preparation", description: "Strategic tax planning to minimize liabilities and ensure compliance with all regulations. We handle individual and corporate tax returns with precision and expertise.", imageSrc: "http://img.b2bpic.net/free-vector/service-tax-report-with-smartphone-dataphone_24877-54138.jpg", imageAlt: "Tax planning and preparation service"},
title: "Tax Planning & Preparation", description: "Strategic tax planning to minimize liabilities and ensure compliance with all regulations. We handle individual and corporate tax returns with precision and expertise.", imageSrc: "http://img.b2bpic.net/free-vector/service-tax-report-with-smartphone-dataphone_24877-54138.jpg", imageAlt: "Tax planning and preparation service"
},
{
id: 2,
title: "Audit & Assurance", description: "Comprehensive audit services to ensure financial accuracy and regulatory compliance. Our thorough reviews provide confidence in your financial statements.", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", imageAlt: "Financial audit and assurance service"},
title: "Audit & Assurance", description: "Comprehensive audit services to ensure financial accuracy and regulatory compliance. Our thorough reviews provide confidence in your financial statements.", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", imageAlt: "Financial audit and assurance service"
},
{
id: 3,
title: "Bookkeeping & Accounting", description: "Professional bookkeeping services to maintain accurate financial records. We manage accounts payable, receivable, and general ledger accounting with precision.", imageSrc: "http://img.b2bpic.net/free-photo/frustrated-mature-entrepreneur-office_1398-1456.jpg", imageAlt: "Bookkeeping and accounting management"},
title: "Bookkeeping & Accounting", description: "Professional bookkeeping services to maintain accurate financial records. We manage accounts payable, receivable, and general ledger accounting with precision.", imageSrc: "http://img.b2bpic.net/free-photo/frustrated-mature-entrepreneur-office_1398-1456.jpg", imageAlt: "Bookkeeping and accounting management"
},
{
id: 4,
title: "Financial Consultation", description: "Expert financial advice tailored to your business needs. From budgeting to investment strategies, we guide you toward sustainable financial growth.", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-interesting-idea_1098-1198.jpg", imageAlt: "Professional financial consultation service"},
title: "Financial Consultation", description: "Expert financial advice tailored to your business needs. From budgeting to investment strategies, we guide you toward sustainable financial growth.", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-interesting-idea_1098-1198.jpg", imageAlt: "Professional financial consultation service"
},
]}
/>
</div>
@@ -176,13 +184,17 @@ export default function LandingPage() {
animationType="slide-up"
team={[
{
id: "1", name: "Michael Johnson", role: "Chief Financial Officer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", imageAlt: "Michael Johnson, CFO"},
id: "1", name: "Michael Johnson", role: "Chief Financial Officer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", imageAlt: "Michael Johnson, CFO"
},
{
id: "2", name: "Sarah Mitchell", role: "Senior Tax Consultant", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Mitchell, Senior Tax Consultant"},
id: "2", name: "Sarah Mitchell", role: "Senior Tax Consultant", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Mitchell, Senior Tax Consultant"
},
{
id: "3", name: "David Chen", role: "Audit Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg", imageAlt: "David Chen, Audit Manager"},
id: "3", name: "David Chen", role: "Audit Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg", imageAlt: "David Chen, Audit Manager"
},
{
id: "4", name: "Emma Rodriguez", role: "Financial Advisor", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-glasses_23-2147626501.jpg", imageAlt: "Emma Rodriguez, Financial Advisor"},
id: "4", name: "Emma Rodriguez", role: "Financial Advisor", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-glasses_23-2147626501.jpg", imageAlt: "Emma Rodriguez, Financial Advisor"
},
]}
/>
</div>
@@ -201,16 +213,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Robert Williams", role: "CEO", company: "Tech Solutions Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", imageAlt: "Robert Williams testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", imageAlt: "Robert Williams testimonial"
},
{
id: "2", name: "Jessica Lee", role: "Business Owner", company: "Fashion Boutique", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Jessica Lee testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Jessica Lee testimonial"
},
{
id: "3", name: "Thomas Anderson", role: "Managing Director", company: "Manufacturing Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-working-desk-vintage-90-s-style-office_23-2149851042.jpg", imageAlt: "Thomas Anderson testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/person-working-desk-vintage-90-s-style-office_23-2149851042.jpg", imageAlt: "Thomas Anderson testimonial"
},
{
id: "4", name: "Amanda Foster", role: "Executive Director", company: "Non-Profit Foundation", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg", imageAlt: "Amanda Foster testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg", imageAlt: "Amanda Foster testimonial"
},
]}
/>
</div>
@@ -226,22 +242,28 @@ export default function LandingPage() {
useInvertedBackground={false}
mediaPosition="right"
mediaAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-business-team-working_23-2149271692.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-business-team-working_23-2149271692.jpg"
imageAlt="Customer support and help"
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "What services do you offer?", content: "We provide comprehensive accounting services including tax planning and preparation, audit and assurance, bookkeeping, financial consultation, and payroll management. Each service is tailored to your specific business needs."},
id: "1", title: "What services do you offer?", content: "We provide comprehensive accounting services including tax planning and preparation, audit and assurance, bookkeeping, financial consultation, and payroll management. Each service is tailored to your specific business needs."
},
{
id: "2", title: "How much do your services cost?", content: "Our pricing is customized based on your business size and complexity. We offer transparent fee structures with no hidden charges. Contact us for a free consultation and personalized quote."},
id: "2", title: "How much do your services cost?", content: "Our pricing is customized based on your business size and complexity. We offer transparent fee structures with no hidden charges. Contact us for a free consultation and personalized quote."
},
{
id: "3", title: "Are you available for small businesses?", content: "Absolutely! We serve businesses of all sizes, from startups to established corporations. Our scalable services adapt to your growth and changing needs."},
id: "3", title: "Are you available for small businesses?", content: "Absolutely! We serve businesses of all sizes, from startups to established corporations. Our scalable services adapt to your growth and changing needs."
},
{
id: "4", title: "How often do you communicate with clients?", content: "We maintain regular communication through quarterly reviews, annual strategy sessions, and prompt responses to inquiries. Your dedicated accountant is available for questions throughout the year."},
id: "4", title: "How often do you communicate with clients?", content: "We maintain regular communication through quarterly reviews, annual strategy sessions, and prompt responses to inquiries. Your dedicated accountant is available for questions throughout the year."
},
{
id: "5", title: "What qualifications do your team have?", content: "Our team consists of chartered accountants (CAs) with extensive professional certifications and years of industry experience. We stay current with changing tax laws and accounting standards."},
id: "5", title: "What qualifications do your team have?", content: "Our team consists of chartered accountants (CAs) with extensive professional certifications and years of industry experience. We stay current with changing tax laws and accounting standards."
},
{
id: "6", title: "Can you help with tax optimization?", content: "Yes, tax optimization is a core service. We analyze your financial situation strategically to identify legitimate deductions and credits that reduce your tax burden."},
id: "6", title: "Can you help with tax optimization?", content: "Yes, tax optimization is a core service. We analyze your financial situation strategically to identify legitimate deductions and credits that reduce your tax burden."
},
]}
/>
</div>