diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c5f6f9..05b1be2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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} />