import { type ReactNode } from 'react' import { getTemplateOrDefault } from '@nextsparkjs/core/lib/template-resolver' interface FeaturesLayoutProps { children: ReactNode } function FeaturesLayout({ children }: FeaturesLayoutProps) { return (