Merge version_1 into main #2
363
src/app/page.tsx
363
src/app/page.tsx
@@ -31,37 +31,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Metrics",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#process",
|
||||
},
|
||||
name: "Process", id: "#process"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="UAE Bookkeeping Experts"
|
||||
/>
|
||||
@@ -75,41 +59,27 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Free Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Get Instant Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Instant Quote", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg"
|
||||
imageAlt="Professional business setting with financial charts and Dubai skyline"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg",
|
||||
alt: "Satisfied client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", alt: "Satisfied client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-face-woman-joke-cheerful_1194-7832.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-face-woman-joke-cheerful_1194-7832.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
|
||||
alt: "Trusted partner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", alt: "Trusted partner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3777.jpg",
|
||||
alt: "Successful business owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3777.jpg", alt: "Successful business owner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328340.jpg",
|
||||
alt: "Confident entrepreneur",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328340.jpg", alt: "Confident entrepreneur"},
|
||||
]}
|
||||
avatarText="Join 500+ Happy Businesses"
|
||||
/>
|
||||
@@ -123,7 +93,7 @@ export default function LandingPage() {
|
||||
tag="Our Advantage"
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/general-manager-addressing-corporate-social-responsibility-internet-call_482257-123115.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/general-manager-addressing-corporate-social-responsibility-internet-call_482257-123115.jpg"
|
||||
imageAlt="Businesswoman analyzing financial data with team in modern office"
|
||||
/>
|
||||
</div>
|
||||
@@ -135,89 +105,41 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Monthly Bookkeeping",
|
||||
description: "Keep your financial records up-to-date and organized with our diligent monthly bookkeeping services.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-home-office-with-tablet-laptop-shows-infographics-accounting-data_482257-91198.jpg?_wi=1",
|
||||
imageAlt: "Monthly financial report documents",
|
||||
},
|
||||
title: "Monthly Bookkeeping", description: "Keep your financial records up-to-date and organized with our diligent monthly bookkeeping services.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-home-office-with-tablet-laptop-shows-infographics-accounting-data_482257-91198.jpg", imageAlt: "Monthly financial report documents"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-charts-with-pen-table_1232-2782.jpg?_wi=1",
|
||||
imageAlt: "Digital ledger on screen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg?_wi=2",
|
||||
imageAlt: "monthly financial report documents",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-charts-with-pen-table_1232-2782.jpg", imageAlt: "Digital ledger on screen"}
|
||||
},
|
||||
{
|
||||
title: "VAT Record Management",
|
||||
description: "Ensure seamless compliance with UAE VAT regulations and avoid penalties with our expert management.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-examining-document-caf_23-2147876701.jpg",
|
||||
imageAlt: "UAE VAT tax form",
|
||||
},
|
||||
title: "VAT Record Management", description: "Ensure seamless compliance with UAE VAT regulations and avoid penalties with our expert management.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-examining-document-caf_23-2147876701.jpg", imageAlt: "UAE VAT tax form"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-dark-skinned-man-holding-black-copy-space-screen-cell-phone_273609-9435.jpg",
|
||||
imageAlt: "Digital VAT filing interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/general-manager-addressing-corporate-social-responsibility-internet-call_482257-123115.jpg?_wi=2",
|
||||
imageAlt: "monthly financial report documents",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-dark-skinned-man-holding-black-copy-space-screen-cell-phone_273609-9435.jpg", imageAlt: "Digital VAT filing interface"}
|
||||
},
|
||||
{
|
||||
title: "Bank Reconciliation",
|
||||
description: "Maintain accurate financial statements by matching your bank records with your company's books.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241314.jpg",
|
||||
imageAlt: "Bank statement and ledger",
|
||||
},
|
||||
title: "Bank Reconciliation", description: "Maintain accurate financial statements by matching your bank records with your company's books.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241314.jpg", imageAlt: "Bank statement and ledger"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartphone-atm_23-2148264023.jpg",
|
||||
imageAlt: "Digital bank reconciliation screen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/investment-company-employee-doing-financial-analysis-having-clipboard-with-capital-documentation-forex-stock-market-trader-analyzing-real-time-trend-charts-while-sitting-multi-monitor-workstation_482257-44523.jpg",
|
||||
imageAlt: "monthly financial report documents",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartphone-atm_23-2148264023.jpg", imageAlt: "Digital bank reconciliation screen"}
|
||||
},
|
||||
{
|
||||
title: "Financial Reporting",
|
||||
description: "Gain clear insights into your business's performance with customized, accurate financial reports.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-graph-tablet-screen_1262-3819.jpg",
|
||||
imageAlt: "Business financial report",
|
||||
},
|
||||
title: "Financial Reporting", description: "Gain clear insights into your business's performance with customized, accurate financial reports.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-graph-tablet-screen_1262-3819.jpg", imageAlt: "Business financial report"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/project-manager-analyzing-e-commerce-information-files-looking-documents-computer-screen-male-employee-working-financial-analysis-with-statistics-charts-graphs_482257-40934.jpg",
|
||||
imageAlt: "Digital financial dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg",
|
||||
imageAlt: "monthly financial report documents",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/project-manager-analyzing-e-commerce-information-files-looking-documents-computer-screen-male-employee-working-financial-analysis-with-statistics-charts-graphs_482257-40934.jpg", imageAlt: "Digital financial dashboard"}
|
||||
},
|
||||
{
|
||||
title: "Accounts Payable & Receivable",
|
||||
description: "Efficiently manage your cash flow by optimizing your accounts payable and receivable processes.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-working-laptop-making-notes_1262-3150.jpg",
|
||||
imageAlt: "Invoices for accounts payable",
|
||||
},
|
||||
title: "Accounts Payable & Receivable", description: "Efficiently manage your cash flow by optimizing your accounts payable and receivable processes.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-working-laptop-making-notes_1262-3150.jpg", imageAlt: "Invoices for accounts payable"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/management-coaching-business-dealing-mentor-concept_53876-133858.jpg",
|
||||
imageAlt: "Digital invoicing system",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=1",
|
||||
imageAlt: "monthly financial report documents",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/management-coaching-business-dealing-mentor-concept_53876-133858.jpg", imageAlt: "Digital invoicing system"}
|
||||
},
|
||||
{
|
||||
title: "Payroll Assistance",
|
||||
description: "Ensure accurate and timely payroll processing, keeping your employees happy and compliant.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg?_wi=1",
|
||||
imageAlt: "Payroll documents and calculations",
|
||||
},
|
||||
title: "Payroll Assistance", description: "Ensure accurate and timely payroll processing, keeping your employees happy and compliant.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg", imageAlt: "Payroll documents and calculations"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-glasses-showing-okay-hand-sign-sitting-with-laptop-cafe-working-remotely-recommends-coworking-space_1258-314260.jpg?_wi=1",
|
||||
imageAlt: "Digital payroll software interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg?_wi=1",
|
||||
imageAlt: "monthly financial report documents",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-glasses-showing-okay-hand-sign-sitting-with-laptop-cafe-working-remotely-recommends-coworking-space_1258-314260.jpg", imageAlt: "Digital payroll software interface"}
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Comprehensive Bookkeeping Solutions for Every Need"
|
||||
@@ -236,20 +158,11 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Businesses Served",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Businesses Served"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
id: "m2", value: "98%", description: "Client Satisfaction"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24-Hour",
|
||||
description: "Response Time",
|
||||
},
|
||||
id: "m3", value: "24-Hour", description: "Response Time"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -262,53 +175,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ahmed Al-Falah",
|
||||
handle: "@AhmedAF",
|
||||
testimonial: "UAE Bookkeeping Experts transformed our financial processes. Their attention to detail and proactive advice have been invaluable to our growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=2",
|
||||
imageAlt: "Ahmed Al-Falah",
|
||||
},
|
||||
id: "t1", name: "Ahmed Al-Falah", handle: "@AhmedAF", testimonial: "UAE Bookkeeping Experts transformed our financial processes. Their attention to detail and proactive advice have been invaluable to our growth.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Ahmed Al-Falah"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Fatima Zahra",
|
||||
handle: "@FatimaZ",
|
||||
testimonial: "Highly professional and extremely reliable. Their team ensures our VAT compliance is always perfect, allowing us to focus on operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg?_wi=2",
|
||||
imageAlt: "Fatima Zahra",
|
||||
},
|
||||
id: "t2", name: "Fatima Zahra", handle: "@FatimaZ", testimonial: "Highly professional and extremely reliable. Their team ensures our VAT compliance is always perfect, allowing us to focus on operations.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg", imageAlt: "Fatima Zahra"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Omar Saeed",
|
||||
handle: "@OmarS",
|
||||
testimonial: "As a freelancer, managing finances was a headache. UAE Bookkeeping Experts made it effortless and affordable. Truly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-glasses-showing-okay-hand-sign-sitting-with-laptop-cafe-working-remotely-recommends-coworking-space_1258-314260.jpg?_wi=2",
|
||||
imageAlt: "Omar Saeed",
|
||||
},
|
||||
id: "t3", name: "Omar Saeed", handle: "@OmarS", testimonial: "As a freelancer, managing finances was a headache. UAE Bookkeeping Experts made it effortless and affordable. Truly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-glasses-showing-okay-hand-sign-sitting-with-laptop-cafe-working-remotely-recommends-coworking-space_1258-314260.jpg", imageAlt: "Omar Saeed"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Layla Khan",
|
||||
handle: "@LaylaK",
|
||||
testimonial: "Their financial reporting is incredibly clear and insightful. It's helped us make smarter business decisions and track our progress effectively.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg?_wi=2",
|
||||
imageAlt: "Layla Khan",
|
||||
},
|
||||
id: "t4", name: "Layla Khan", handle: "@LaylaK", testimonial: "Their financial reporting is incredibly clear and insightful. It's helped us make smarter business decisions and track our progress effectively.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", imageAlt: "Layla Khan"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Samiuddin Ali",
|
||||
handle: "@SamiAli",
|
||||
testimonial: "The monthly support is exceptional. Any query is addressed promptly, and their comprehensive service gives us complete peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-executive-with-glasses_1098-1818.jpg",
|
||||
imageAlt: "Samiuddin Ali",
|
||||
},
|
||||
id: "t5", name: "Samiuddin Ali", handle: "@SamiAli", testimonial: "The monthly support is exceptional. Any query is addressed promptly, and their comprehensive service gives us complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-executive-with-glasses_1098-1818.jpg", imageAlt: "Samiuddin Ali"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Nadia Hassan",
|
||||
handle: "@NadiaH",
|
||||
testimonial: "Our e-commerce business relies heavily on accurate books. UAE Bookkeeping Experts delivered exactly that, with fantastic client satisfaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-tablet-celebrating-achievement-cafe_1262-18859.jpg",
|
||||
imageAlt: "Nadia Hassan",
|
||||
},
|
||||
id: "t6", name: "Nadia Hassan", handle: "@NadiaH", testimonial: "Our e-commerce business relies heavily on accurate books. UAE Bookkeeping Experts delivered exactly that, with fantastic client satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-tablet-celebrating-achievement-cafe_1262-18859.jpg", imageAlt: "Nadia Hassan"}
|
||||
]}
|
||||
title="Trusted by Businesses Across the UAE"
|
||||
description="Hear what our valued clients have to say about our professional bookkeeping services and dedicated support."
|
||||
@@ -327,61 +204,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "1. Contact Us",
|
||||
description: "Reach out to us via our website form, email, or phone to discuss your bookkeeping needs.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terms-use-conditions-rule-policy-regulation-concept_53876-132328.jpg",
|
||||
imageAlt: "Hand holding smartphone contacting support",
|
||||
},
|
||||
title: "1. Contact Us", description: "Reach out to us via our website form, email, or phone to discuss your bookkeeping needs.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terms-use-conditions-rule-policy-regulation-concept_53876-132328.jpg", imageAlt: "Hand holding smartphone contacting support"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-120949.jpg",
|
||||
imageAlt: "Contact us button click",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg?_wi=3",
|
||||
imageAlt: "hand holding smartphone contacting support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/planner-calendar-schedule-date-concept_53876-120949.jpg", imageAlt: "Contact us button click"}
|
||||
},
|
||||
{
|
||||
title: "2. Free Consultation",
|
||||
description: "Schedule a complimentary session to assess your requirements and tailor a perfect solution.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/talk-financiers_1098-15804.jpg",
|
||||
imageAlt: "Business meeting consultation",
|
||||
},
|
||||
title: "2. Free Consultation", description: "Schedule a complimentary session to assess your requirements and tailor a perfect solution.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/talk-financiers_1098-15804.jpg", imageAlt: "Business meeting consultation"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-consulting-her-patients-while-being-videocall-with-physician_482257-122769.jpg",
|
||||
imageAlt: "Video conference consultation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/general-manager-addressing-corporate-social-responsibility-internet-call_482257-123115.jpg?_wi=3",
|
||||
imageAlt: "hand holding smartphone contacting support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-consulting-her-patients-while-being-videocall-with-physician_482257-122769.jpg", imageAlt: "Video conference consultation"}
|
||||
},
|
||||
{
|
||||
title: "3. Setup & Analysis",
|
||||
description: "We set up your accounting system, analyze your existing data, and ensure a smooth transition.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-concept-with-futuristic-element_23-2151910949.jpg",
|
||||
imageAlt: "Data analysis financial report setup",
|
||||
},
|
||||
title: "3. Setup & Analysis", description: "We set up your accounting system, analyze your existing data, and ensure a smooth transition.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-concept-with-futuristic-element_23-2151910949.jpg", imageAlt: "Data analysis financial report setup"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-female-leader-evaluating-trading-risks-before-making-investment_482257-112812.jpg",
|
||||
imageAlt: "Onboarding client data integration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-home-office-with-tablet-laptop-shows-infographics-accounting-data_482257-91198.jpg?_wi=2",
|
||||
imageAlt: "hand holding smartphone contacting support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-female-leader-evaluating-trading-risks-before-making-investment_482257-112812.jpg", imageAlt: "Onboarding client data integration"}
|
||||
},
|
||||
{
|
||||
title: "4. Monthly Bookkeeping Support",
|
||||
description: "Receive ongoing, accurate bookkeeping, timely reports, and dedicated support every month.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-looking-two-businessmen-shaking-hands-business-meeting_23-2147923365.jpg",
|
||||
imageAlt: "Monthly financial support team",
|
||||
},
|
||||
title: "4. Monthly Bookkeeping Support", description: "Receive ongoing, accurate bookkeeping, timely reports, and dedicated support every month.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-looking-two-businessmen-shaking-hands-business-meeting_23-2147923365.jpg", imageAlt: "Monthly financial support team"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-looking-horizontal-greenscreen-mobile-phone-working-corporate-office-with-chroma-key-display-young-woman-analyzing-smartphone-screen-with-isolated-mockup_482257-63251.jpg",
|
||||
imageAlt: "Continuous financial monitoring dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-charts-with-pen-table_1232-2782.jpg?_wi=2",
|
||||
imageAlt: "hand holding smartphone contacting support",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-looking-horizontal-greenscreen-mobile-phone-working-corporate-office-with-chroma-key-display-young-woman-analyzing-smartphone-screen-with-isolated-mockup_482257-63251.jpg", imageAlt: "Continuous financial monitoring dashboard"}
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Our Simple & Efficient Bookkeeping Process"
|
||||
@@ -398,30 +243,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What types of businesses do you serve in the UAE?",
|
||||
content: "We serve a diverse range of businesses including small businesses, startups, freelancers, and e-commerce stores across Dubai, Abu Dhabi, Sharjah, and other Emirates.",
|
||||
},
|
||||
id: "f1", title: "What types of businesses do you serve in the UAE?", content: "We serve a diverse range of businesses including small businesses, startups, freelancers, and e-commerce stores across Dubai, Abu Dhabi, Sharjah, and other Emirates."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do you ensure VAT compliance?",
|
||||
content: "Our experts are well-versed in UAE VAT laws. We meticulously manage your VAT records, prepare accurate returns, and ensure timely filing to maintain full compliance.",
|
||||
},
|
||||
id: "f2", title: "How do you ensure VAT compliance?", content: "Our experts are well-versed in UAE VAT laws. We meticulously manage your VAT records, prepare accurate returns, and ensure timely filing to maintain full compliance."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you handle our payroll processing?",
|
||||
content: "Yes, we offer comprehensive payroll assistance, ensuring your employees are paid accurately and on time, with all necessary deductions and compliance taken care of.",
|
||||
},
|
||||
id: "f3", title: "Can you handle our payroll processing?", content: "Yes, we offer comprehensive payroll assistance, ensuring your employees are paid accurately and on time, with all necessary deductions and compliance taken care of."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "What is included in your monthly bookkeeping package?",
|
||||
content: "Our monthly packages typically include bank reconciliation, accounts payable and receivable management, general ledger maintenance, and customized financial reports.",
|
||||
},
|
||||
id: "f4", title: "What is included in your monthly bookkeeping package?", content: "Our monthly packages typically include bank reconciliation, accounts payable and receivable management, general ledger maintenance, and customized financial reports."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "How do I get started with your services?",
|
||||
content: "Simply fill out our contact form or call us to schedule a free consultation. We'll assess your needs and propose a tailored bookkeeping solution.",
|
||||
},
|
||||
id: "f5", title: "How do I get started with your services?", content: "Simply fill out our contact form or call us to schedule a free consultation. We'll assess your needs and propose a tailored bookkeeping solution."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pensive-woman-trying-remember-important-thing_1262-15032.jpg"
|
||||
imageAlt="Woman thinking with question marks around her"
|
||||
@@ -440,8 +270,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Start Your Journey"
|
||||
title="Book Your Free Consultation"
|
||||
description="Take the first step towards streamlined finances. Complete the form below to connect with our experts and receive a personalized quote tailored to your business needs (Name, Business Name, Email, Phone Number, Services Required)."
|
||||
@@ -459,75 +288,45 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Monthly Bookkeeping",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Monthly Bookkeeping", href: "#services"},
|
||||
{
|
||||
label: "VAT Management",
|
||||
href: "#services",
|
||||
},
|
||||
label: "VAT Management", href: "#services"},
|
||||
{
|
||||
label: "Financial Reporting",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Financial Reporting", href: "#services"},
|
||||
{
|
||||
label: "Payroll Assistance",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Payroll Assistance", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "About Us", href: "#why-us"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "#why-us"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "#process",
|
||||
},
|
||||
label: "Our Process", href: "#process"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/971XXXXXXXXX",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/971XXXXXXXXX"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user