import type { Metadata } from 'next'; export const metadata: Metadata = { title: 'Bambu Lab Nozzle i Hotend (Mlaznice/Dizne)', description: 'Bambu Lab nozzle mlaznice i hotend za A1, P1, X1. Hardened steel, stainless steel dizne.', openGraph: { title: 'Bambu Lab Nozzle i Hotend (Mlaznice/Dizne) - Filamenteka', description: 'Bambu Lab nozzle mlaznice i hotend za A1, P1, X1. Hardened steel, stainless steel dizne.', url: 'https://filamenteka.rs/mlaznice', }, alternates: { canonical: 'https://filamenteka.rs/mlaznice', }, }; export default function MlaznicaLayout({ children }: { children: React.ReactNode }) { return <>{children}; }