diff --git a/src/app/page.tsx b/src/app/page.tsx index 58ed29b..e94ca5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,27 +29,17 @@ export default function LandingPage() { @@ -59,31 +49,19 @@ export default function LandingPage() { description="Accounting That Puts Your Business First. Reliable compliance, tax strategies that save you money, and proactive advice tailored to your goals." buttons={[ { - text: "Request a Free Consultation", - href: "#contact", - }, + text: "Request a Free Consultation", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-analyst_1098-14054.jpg", - imageAlt: "Financial advisor and client consulting", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-analyst_1098-14054.jpg", imageAlt: "Financial advisor and client consulting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-working-office-analyzing-business-plans-there-are-people-background_637285-187.jpg", - imageAlt: "Serious businessman working in the office and analyzing business plans", - }, + imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-working-office-analyzing-business-plans-there-are-people-background_637285-187.jpg", imageAlt: "Serious businessman working in the office and analyzing business plans"}, { - imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", - imageAlt: "Serious businessman sitting in the office and reading business reports", - }, + imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", imageAlt: "Serious businessman sitting in the office and reading business reports"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-discussion_1098-19467.jpg", - imageAlt: "Business discussion between professionals", - }, + imageSrc: "http://img.b2bpic.net/free-photo/business-discussion_1098-19467.jpg", imageAlt: "Business discussion between professionals"}, { - imageSrc: "http://img.b2bpic.net/free-photo/executives-finishing-up-meeting_1098-1179.jpg", - imageAlt: "Executives finishing up a meeting", - }, + imageSrc: "http://img.b2bpic.net/free-photo/executives-finishing-up-meeting_1098-1179.jpg", imageAlt: "Executives finishing up a meeting"}, ]} /> @@ -95,23 +73,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Tax & Compliance", - description: "Expert BAS preparation, income tax, and payroll services to keep you stress-free.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4qwf6v", - imageAlt: "Tax compliance icon", - }, + title: "Tax & Compliance", description: "Expert BAS preparation, income tax, and payroll services to keep you stress-free.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4qwf6v", imageAlt: "Tax compliance icon"}, { - title: "Cloud Bookkeeping", - description: "Streamline your financials with seamless Xero and MYOB integration.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4aboey", - imageAlt: "Bookkeeping icon", - }, + title: "Cloud Bookkeeping", description: "Streamline your financials with seamless Xero and MYOB integration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4aboey", imageAlt: "Bookkeeping icon"}, { - title: "Business Advisory", - description: "Strategic cashflow forecasting and KPI dashboards to drive your business forward.", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904303.jpg", - imageAlt: "Advisory icon", - }, + title: "Business Advisory", description: "Strategic cashflow forecasting and KPI dashboards to drive your business forward.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904303.jpg", imageAlt: "Advisory icon"}, ]} title="Accounting Services" description="Comprehensive financial solutions to help your business grow and stay compliant." @@ -122,48 +88,24 @@ export default function LandingPage() { @@ -205,8 +135,7 @@ export default function LandingPage() {