"use client"; import Image from "next/image"; import { HeroImage } from "./hero-image"; import { AssistantQuestionAnimation } from "./homepage/assistant-question-animation"; import { DashboardAnimation } from "./homepage/dashboard-animation"; import { FeaturesGridSection } from "./sections/features-grid-section"; import { IntegrationsSection } from "./sections/integrations-section"; import { PreAccountingSection } from "./sections/pre-accounting-section"; import { PricingSection } from "./sections/pricing-section"; import { TestimonialsSection } from "./sections/testimonials-section"; import { TimeSavingsSection } from "./sections/time-savings-section"; export function Assistant() { return (
{/* Hero Section */}
{/* Grid Pattern Background - Desktop Only */}
Grid Pattern Grid Pattern
{/* Mobile Layout */}
{/* Grid Pattern Background - Mobile/Tablet Only (Limited Height) */}
Grid Pattern Grid Pattern

Assistant

Get clear answers

Ask questions and get clear answers from your business data.

Ask questions about your business and get clear, contextual answers based on your real data, including revenue, expenses, cash flow, and recent changes.

{/* Assistant Illustration */}
{/* Desktop Layout */}
{/* Main Heading */}

Assistant

Get clear answers

Ask questions about your business and get clear, contextual answers based on your real data, including revenue, expenses, cash flow, and recent changes.

{/* Assistant Illustration */}
{/* Highlight Feature Section with Animations */}
{/* First Animation - AI Assistant */}
{/* Left: Title and Subtitle */}

Ask questions and generate reports

Ask questions about revenue, expenses, cash flow, customers, and changes over time, and generate reports, summaries, and breakdowns based on your actual business data.

Natural language questions
Financial summaries
Visual reports and charts
Forecasts and runway
PDF export
{/* Right: Animation */}
{/* Second Animation - Dashboard */}
{/* Left: Title and Subtitle */}

Answers with full context

The assistant understands your transactions, invoices, customers, projects, and files so answers are specific to your business, not generic outputs.

Transactions context
Invoices context
Customers context
Projects context
Files and receipts context
{/* Right: Animation */}
{/* Divider */}
{/* Features Grid Section */} {/* Divider */}
{/* Time Savings Section */} {/* Divider */}
{/* Accounting Section */} {/* Divider */}
{/* Testimonials Section */} {/* Divider */}
{/* Integrations Section */} {/* Divider */}
{/* Pricing Section */}
); }