import { Metadata } from 'next';

export const metadata: Metadata = {
  title: 'Financing Options | Evo Truck Sales - Commercial Truck Financing',
  description: 'Flexible financing options for commercial trucks and heavy equipment at Evo Truck Sales. Standard and commercial financing available for Owner Operators and Fleets.',
  openGraph: {
    title: 'Truck Financing | Evo Truck Sales',
    description: 'Flexible financing for commercial trucks and heavy equipment. Get approved today.',
  },
};

export default function FinancingLayout({ children }: { children: React.ReactNode }) {
  return <>{children}</>;
}
