Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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", 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" }
|
||||
{ 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" }
|
||||
]}
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850997.jpg?_wi=2"
|
||||
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", imageAlt: "Bookkeeping services"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-long-haired-woman-working-with-documents-laptop_1398-1767.jpg?_wi=2", 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", imageAlt: "Tax compliance management"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-checking-agreement-text_1262-20982.jpg?_wi=2", 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", imageAlt: "Account reconciliation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/using-device-corporate-touchpad-network-multimedia_1421-248.jpg?_wi=2", imageAlt: "Account reconciliation"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user