import type { Metadata } from 'next'; import Image from 'next/image'; import { Hero } from '@/components/hero'; import { SecureUpload } from '@/components/secure-upload'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; import { Button } from '@/components/ui/button'; import { CTASection } from '@/components/cta-section'; import { Upload, CreditCard, FileText, Shield } from 'lucide-react'; export const metadata: Metadata = { title: 'Client Resources', description: 'Secure document upload and payment portal for Hamton Brown CPA clients. Access your account and manage your tax documents safely.', openGraph: { title: 'Client Resources', description: 'Secure document upload and payment portal for Hamton Brown CPA clients.', images: ['/images/resources-hero.jpg'], }, }; export default function ResourcesPage() { return ( <>

Secure Client Portal

Manage your tax documents and payments securely through our encrypted client portal.

Additional Resources

Access helpful tools and information to make your tax preparation process easier.

Payment Portal Make secure payments for our services online

Pay your invoices securely through our encrypted payment portal. We accept all major credit cards and bank transfers.

Document Checklist Download our tax preparation checklist

Get organized with our comprehensive tax document checklist. Know exactly what documents you need for your tax preparation.

Security Information Learn about our security measures

Understand how we protect your sensitive information with enterprise-grade encryption and security protocols.

Security & Privacy

Your privacy and security are our top priorities. We use industry-leading encryption and security measures to protect your sensitive information.

256-bit SSL encryption for all data transmission

Secure cloud storage with redundant backups

Access controls and audit logging

Compliance with IRS security requirements

Need Help?

Having trouble accessing the portal or uploading documents? Our support team is here to help.

Technical support available
Step-by-step instructions
Secure alternative methods
); }