Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 23:00:01 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroBillboardGallery
title="Expert E-Commerce Account Management Solutions"
description="Streamline your online business operations with our comprehensive accounting and financial management services. We handle the complexities so you can focus on growth."
background={{ variant: "grid" }}
background={{ variant: "plain" }}
tag="Trusted Expertise"
tagIcon={CheckCircle}
tagAnimation="slide-up"
@@ -57,10 +57,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148365750.jpg", imageAlt: "E-commerce accounting dashboard" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850997.jpg?_wi=1", imageAlt: "Professional accounting team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/positive-long-haired-woman-working-with-documents-laptop_1398-1767.jpg?_wi=1", imageAlt: "Financial bookkeeping services" },
{ imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-checking-agreement-text_1262-20982.jpg?_wi=1", imageAlt: "Tax compliance management" },
{ imageSrc: "http://img.b2bpic.net/free-photo/using-device-corporate-touchpad-network-multimedia_1421-248.jpg?_wi=1", imageAlt: "Account reconciliation process" }
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850997.jpg", imageAlt: "Professional accounting team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/positive-long-haired-woman-working-with-documents-laptop_1398-1767.jpg", imageAlt: "Financial bookkeeping services" },
{ imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-checking-agreement-text_1262-20982.jpg", imageAlt: "Tax compliance management" },
{ imageSrc: "http://img.b2bpic.net/free-photo/using-device-corporate-touchpad-network-multimedia_1421-248.jpg", imageAlt: "Account reconciliation process" }
]}
mediaAnimation="slide-up"
/>
@@ -79,7 +79,7 @@ export default function LandingPage() {
{ title: "Partnership", description: "We work as an extension of your team, invested in your business success", icon: Handshake },
{ title: "Innovation", description: "Leveraging modern tools and technologies to streamline your accounting processes", icon: Zap }
]}
imageSrc="http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850997.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850997.jpg"
imageAlt="Professional accounting team working together"
imagePosition="right"
textboxLayout="default"
@@ -98,15 +98,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Bookkeeping & Record Management", author: "Financial Foundation", description: "Accurate daily transaction recording, categorization, and reconciliation across all your e-commerce channels. We maintain organized, detailed financial records that serve as your business's financial backbone.", tags: ["Accounting", "Organization"],
imageSrc: "http://img.b2bpic.net/free-photo/positive-long-haired-woman-working-with-documents-laptop_1398-1767.jpg?_wi=2", imageAlt: "Bookkeeping services"
imageSrc: "http://img.b2bpic.net/free-photo/positive-long-haired-woman-working-with-documents-laptop_1398-1767.jpg", imageAlt: "Bookkeeping services"
},
{
id: "2", title: "Tax Compliance & Planning", author: "Regulatory Expertise", description: "Ensure full compliance with federal and state tax requirements specific to e-commerce businesses. We handle sales tax, income tax preparation, and strategic tax planning to minimize your liability.", tags: ["Tax", "Compliance"],
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-checking-agreement-text_1262-20982.jpg?_wi=2", imageAlt: "Tax compliance management"
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-checking-agreement-text_1262-20982.jpg", imageAlt: "Tax compliance management"
},
{
id: "3", title: "Account Reconciliation", author: "Accuracy Assurance", description: "Regular reconciliation of bank accounts, payment processors, and marketplace accounts. We identify discrepancies quickly and ensure your records match reality perfectly.", tags: ["Verification", "Accuracy"],
imageSrc: "http://img.b2bpic.net/free-photo/using-device-corporate-touchpad-network-multimedia_1421-248.jpg?_wi=2", imageAlt: "Account reconciliation"
imageSrc: "http://img.b2bpic.net/free-photo/using-device-corporate-touchpad-network-multimedia_1421-248.jpg", imageAlt: "Account reconciliation"
}
]}
animationType="slide-up"
@@ -231,7 +231,7 @@ export default function LandingPage() {
{ text: "Schedule Consultation", href: "tel:077788-84081" },
{ text: "Learn More", href: "#services" }
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>